Skip to content

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

Open
zhouyuan wants to merge 2 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 2 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

Signed-off-by: Yuan <yuanzhou@apache.org>
@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

Signed-off-by: Yuan <yuanzhou@apache.org>
@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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants