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

[Spark]Spark parquet filter pushdown evaluation & bugfix #344

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

Ceng23333
Copy link
Contributor

  • Fix bug when PARQUET_FILTER_PUSHDOWN_ENABLED=false
  • Evaluate time cost when PARQUET_FILTER_PUSHDOWN_ENABLED=true/false
    • If NATIVE_IO_WRITE_MAX_ROW_GROUP_SIZE is small, time cost of PARQUET_FILTER_PUSHDOWN_ENABLED=true/false are almost equal
    • If NATIVE_IO_WRITE_MAX_ROW_GROUP_SIZE is large, case of PARQUET_FILTER_PUSHDOWN_ENABLED=true will use more time than negative case

Signed-off-by: zenghua <huazeng@dmetasoul.com>
@xuchen-plus xuchen-plus merged commit df5aa7e into lakesoul-io:main Sep 28, 2023
14 checks passed
@Ceng23333 Ceng23333 deleted the spark_filter_pushdown_eval branch September 28, 2023 02:50
@Ceng23333 Ceng23333 changed the title [Spark]Spark parquet filter pushdown evaluation + bugfix [Spark]Spark parquet filter pushdown evaluation & bugfix Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants