goutamadwant opened a new pull request, #1192:
URL: https://github.com/apache/arrow-java/pull/1192

   ## What's Changed
   
   Fixes `BaseVariableWidthViewVector.handleSafe` so `setSafe` reserves a full 
16-byte view slot for the target index even when the value length is zero.
   
   Adds coverage for empty values written through the first view-buffer 
boundary for both `ViewVarCharVector` and `ViewVarBinaryVector`.
   
   ## Tests
   
   - `mvn -pl vector -am 
-Dtest=TestVariableWidthViewVector#testSetSafeEmptyValueAtViewBufferBoundary 
-Dsurefire.failIfNoSpecifiedTests=false test`
   - `mvn -pl vector -am -Dtest=TestVariableWidthViewVector 
-Dsurefire.failIfNoSpecifiedTests=false test`
   
   Closes #1190.
   


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