yihua commented on code in PR #13786:
URL: https://github.com/apache/hudi/pull/13786#discussion_r2306023080
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadIncrementalRelationV2.scala:
##########
@@ -156,6 +156,10 @@ case class MergeOnReadIncrementalRelationV2(override val
sqlContext: SQLContext,
}
}
+ override def shouldIncludeLogFiles(): Boolean = {
+ fullTableScan
+ }
+
Review Comment:
Good catch. Do we need to revisit all relation classes on the
implementation of `shouldIncludeLogFiles`?
--
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]