andygrove opened a new issue, #1012: URL: https://github.com/apache/datafusion-comet/issues/1012
### Describe the bug I am building a Docker image using the Dockerfile from this repo and then trying to execute queries in k8s. I get the following error. ``` Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.apache.comet.package$ ││ at org.apache.comet.vector.NativeUtil.<init>(NativeUtil.scala:48) ││ at org.apache.comet.CometExecIterator.<init>(CometExecIterator.scala:52) ``` As far as I can tell, the root cause is an exception being thrown in the following code: ``` package object comet { val CometArrowAllocator = new RootAllocator(Long.MaxValue) ``` ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org