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
297 stars 73 forks source link

Update Transport with new API from Trino v406 #126

Closed yiqiangin closed 1 year ago

yiqiangin commented 1 year ago

The code changes of this PR mainly include

Tests:

weijiii commented 1 year ago

Curious is StdUdfWrapper going to still extend SqlScalarFunction with the new Trino SPI?