Hi,
I’ve created a custom Java UDF and I’ve included a sabot-module.conf
file in the jar with a line
dremio.classpath.scanning.packages += my.package
When I try to use the UDF, it seems to find it alright but attempts to fetch the associated source code and to compile it using Janino.
How can I disable this behavior so the source code for my UDF does not need to be included and dremio doesn’t attempt to recompile it?
Any help would be greatly appreciated.