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

[VL] Follow-ups for #7304 #7340

Merged
merged 2 commits into from
Sep 25, 2024
Merged

Conversation

zhztheplayer
Copy link
Member

@zhztheplayer zhztheplayer commented Sep 25, 2024

Follow-ups for #7304

To keep the new module dependency graph defined in #7264.

cc @zml1206 @PHILO-HE

Copy link

Run Gluten Clickhouse CI

@apache apache deleted a comment from github-actions bot Sep 25, 2024
@@ -97,7 +98,7 @@ object SparkArrowUtil {
.map(
field =>
toArrowField(
ConverterUtils.normalizeStructFieldName(field.name),
normalizeColName(field.name),
Copy link
Contributor

Choose a reason for hiding this comment

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

@zhztheplayer, looks normalizeColName is not equivalent to normalizeStructFieldName which makes the conversion disabled for CH backend.

Copy link
Contributor

Choose a reason for hiding this comment

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

It seems gluten-arrow only used for velox backend.

Copy link
Contributor

Choose a reason for hiding this comment

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

I see. Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes. Let's keep gluten-arrow an individual module so future refactors can be made easier. Minor code duplications like this one will be acceptable.

@zhztheplayer zhztheplayer merged commit 59e02c1 into apache:main Sep 25, 2024
43 checks passed
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.

3 participants