bhasudha commented on issue #2609:
URL: https://github.com/apache/hudi/issues/2609#issuecomment-810425743


   @rshanmugam1  Sorry for the delayed response. I believe Trino uses a very 
early Hudi integration which calls inputformat.getSplits() for every Hive 
partition that is being loaded. I can check the code and confirm soon. With 
this what happens is every loadPartition() from BackgrooundHiveSplitLoader will 
delegate to HoodieInputFormat.getSplits(). That will load the Hoodie metadata 
which is what you are seeing I believe. 


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to