linkedin / transport

A framework for writing performant user-defined functions (UDFs) that are portable across a variety of engines including Apache Spark, Apache Hive, and Presto.
BSD 2-Clause "Simplified" License
291 stars 72 forks source link

Upgrade Gradle from 6.7 to 7.5 #122

Closed yiqiangin closed 1 year ago

yiqiangin commented 1 year ago

In order to make the UDFs translated by Transport work with Trino 406, Gradle used in Transport needs to be upgraded from 6.7 to 7.5

Test:

./gradlew clean build
cd transportable-udfs-examples
./gradlew clean build