polardbx-sql icon indicating copy to clipboard operation
polardbx-sql copied to clipboard

Feat : Enable user-defined-java-function(UDF)

Open joeCarf opened this issue 2 years ago • 0 comments

Problems solved in this PR

Support CREATE JAVA_FUNCTION and DROP JAVA_FUNCTION syntax based on ScalaFunction, allowing users to define their own java functions and use them.

Changes proposed in this PR

Tests

  • [x] Unit test
  • [x] DML_DDL test

Release note

None

Issue link

https://github.com/ApsaraDB/galaxysql/issues/62

joeCarf avatar Sep 14 '22 05:09 joeCarf