mbutrovich commented on PR #16918: URL: https://github.com/apache/datafusion/pull/16918#issuecomment-3120341095
I'm trying to put together a concise unit test based on the batches I see going through `update_batch` and `merge_batch` in the failing Comet test, but can't make sense of what I'm seeing. A `TrivialFirstValueAccumulator` has `is_set` to false, but when its state ended up at `merge_batch` the second array (which contains `is_set` as boolean) is flipped to true, so I'm trying to sort out how that's happening. -- 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