yihua opened a new pull request, #19182:
URL: https://github.com/apache/hudi/pull/19182

   ### Describe the issue this Pull Request addresses
   
   Closes #18630
   
   Adds a functional round-trip test for the Vortex reader/writer. Stacked on 
#19152.
   
   ### Summary and Changelog
   
   - Add `TestVortexReaderWriterRoundTrip` 
(`hudi-spark-datasource/hudi-spark`): a file-level round trip through 
`HoodieSparkVortexWriter` and `HoodieSparkVortexReader` against the real 
`dev.vortex.api` (vortex-jni 0.76.0). Covers a multi-batch write+read of 
long/string/double columns (verifying every value) and a projected 
(column-subset) read. Gated by `-Dvortex.skip.tests`.
   
   ### Impact
   
   Test-only. Validates the Vortex write/read path end to end.
   
   ### Risk Level
   
   low -- adds a test.
   
   ### Documentation Update
   
   none
   
   ### Contributor's checklist
   
   - [x] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [x] Enough context is provided in the sections above
   - [x] Adequate tests were added if applicable
   


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

Reply via email to