JingsongLi commented on code in PR #6394:
URL: https://github.com/apache/paimon/pull/6394#discussion_r2641662813
##########
paimon-spark/paimon-spark-common/src/main/java/org/apache/paimon/spark/SparkCatalog.java:
##########
@@ -664,6 +665,9 @@ protected org.apache.spark.sql.connector.catalog.Table
loadSparkTable(
} else if (table instanceof ObjectTable) {
return new SparkObjectTable(table);
} else {
+ if (ChainTableUtils.isChainTable(table.options())) {
Review Comment:
Can we do this in `FileStoreTableFactory`?
--
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]