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

[GLUTEN-3582][CH] Using ParquetBlockInputFormat instead of VectorizedParquetBlockInputFormat for complex type #5995

Merged
merged 1 commit into from
Jun 5, 2024

Conversation

baibaichen
Copy link
Contributor

What changes were proposed in this pull request?

We introduce VectorizedParquetBlockInputFormat in #4634, which onlu support primitive type, for complex type we fallback to ParquetBlockInputFormat

(Fixes: #3582)

How was this patch tested?

GlutenClickHouseHiveTableSuite includes test on complex type parquet, setting spark.gluten.sql.columnar.backend.ch.runtime_config.use_local_format to true

Copy link

github-actions bot commented Jun 5, 2024

#3582

Copy link

github-actions bot commented Jun 5, 2024

Run Gluten Clickhouse CI

@zzcclp zzcclp merged commit 01d08bf into apache:main Jun 5, 2024
7 checks passed
@baibaichen baibaichen deleted the feature/pageindex-parquet branch June 5, 2024 10:24
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

Successfully merging this pull request may close these issues.

[CH] Improve parquet reader performacne
2 participants