Zouxxyy commented on code in PR #6308:
URL: https://github.com/apache/paimon/pull/6308#discussion_r2371560806
##########
paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/PaimonBaseScan.scala:
##########
@@ -132,7 +132,12 @@ abstract class PaimonBaseScan(
} else {
""
}
- s"PaimonScan: [${table.name}]" + pushedFiltersStr + pushedTopNFilterStr +
+ val latestSnapshotIdStr = if (table.latestSnapshot().isPresent) {
Review Comment:
you should use currentSnapshot
--
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]