[UDF](java udf) using config to enable java udf instead of macro at compile time (#14062)

* [UDF](java udf) useing config to enable java udf instead of macro at compile time
This commit is contained in:
Zhengguo Yang
2022-11-11 09:03:52 +08:00
committed by GitHub
parent b62e700f4e
commit 12652ebb0e
24 changed files with 73 additions and 104 deletions

View File

@ -17,7 +17,6 @@
#include "vec/functions/function_java_udf.h"
#ifdef LIBJVM
#include <fmt/format.h>
#include <memory>
@ -223,4 +222,3 @@ Status JavaFunctionCall::close(FunctionContext* context,
return Status::OK();
}
} // namespace doris::vectorized
#endif