kerwin-zk commented on code in PR #6308:
URL: https://github.com/apache/paimon/pull/6308#discussion_r2371680878


##########
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:
   @Zouxxyy This PR is to obtain the latest snapshot ID, while the current 
snapshot ID will be obtained in another PR.



-- 
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