RussellSpitzer commented on code in PR #11210:
URL: https://github.com/apache/iceberg/pull/11210#discussion_r1776029888


##########
spark/v3.5/spark/src/main/java/org/apache/iceberg/spark/SparkSessionCatalog.java:
##########
@@ -193,7 +148,7 @@ public StagedTable stageCreate(
       }
       catalog = icebergCatalog;
     } else {
-      catalog = getSessionCatalog();
+      throw new UnsupportedOperationException("Cannot stage a table create on 
the Session Catalog");

Review Comment:
   Problem 1. Cannot do our old staging behavior without rewriting considerably 
more



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to