Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples to the docs of running the various TPC-H queries #268

Open
9 of 22 tasks
thisisnic opened this issue Apr 5, 2023 · 0 comments
Open
9 of 22 tasks

Add examples to the docs of running the various TPC-H queries #268

thisisnic opened this issue Apr 5, 2023 · 0 comments

Comments

@thisisnic
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant