forked from linkedin/transport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade Transport for Trino v406 (linkedin#132)
* Upgrade Gradle from 6.7 to 7.5 (linkedin#122) * Upgrade to Gradle 7.5 * Upgrade to Gradle 7.5 * remove a unnecessary classpath * upgrade gradle wrapper in transportable-udfs-examples * address comments * add comment * using api() to avoid adding dependencies * Simplify dependencies further --------- Co-authored-by: Yiqiang Ding <yiqding@linkedin.com> Co-authored-by: Jiefan Li <jiefli@linkedin.com> * Upgrade Transport to compile Trino UDF with Java 17 (linkedin#125) Co-authored-by: Yiqiang Ding <yiqding@linkedin.com> * Upgrade Transport to use API from Trino v406 (linkedin#128) * Upgrade Transport to use API from Trino v406 * Upgrade Transport to use API from Trino v406 * PoC of Trino Connector * PoC of Trino Connector * address comments and remove unreachable artifactory repo * address comments * fix the issue of Maven repo * fixing conjar repo issue in transportable-udfs-examples * address comments * address comments * address comments * address comments * address comments * address comments * address comments * add some comments * remove conjar repo * address comments --------- Co-authored-by: Yiqiang Ding <yiqding@linkedin.com> * Improvements on transport-trino-plugin (linkedin#133) * Improvments on transportable-udfs-trino-plugin * Improvments on transportable-udfs-trino-plugin * fix a type * address comments * address comments --------- Co-authored-by: Yiqiang Ding <yiqding@linkedin.com> --------- Co-authored-by: Yiqiang Ding <yiqding@linkedin.com> Co-authored-by: Jiefan Li <jiefli@linkedin.com>
- Loading branch information
Showing
67 changed files
with
1,430 additions
and
431 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
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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
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
File renamed without changes.
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
Binary file modified
BIN
+6.19 KB
(110%)
transportable-udfs-examples/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions
3
transportable-udfs-examples/gradle/wrapper/gradle-wrapper.properties
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#Wed Apr 10 22:28:49 PDT 2019 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip |
Oops, something went wrong.