5291f14aff
[vectorized](udf) java udf support array type ( #16841 )
2023-02-20 10:00:25 +08:00
af5dc7565e
[bug](udf) fix udf return type of decimal check scale must is 9 ( #16497 )
2023-02-14 10:53:53 +08:00
4d863a18c3
[fix](regression-test) Fix the build for Java UDF Case ( #15851 )
...
After opening the project in Intellij Idea, we can see the cause. It is because Apache Maven of which the version is 3.8.1 or newer blocks http repositories by default. Therefore, we can fix this issue by adding a https repository which contains this package in pom.xml.
2023-01-17 20:25:53 +08:00
1713af6cd6
[test](java udf)add new java udf case ( #14653 )
2022-11-29 16:43:53 +08:00
df622d8b7d
[Bug](udf) fix java-udaf process string type error and add some tests ( #14106 )
2022-11-10 09:30:57 +08:00
55cae6202f
[typo](docs)add udf doc and optimize udf regression test ( #14000 )
2022-11-10 09:24:45 +08:00
1c2532b9dc
[Bug](udf) Make UDF's type always nullable ( #14002 )
2022-11-07 20:51:31 +08:00
1724faf9a5
[test](java-udf)add java udf RegressionTest about the currently supported data types #13972
2022-11-05 19:25:58 +08:00
0a228a68d6
[Improvement](javaudf) support different date argument for date/datetime type ( #13920 )
2022-11-03 20:33:20 +08:00
287a739510
[javaudf](string) Fix string format in java udf ( #13854 )
2022-11-01 21:25:12 +08:00
c4b5ba2a4f
[Regression](java-udf) Move source code used by Java UDF test case ( #13476 )
2022-10-19 21:05:06 +08:00