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

Publish UDF jars for multiple query engines as artifacts with Gradle 7 #144

Closed yiqiangin closed 1 year ago

yiqiangin commented 1 year ago

Code Change

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

jitheshtr commented 1 year ago

@yiqiangin - could you please increase the minor version of transport artifact to 0.1.0 as well? We have been increasing the patch version even though there has been a design change in how Transport UDF works with Trino, which is atleast worthy of a minor version increase. Thankyou.

weijiii commented 1 year ago

Thanks @yiqiangin also +1 to Jithesh's comment

yiqiangin commented 1 year ago

@yiqiangin - could you please increase the minor version of transport artifact to 0.1.0 as well? We have been increasing the patch version even though there has been a design change in how Transport UDF works with Trino, which is atleast worthy of a minor version increase. Thankyou.

Good point, done.