Conversation
|
🟢 |
|
⚪
🟢 |
There was a problem hiding this comment.
Pull request overview
This PR adjusts Arrow-format unit tests in kqp_result_set_formats_ut.cpp to stop failing when a deserialized Arrow RecordBatch contains 0 rows.
Changes:
- Removed assertions requiring
RecordBatch::num_rows() > 0in several Arrow streaming/schema-inclusion tests. - Removed an assertion requiring non-empty row count in the Arrow compression comparison helper.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
⚪
🟢 |
Changelog entry
...
Changelog category
Description for reviewers
...