-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Subtask] [spark-connector] support specifying scala version to build and test Gravitino #1530
Closed
Tracked by
#1227
Milestone
Comments
23 tasks
FANNG1
added a commit
that referenced
this issue
Jan 22, 2024
…ild and test Gravitino (#1582) ### What changes were proposed in this pull request? support specify scala versions, by two methods: 1. `gradle build -PscalaVersion=xx` 2. set `defaultScalaVersion` in gradle.properties method2 will be overwrite by method1 if both existing, and supports scala 2.12 for now. ### Why are the changes needed? spark hive connector just supports scala 2.12 Fix: #1530 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing UTs
FANNG1
added a commit
to FANNG1/gravitino
that referenced
this issue
Feb 6, 2024
… to build and test Gravitino (apache#1582) ### What changes were proposed in this pull request? support specify scala versions, by two methods: 1. `gradle build -PscalaVersion=xx` 2. set `defaultScalaVersion` in gradle.properties method2 will be overwrite by method1 if both existing, and supports scala 2.12 for now. ### Why are the changes needed? spark hive connector just supports scala 2.12 Fix: apache#1530 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing UTs
FANNG1
added a commit
to FANNG1/gravitino
that referenced
this issue
Feb 7, 2024
… to build and test Gravitino (apache#1582) ### What changes were proposed in this pull request? support specify scala versions, by two methods: 1. `gradle build -PscalaVersion=xx` 2. set `defaultScalaVersion` in gradle.properties method2 will be overwrite by method1 if both existing, and supports scala 2.12 for now. ### Why are the changes needed? spark hive connector just supports scala 2.12 Fix: apache#1530 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing UTs
FANNG1
added a commit
that referenced
this issue
Feb 7, 2024
…ild and test Gravitino (#2131) ### What changes were proposed in this pull request? support specify scala versions, by two methods: 1. `gradle build -PscalaVersion=xx` 2. set `defaultScalaVersion` in gradle.properties method2 will be overwrite by method1 if both existing, and supports scala 2.12 for now. ### Why are the changes needed? spark hive connector just supports scala 2.12 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing UTs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the subtask
spark hive connector just supports scala 2.12, scala-related jars now just infect Iceberg.
Parent issue
#1227
The text was updated successfully, but these errors were encountered: