Skip to content

[GLUTEN-11658][VL] fix to add missing direct dependency for each module#11681

Open
zhouyuan wants to merge 3 commits intoapache:mainfrom
zhouyuan:wip_fix_missing_direct_dependency
Open

[GLUTEN-11658][VL] fix to add missing direct dependency for each module#11681
zhouyuan wants to merge 3 commits intoapache:mainfrom
zhouyuan:wip_fix_missing_direct_dependency

Conversation

@zhouyuan
Copy link
Member

@zhouyuan zhouyuan commented Mar 2, 2026

What changes are proposed in this pull request?

In my local env I find there are some direct dependencies are missing. This patch added these dependencies into pom.xml

How was this patch tested?

pass GHA

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

Related issue: #11658

@github-actions github-actions bot added CORE works for Gluten Core DATA_LAKE labels Mar 2, 2026
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

Run Gluten Clickhouse CI on x86

1 similar comment
@github-actions
Copy link

github-actions bot commented Mar 2, 2026

Run Gluten Clickhouse CI on x86

@zhouyuan zhouyuan changed the title [VL] fix to add missing direct dependency for each module [GLUTEN-11658][VL] fix to add missing direct dependency for each module Mar 2, 2026
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
Copy link
Member

Choose a reason for hiding this comment

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

Maybe, we can set it in "provided" scope to avoid version conflict, since a different version is available under Spark jars/ for runtime use.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
Signed-off-by: Yuan <yuanzhou@apache.org>
@zhouyuan zhouyuan force-pushed the wip_fix_missing_direct_dependency branch from a3a83e0 to 36fc89e Compare March 13, 2026 11:14
@github-actions github-actions bot added the VELOX label Mar 13, 2026
@github-actions
Copy link

Run Gluten Clickhouse CI on x86

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

Labels

CORE works for Gluten Core DATA_LAKE VELOX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants