Skip to content

Commit acffc87

Browse files
committed
Set parameter to match spec
1 parent 61e027f commit acffc87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tpch/q05_local_supplier_volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
DATE_OF_INTEREST = "1994-01-01"
3838
INTERVAL_DAYS = 365
39-
REGION_OF_INTEREST = "AFRICA"
39+
REGION_OF_INTEREST = "ASIA"
4040

4141
date = datetime.strptime(DATE_OF_INTEREST, "%Y-%m-%d").date()
4242

0 commit comments

Comments
 (0)