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
Now that we've implemented the functionality required to run the TPC-H queries, we could add examples of these to the docs. First, we should resolve the minor issues which appeared when comparing the results to those generated from running the queries directly on DuckDB:
1 - matches
2 - blocked by issues with grepl
3 - matches
4 - matches
5 - error
6 - matches
7 - error - no function "year"
8 - error in converting i64
9 - error in converting i64
10 - matches
11 - matches but as_quosure warning
12 - matches
13 - duckdb sum boolean error
14 - value mismatch
15 - matches
16 - error in converting i64
17 - matches
18 - missing column
19 - matches
20 - error reading in input file
21 - differences in values
22 - duckdb unsupported join type
The text was updated successfully, but these errors were encountered:
Now that we've implemented the functionality required to run the TPC-H queries, we could add examples of these to the docs. First, we should resolve the minor issues which appeared when comparing the results to those generated from running the queries directly on DuckDB:
The text was updated successfully, but these errors were encountered: