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

Duckdb issues #46

Closed
2 of 5 tasks
changhiskhan opened this issue Jul 22, 2022 · 1 comment
Closed
2 of 5 tasks

Duckdb issues #46

changhiskhan opened this issue Jul 22, 2022 · 1 comment
Labels
c++ C++ issues duckdb help wanted Extra attention is needed

Comments

@changhiskhan
Copy link
Contributor

Keep track of a list of duckdb issues to support sophon's workload. We can later decide whether we want to report these issues/feature requests to upstream.

  • Duckdb does not pushdown LIMIT / OFFSET via Apache Arrow. Apache Arrow does not support LIMIT / OFFSET in Scanner in general.
    • We might need to tune he batch size to simulate the "limit" request.
  • Does not support projection over list<struct>
>>> duckdb.query("SELECT annotations.label FROM coco")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
RuntimeError: Binder Error: Cannot extract field 'label' from expression "annotations" because it is not a struct
@eddyxu eddyxu added duckdb c++ C++ issues labels Jul 24, 2022
@eddyxu eddyxu added the help wanted Extra attention is needed label Jul 28, 2022
@eddyxu
Copy link
Contributor

eddyxu commented Aug 1, 2022

jorgecarleitao/arrow2#1180 arrow2 (rust) has limit pushdown for parquet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ C++ issues duckdb help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants