You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testdata/tpcds/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ This directory contains 99 TPC-DS queries from https://github.com/duckdb/duckdb
2
2
3
3
## Modifications for DataFusion Compatibility
4
4
5
-
-Query 57 was modified to add explicit ORDER BY d_moy to avg() window function. DataFusion requires explicit ordering with PARTITION BY.
6
-
- Query 72 was modified to support data functions in datafusion
5
+
-Queries 47 and 57 were modified to add explicit ORDER BY d_moy to avg() window function. DataFusion requires explicit ordering in window functions with PARTITION BY for deterministic results.
6
+
- Query 72 was modified to support date functions in datafusion
7
7
8
8
`generate.sh {SCALE_FACTOR}` is a script which can generate TPC-DS parquet data. Requires the duckdb CLI: https://duckdb.org/install/
0 commit comments