This is an automated email from the ASF dual-hosted git repository.
marong pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
from 8aefd875e [VL] Daily Update Velox Version (2024_03_26) (#5115)
add eb047b0f6 [VL] Supports register udf with different signatures (#5104)
No new revisions were added by this update.
Summary of changes:
.../apache/spark/sql/expression/UDFResolver.scala | 54 +++++++++++++-------
.../glutenproject/expression/VeloxUdfSuite.scala | 25 +++++++---
cpp/velox/jni/JniUdf.cc | 20 +++++---
cpp/velox/udf/Udf.h | 3 ++
cpp/velox/udf/UdfLoader.cc | 35 ++++++-------
cpp/velox/udf/UdfLoader.h | 45 ++++++++++++++++-
cpp/velox/udf/examples/MyUDF.cpp | 56 +++++++++++++++++----
docs/get-started/Velox.md | 15 ++++--
.../glutenproject/expression/ConverterUtils.scala | 10 ++++
.../io/glutenproject/substrait/TypeConverter.scala | 58 ----------------------
10 files changed, 192 insertions(+), 129 deletions(-)
delete mode 100644
gluten-core/src/main/scala/io/glutenproject/substrait/TypeConverter.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]