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-7267][CH]Support nested column pruning for HiveTableScan json/parquet/orc format #7268

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

KevinyhZou
Copy link
Contributor

@KevinyhZou KevinyhZou commented Sep 18, 2024

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

(Fixes: #7267)

How was this patch tested?

BY UT

@KevinyhZou KevinyhZou marked this pull request as draft September 18, 2024 12:35
@github-actions github-actions bot added CORE works for Gluten Core CLICKHOUSE labels Sep 18, 2024
Copy link

#7267

Copy link

Run Gluten Clickhouse CI

@KevinyhZou KevinyhZou changed the title [GLUTEN-7267][CH]Support nested column pruning for HiveTableScan json format [GLUTEN-7267][CH]Support nested column pruning for HiveTableScan json format Sep 18, 2024
@KevinyhZou KevinyhZou force-pushed the support_nested_project_push_down_json branch from 5ba3026 to 4c202a6 Compare September 19, 2024 07:08
Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@KevinyhZou KevinyhZou changed the title [GLUTEN-7267][CH]Support nested column pruning for HiveTableScan json format [GLUTEN-7267][CH]Support nested column pruning for HiveTableScan json/parquet/orc format Sep 26, 2024
Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@KevinyhZou KevinyhZou marked this pull request as ready for review September 26, 2024 06:33
Copy link

Run Gluten Clickhouse CI

"select id, d1.c, d1.d[0].x, d2.d['m124'].y from %s where day = '2024-09-26' and hour = '12'"
.format(pq_table_name)
withSQLConf(
("spark.sql.hive.convertMetastoreParquet" -> "false"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这俩orc和parquet的开关在什么使用场景下是false呢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLICKHOUSE CORE works for Gluten Core
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CH] Support nested colum pruning for HiveTableScanExec
2 participants