wForget commented on issue #1553: URL: https://github.com/apache/datafusion-comet/issues/1553#issuecomment-2774208289
> [@wForget](https://github.com/wForget) do you have a reproduce case by any chance? Add the following test case in `org.apache.comet.CometNativeSuite` to quickly reproduce: ``` test("test") { assert(org.apache.comet.NativeBase.isLoaded()) org.apache.comet.parquet.Native.closeRecordBatchReader(0) } ``` error msg: ``` thread caused non-unwinding panic. aborting. ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
