JingsongLi commented on code in PR #8730:
URL: https://github.com/apache/paimon/pull/8730#discussion_r3612134487
##########
paimon-core/src/main/java/org/apache/paimon/catalog/CatalogUtils.java:
##########
@@ -271,6 +316,34 @@ public static List<Partition> listPartitionsFromFileSystem(
return partitions;
}
+ /**
+ * Why the managed Format Table semantics cannot be honored when loading
the table from this
+ * catalog, or {@code null} if they can.
+ */
+ @Nullable
+ private static String managedFormatTableLoadProblem(
Review Comment:
Just throw exception, remove this.
--
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]