joyhaldar opened a new pull request, #17610:
URL: https://github.com/apache/iceberg/pull/17610

   Adds a TCK subclass for Spark's vectorized `ColumnarBatch` read path.
   
   Four base class changes were needed:
   
   - `readOnly()` - vectorized models register readers only, so write tests are 
skipped.
   - `supportedFormats()` - `Avro` has no `ColumnarBatch` model registered
   - `assertRecordsEqual()` - read tests built expectations via 
`convertToEngineRecords`, which can't work for a batch type
   - Read assertions moved inside try-with-resources, columnar batches don't 
survive the reader closing


-- 
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]

Reply via email to