Skip to content

Commit 61e027f

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tpch/q04_order_priority_checking.py

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

3333
# Ideally we could put 3 months into the interval. See note below.
3434
INTERVAL_DAYS = 92
35-
DATE_OF_INTEREST = "1995-04-01"
35+
DATE_OF_INTEREST = "1993-07-01"
3636

3737
# Load the dataframes we need
3838

0 commit comments

Comments
 (0)