Skip to content

[GLUTEN-11797][CORE] Improve the performance of getDistinctPartitionReadFileFormats for HiveTableScanExecTransformer#11798

Open
beliefer wants to merge 1 commit intoapache:mainfrom
beliefer:11797
Open

[GLUTEN-11797][CORE] Improve the performance of getDistinctPartitionReadFileFormats for HiveTableScanExecTransformer#11798
beliefer wants to merge 1 commit intoapache:mainfrom
beliefer:11797

Conversation

@beliefer
Copy link
Contributor

What changes are proposed in this pull request?

This PR proposes to improve the performance of getDistinctPartitionReadFileFormats for HiveTableScanExecTransformer
Fixes #11797

How was this patch tested?

GA tests and manual tests.

Was this patch authored or co-authored using generative AI tooling?

Generated-by: Claude Code.

@github-actions github-actions bot added the CORE works for Gluten Core label Mar 20, 2026
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@github-actions
Copy link

Run Gluten Clickhouse CI on x86

…eadFileFormats for HiveTableScanExecTransformer
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

@beliefer beliefer requested a review from PHILO-HE March 20, 2026 15:05
@beliefer
Copy link
Contributor Author

hivePartitionConverter.createFilePartition(tableLocation).map((_, fileFormat))
} else if (existsMixedInputFormat) {
} else {
// Optimized: use the same caching strategy as getDistinctPartitionReadFileFormats
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any duplicated code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CORE works for Gluten Core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the performance of getDistinctPartitionReadFileFormats for HiveTableScanExecTransformer

2 participants