Zouxxyy commented on code in PR #6049: URL: https://github.com/apache/paimon/pull/6049#discussion_r2265328884
########## paimon-spark/paimon-spark-common/src/main/scala/org/apache/paimon/spark/SparkSource.scala: ########## @@ -82,24 +82,6 @@ class SparkSource SparkSource.toBaseRelation(table, sqlContext) } - private def loadTable(options: JMap[String, String]): DataTable = { - val path = CoreOptions.path(options) - val catalogContext = CatalogContext.create( - Options.fromMap( - mergeSQLConfWithIdentifier( - options, - extractCatalogName().getOrElse(NAME), Review Comment: The `extractCatalogName()` and `NAME` here actually has no meaning and has nothing to do with the catalog name -- 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: issues-unsubscr...@paimon.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org