Skip to content

[GH-2844] Bump snowflake-tester parent version to 1.9.1-SNAPSHOT#2845

Merged
jiayuasu merged 1 commit into
apache:masterfrom
jiayuasu:fix/bump-snowflake-tester-version
Apr 21, 2026
Merged

[GH-2844] Bump snowflake-tester parent version to 1.9.1-SNAPSHOT#2845
jiayuasu merged 1 commit into
apache:masterfrom
jiayuasu:fix/bump-snowflake-tester-version

Conversation

@jiayuasu
Copy link
Copy Markdown
Member

Did you read the Contributor Guide?

Is this PR related to a JIRA ticket?

What changes were proposed in this PR?

Bumps the snowflake-tester module's parent version from 1.9.0-SNAPSHOT to 1.9.1-SNAPSHOT so it aligns with every other module on the current development line.

Why are the changes needed?

The snowflake-tester module is declared inside the snowflake profile in the root pom.xml, which is not active by default. As a result, the maven-release-plugin skipped this module during the 1.9.0 release preparation. Every other module moved to 1.9.1-SNAPSHOT in commit 59275889be ("prepare for next development iteration"), but snowflake-tester was left behind at 1.9.0-SNAPSHOT. This causes a version mismatch that breaks building the snowflake profile against the current sedona-parent.

How was this patch tested?

Version-only change verified by diffing against sibling module POMs (snowflake/pom.xml, common/pom.xml, etc.), all of which are now on 1.9.1-SNAPSHOT.

Did this PR include necessary documentation updates?

  • No, this PR does not affect any public APIs or documentation.

The maven-release-plugin skipped snowflake-tester during the 1.9.0
release because the module is only included under the `snowflake`
profile, which is not active by default. Align it with the rest of
the modules now on 1.9.1-SNAPSHOT.
@jiayuasu jiayuasu changed the title [SEDONA-2844] Bump snowflake-tester parent version to 1.9.1-SNAPSHOT [GH-2844] Bump snowflake-tester parent version to 1.9.1-SNAPSHOT Apr 21, 2026
@jiayuasu jiayuasu merged commit 9341463 into apache:master Apr 21, 2026
12 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.

Bump the snowflake tester version to 1.9.0

1 participant