puneetdixit200 commented on PR #22285: URL: https://github.com/apache/datafusion/pull/22285#issuecomment-4541572052
Pushed 6ea618462 as a follow-up to the fast-path review. Aligned list null bitmaps now use NullBuffer::union_many; mixed null-bitmaps keep explicit all-null-row construction to preserve arrays_zip semantics; mixed null rows with hidden values still fall back to the general path. Verified locally with cargo test -p datafusion-functions-nested arrays_zip::tests -- --nocapture, cargo fmt --check, git diff --check, and cargo test -p datafusion-sqllogictest --test sqllogictests -- array/arrays_zip.slt. -- 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]
