Kontinuation opened a new pull request, #1522: URL: https://github.com/apache/datafusion-comet/pull/1522
## Which issue does this PR close? Closes #1520. ## Rationale for this change This is a problem I found when working on https://github.com/apache/datafusion-comet/pull/1511, the null bits were not correctly written and caused test failures. This patch is an attempt to fix it. ## What changes are included in this PR? Correctly take slicing indices and length into account when writing BooleanBuffers. This applies to null bits of all arrays, and the values of boolean arrays. ## How are these changes tested? Added a new round-trip test for sliced record batches. -- 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