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

Unsupported filter in parquet reader: Filter(MultiRange, deterministic, null not allowed) #908

Closed
majetideepak opened this issue Jan 21, 2022 · 3 comments

Comments

@majetideepak
Copy link
Collaborator

TPC-H part table

 select brand from part where brand <> 'Brand#45';

Query 20220121_040719_00116_fcmaf failed:  Unsupported filter in parquet reader: Filter(MultiRange, deterministic, null not allowed)
@leoluan2009
Copy link
Contributor

@majetideepak I also had the same error

@c404err
Copy link

c404err commented Aug 11, 2022

@majetideepak @leoluan2009 How can I reproduce the error?

@Weixin-Xu
Copy link

Duckdb's parquet reader do not support isNull or isNotNull filter pushdown, but Native Parquet Reader has implement it.

rui-mo added a commit to rui-mo/velox that referenced this issue Mar 17, 2023
Imported more unit tests on datasource from Spark.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants