AntiO2 commented on code in PR #16711:
URL: https://github.com/apache/iceberg/pull/16711#discussion_r3403572545


##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/SparkCatalog.java:
##########
@@ -205,6 +226,23 @@ public StagedTable stageCreate(
       Identifier ident, StructType schema, Transform[] transforms, Map<String, 
String> properties)
       throws TableAlreadyExistsException {
     Schema icebergSchema = SparkSchemaUtil.convert(schema);
+    return stageCreate(ident, icebergSchema, transforms, properties);

Review Comment:
   I added coverage for the staged table paths:
     - REPLACE TABLE ... DEFAULT ...
     - CREATE OR REPLACE TABLE ... DEFAULT ...
   



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