Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]

2025-07-07 Thread via GitHub
hsiang-c commented on issue #1982: URL: https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3046570709 take -- 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.

Re: [I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]

2025-07-03 Thread via GitHub
andygrove commented on issue #1982: URL: https://github.com/apache/datafusion-comet/issues/1982#issuecomment-3032955772 Related: https://github.com/apache/datafusion-comet/issues/221 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[I] [iceberg] Error loading in-memory sorter check class path [datafusion-comet]

2025-07-03 Thread via GitHub
andygrove opened a new issue, #1982: URL: https://github.com/apache/datafusion-comet/issues/1982 ### Describe the bug I am fuzz testing Comet 0.10.0-SNAPSHOT and Iceberg 1.8.1 and running into an error for queries with `ORDER BY` clauses: ``` SELECT c5, Sqrt(c5) AS x FROM lo