haoxie-aws commented on issue #10107:
URL: https://github.com/apache/hudi/issues/10107#issuecomment-1815675385

   I find this query, `select * from samplehudi as t1, samplehudi as t2, 
samplehudi as t3 where t1.key=t2.key and t1.key=t3.key limit 10000`, is 
slightly easier to replicate the issue. And I have managed to replicate it with 
a Hudi 0.12.2 writer as recommended by @ad1happy2go . 
   
   I know Hudi uses `CLEAN_RETAIN_COMMITS` to prevent parquet files being 
cleaned while they are used by query, but is there a similar mechanism for 
timeline files?


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