suxiaogang223 commented on issue #12918:
URL: https://github.com/apache/hudi/issues/12918#issuecomment-2716873270

   > [@suxiaogang223](https://github.com/suxiaogang223) Does doris reuse the 
merged log reader? For engine like Spark and Flink, no issue around this was 
reported before.
   
   Doris just call `getAllPartitionPaths()` to get partitions of table. When 
the hudi table has partition metadata information, hudi will create a merged 
log reader to read the partition information, and a BitCaskMap will be 
generated in the process.
   
https://github.com/apache/doris/blob/5e47a50e2643dd25efd055a46920301df4ad255f/fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiPartitionProcessor.java#L55


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