linliu-code commented on code in PR #13300:
URL: https://github.com/apache/hudi/pull/13300#discussion_r2093379456


##########
hudi-common/src/main/java/org/apache/hudi/avro/HoodieAvroReaderContext.java:
##########
@@ -215,6 +216,15 @@ private Object getFieldValueFromIndexedRecord(
     return null;
   }
 
+  private HoodieFileFormat detectFileFormat(StoragePath filePath) {
+    for (HoodieFileFormat fileFormat : HoodieFileFormat.values()) {

Review Comment:
   how do we parse file path like .*.log-1.0.0? Is this special to MDT log 
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