-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#1530] feat(spark-connector): support specifying scala version to bu…
…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
- Loading branch information
Showing
4 changed files
with
18 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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