hudi-bot opened a new issue, #16742:
URL: https://github.com/apache/hudi/issues/16742

   [https://github.com/apache/hudi/pull/12323#discussion_r1857401875]
   
   We should still remove
   {code:java}
   if (hasLogFiles) {
     params.put("hoodie.datasource.query.type", "snapshot");
   } else {
     params.put("hoodie.datasource.query.type", "read_optimized");
   } {code}
   after we switched clustering execution to use the new parquet file format 
and file group reader in Spark, so there is no performance caveat between 
snapshot and read-optimized queries in the legacy relation-based reader path in 
Spark.
   
   ## JIRA info
   
   - Link: https://issues.apache.org/jira/browse/HUDI-8576
   - Type: Improvement
   - Fix version(s):
     - 1.1.0
   
   
   ---
   
   
   ## Comments
   
   05/Dec/24 03:16;vinoth;Is this all still necessary? ;;;


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