danny0405 commented on code in PR #11224:
URL: https://github.com/apache/hudi/pull/11224#discussion_r1610819252
##########
hudi-spark-datasource/hudi-spark3.5.x/src/main/scala/org/apache/spark/sql/adapter/Spark3_5Adapter.scala:
##########
@@ -54,7 +54,7 @@ class Spark3_5Adapter extends BaseSpark3Adapter {
case plan if !plan.resolved => None
// NOTE: When resolving Hudi table we allow [[Filter]]s and
[[Project]]s be applied
// on top of it
- case PhysicalOperation(_, _, DataSourceV2Relation(v2:
V2TableWithV1Fallback, _, _, _, _)) if isHoodieTable(v2.v1Table) =>
+ case PhysicalOperation(_, _, DataSourceV2Relation(v2:
V2TableWithV1Fallback, _, _, _, _)) if isHoodieTable(v2) =>
Review Comment:
@jonvex can you help for the review?
--
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]