ashvina opened a new pull request, #661:
URL: https://github.com/apache/incubator-xtable/pull/661

   Fixes: #343 and #345
   
   This change extracts deletion vectors represented as roaring bitmaps in 
delta lake files and converts them into the XTable intermediate representation.
   
   Previously, XTable only detected tables changes that included adding or 
removing of data files. Now the detected table change also includes any 
deletion vectors files added in the commit.
   
   Note that, in Delta Lake, the Deletion vectors are represented in a 
compressed binary format. However, once extracted by Xtable, the offset are 
currently extracted into a list of long offsets. This representation is not the 
most efficient for large datasets. Optimization is pending to prioritize 
end-to-end conversion completion.
   
   relates to #627 


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