fhan688 commented on code in PR #3541: URL: https://github.com/apache/fluss/pull/3541#discussion_r3490829739
########## fluss-lake/fluss-lake-hudi/src/main/java/org/apache/fluss/lake/hudi/source/HudiLakeSource.java: ########## @@ -27,6 +27,7 @@ import org.apache.fluss.metadata.TablePath; import org.apache.fluss.predicate.Predicate; +import org.apache.hudi.common.model.HoodieTableType; import org.apache.hudi.org.apache.avro.Schema; import org.apache.hudi.source.ExpressionPredicates; Review Comment: This is already used: predicates is passed into HudiRecordReader when creating the delegate reader, so I kept it unchanged. -- 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]
