Skip to content

Conversation

@guixiaowen
Copy link
Contributor

@guixiaowen guixiaowen commented Oct 29, 2025

Which issue does this PR close?

Closes #1541

Rationale for this change

What changes are included in this PR?

Associate with issue #1472
Add work flow for iceberg

Are there any user-facing changes?

How was this patch tested?

@github-actions github-actions bot added the infra label Oct 29, 2025
@guixiaowen guixiaowen marked this pull request as draft October 29, 2025 06:06
@guixiaowen guixiaowen force-pushed the add_work_flow_foriceberg branch from 6d6c737 to 3f5d8df Compare October 30, 2025 04:46
@guixiaowen guixiaowen force-pushed the add_work_flow_foriceberg branch from 3f5d8df to 78cd486 Compare October 30, 2025 04:48
@guixiaowen guixiaowen changed the title test [ARUON #1541]Add work flow for iceberg #1541 Oct 30, 2025
@guixiaowen guixiaowen marked this pull request as ready for review October 30, 2025 04:49
@merrily01 merrily01 changed the title [ARUON #1541]Add work flow for iceberg #1541 [ARUON #1541] Add work flow for iceberg #1541 Oct 31, 2025
javaver: [ "11"]
scalaver: [ "2.12" ]
module: [ "thirdparty/auron-iceberg" ]
sparkver: [ "spark-3.4", "spark-3.5" ]
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems slightly inconsistent with the rest of the inputs into the matrix. WDYT about this

Suggested change
sparkver: [ "spark-3.4", "spark-3.5" ]
sparkver: [ "3.4", "3.5" ]

and then we can update L61 to

        run: ./build/mvn -B test -X -pl ${{ matrix.module }} -am -Pscala-${{ matrix.scalaver }} -Piceberg-${{ matrix.iceberg }} -Pspark-${{ matrix.sparkver }} -Prelease

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This seems slightly inconsistent with the rest of the inputs into the matrix. WDYT about this

and then we can update L61 to

        run: ./build/mvn -B test -X -pl ${{ matrix.module }} -am -Pscala-${{ matrix.scalaver }} -Piceberg-${{ matrix.iceberg }} -Pspark-${{ matrix.sparkver }} -Prelease

@ShreyeshArangath Thanks for reviewing the code. I followed the current workflow used in other projects to keep it consistent with them.

fail-fast: false
matrix:
iceberg: [ "1.9" ]
javaver: [ "11"]
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reason for not having JDK 17 here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Any reason for not having JDK 17 here?

@ShreyeshArangath DONE

@ShreyeshArangath
Copy link
Contributor

@guixiaowen, I think the TPC-DS test failure is transient. Do you mind pushing up an empty commit so that we can merge this in?

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add work flow for iceberg

2 participants