ee56783629
[fix](Java UDF) Do not use enum as the data type for JavaUdfDataType. ( #24460 )
2023-09-19 14:06:02 +08:00
96c4471b4a
[feature](udf) udf array/map support decimal and update doc ( #23560 )
...
* update
* decimal
* update table name
* remove log
* add log
2023-08-31 07:44:18 +08:00
aef162ad4c
[test](log) add some log in udf function when thrown exception ( #23651 )
...
[test](log) add some log in udf function when thrown exception (#23651 )
2023-08-30 14:16:05 +08:00
768088c95e
[refactor](udaf) refactor call udaf function and support map type in return ( #22508 )
2023-08-09 22:44:07 +08:00
ddd90855a9
[vectorized](udaf) java udaf support with map type ( #22397 )
...
[vectorized](udaf) java udaf support with map type (#22397 )
* test
* remove some unused
* update
* add case
2023-08-02 15:03:44 +08:00
47c2cc5c74
[vectorized](udf) java udf support with return map type ( #22300 )
2023-07-29 12:52:27 +08:00
0f439bb1ca
[vectorized](udf) java udf support map type ( #22059 )
2023-07-25 11:56:20 +08:00
c07e2ada43
[imporve](udaf) refactor java-udaf executor by using for loop ( #21713 )
...
refactor java-udaf executor by using for loop
2023-07-14 11:37:19 +08:00
bb985cd9a1
[refactor](udf) refactor java-udf execute method by using for loop ( #21388 )
2023-07-07 11:43:11 +08:00
57656b2459
[Enhancement](java-udf) java-udf module split to sub modules ( #20185 )
...
The java-udf module has become increasingly large and difficult to manage, making it inconvenient to package and use as needed. It needs to be split into multiple sub-modules, such as : java-commom、java-udf、jdbc-scanner、hudi-scanner、 paimon-scanner.
Co-authored-by: lexluo <lexluo@tencent.com >
2023-06-13 09:41:22 +08:00