Upgrade Transport to work with Trino V446 (#159)#178
Open
ramurm2013-droid wants to merge 6 commits into
Open
Conversation
* Upgrade gradle to 8 * remove spark 2.11 and 2.12 projects * Gradle 8 changes * Java 21 changes * Trino V446 changes * Add spark 2.11 and 2.12 back * Use Java 8 for spark 11 and 12 * Remove unwanted java 21 changes * Remove unwanted java 21 changes * Fix scala issues * Fix connector name issues * Fix transportable-udfs-examples unit test * Fix build error * Fix ci publish * Release for hotfix * Release for hotfix --------- Co-authored-by: Ramanathan Ramu <rramu@linkedin.biz>
* Add gradle.properties * Remove TestNestedMapFromTwoArraysFunction.java --------- Co-authored-by: Ramanathan Ramu <rramu@linkedin.biz>
* Add task dependency * Fix dependency issue --------- Co-authored-by: Ramanathan Ramu <rramu@linkedin.biz>
Co-authored-by: Ramanathan Ramu <rramu@linkedin.biz>
* Use junit5 instead of testng * Fix failing tests --------- Co-authored-by: Ramanathan Ramu <rramu@linkedin.biz>
Co-authored-by: Ramanathan Ramu <rramu@linkedin.biz>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picks commit
3ab54f7(Upgrade Transport to work with Trino V446 (#159)) onto the currentmaster.Conflict resolutions
Two additive conflicts arose from changes made to
masterafter the original commit's base, both resolved by keeping both sides:.github/workflows/ci.yml— retained master'sPGP_KEY/PGP_PWDenv on the release step and added the new hotfix release steps (5 & 6) from the cherry-pick.gradle/shipkit.gradle— retained master'snexusUrl/snapshotRepositoryUrlSonatype settings (unrelated to the Trino V446 upgrade).🤖 Generated with Claude Code