Hi all, I'd like to support Java UDF for Doris. Support for Java UDF is motivated by the following points:
1. the Java language is widely used, rich support for related library functions, and a low threshold for development and debugging. 2. Some big data ecologies such as Hive, Spark, etc. already exist a large number of ready-made UDF, we need to be compatible with these udf to reduce the migration costs of users. 3. If there is bug in UDF, it will not cause BE crash Since Java udf is an important feature, I'd like to propose it as a new Doris improvement Proposal and present a detailed design for this feature. .Furthermore, my wiki account is gabrielleeb...@gmail.com and I request the editing rights in Doris wiki. Best, Gabriel