XiaoHongbo-Hope commented on code in PR #6446:
URL: https://github.com/apache/paimon/pull/6446#discussion_r2454476753


##########
paimon-core/src/main/java/org/apache/paimon/table/CatalogEnvironment.java:
##########
@@ -115,7 +115,7 @@ public SnapshotCommit snapshotCommit(SnapshotManager 
snapshotManager) {
 
     @Nullable
     public SnapshotLoader snapshotLoader() {
-        if (catalogLoader == null) {
+        if (catalogLoader == null || !supportsVersionManagement) {

Review Comment:
   > external paimon table should not have catalog loader.
   
   Updated as discussed, can you please help review again.



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