Re: [I] Incorrect null handling in fast shuffle encoder [datafusion-comet]

2025-03-25 Thread via GitHub
kazuyukitanimura closed issue #1520: Incorrect null handling in fast shuffle encoder URL: https://github.com/apache/datafusion-comet/issues/1520 -- 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 s

Re: [I] Incorrect null handling in fast shuffle encoder [datafusion-comet]

2025-03-25 Thread via GitHub
kazuyukitanimura closed issue #1520: Incorrect null handling in fast shuffle encoder URL: https://github.com/apache/datafusion-comet/issues/1520 -- 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 s

Re: [I] Incorrect null handling in fast shuffle encoder [datafusion-comet]

2025-03-12 Thread via GitHub
Kontinuation commented on issue #1520: URL: https://github.com/apache/datafusion-comet/issues/1520#issuecomment-2719826376 This problem was deliberately left unfixed according to https://github.com/apache/datafusion-comet/pull/1190#issuecomment-2587446533, but it may cause problems as we m

[I] Incorrect null handling in fast shuffle encoder [datafusion-comet]

2025-03-12 Thread via GitHub
andygrove opened a new issue, #1520: URL: https://github.com/apache/datafusion-comet/issues/1520 ### Describe the bug According to https://github.com/apache/datafusion-comet/pull/1511#issuecomment-2717521750 there is a bug in the fast encoder. ### Steps to reproduce _No