andygrove commented on issue #2121: URL: https://github.com/apache/datafusion-comet/issues/2121#issuecomment-3180483815
The root cause is that we have the wrong `CopyExec` mode in the following native plan, leading to memory corruption due to reuse of mutable buffers. ``` SortExec: expr=[col_0@0 ASC, col_2@2 ASC], preserve_partitioning=[false] CopyExec [UnpackOrClone] FilterExec: col_0@0 IS NOT NULL ScanExec: source=[CometBatchScan testhadoop.default.table (unknown)], schema=[col_0: Int64, col_1: Int32, col_2: Timestamp(Microsecond, Some("UTC"))] ``` -- 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 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