jonvex commented on PR #8847:
URL: https://github.com/apache/hudi/pull/8847#issuecomment-1579208689

   > We need more tests to cover : Case when (a) no base file is present, (b) 
when no log files interplayed with queries with hudi-columns only, data-columns 
only and mix of both.
   
   I don't think the no base file case is possible. Bucket index is not 
available for bootstrap so I don't think there is a case where just mor log 
files exist without a base file. compareTables() in TestBootstrapRead.java 
already does queries with only data columns, and mix, so I added  testing for 
hudi-columns only


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