parthchandra opened a new issue, #2357: URL: https://github.com/apache/datafusion-comet/issues/2357
### Describe the bug The test `"test native_datafusion scan on fake fs"` fails if the native lib is built without the `hdfs` feature flag ``` 25/09/09 15:17:50 INFO core/src/lib.rs: Comet native library version 0.10.0 initialized Job aborted due to stage failure: Task 2 in stage 2.0 failed 1 times, most recent failure: Lost task 2.0 in stage 2.0 (TID 8) (17.115.167.210 executor driver): org.apache.comet.CometNativeException: General execution error with reason: Generic HadoopFileSystem error: Hdfs support is not enabled in this build. at org.apache.comet.Native.executePlan(Native Method) at org.apache.comet.CometExecIterator.$anonfun$getNextBatch$2(CometExecIterator.scala:165) at org.apache.comet.CometExecIterator.$anonfun$getNextBatch$2$adapted(CometExecIterator.scala:164) at org.apache.comet.vector.NativeUtil.getNextBatch(NativeUtil.scala:212) at org.apache.comet.CometExecIterator.$anonfun$getNextBatch$1(CometExecIterator.scala:164) at org.apache.comet.Tracing$.withTrace(Tracing.scala:31) at org.apache.comet.CometExecIterator.getNextBatch(CometExecIterator.scala:162) at org.apache.comet.CometExecIterator.hasNext(CometExecIterator.scala:213) ``` ### 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