sshkvar commented on a change in pull request #2854:
URL: https://github.com/apache/iceberg/pull/2854#discussion_r676424747
##########
File path: spark3/src/main/java/org/apache/iceberg/spark/SparkCatalog.java
##########
@@ -400,6 +404,7 @@ public final void initialize(String name,
CaseInsensitiveStringMap options) {
.toArray(new String[0]);
}
}
+ this.purgeDataAndMetadata = options.getBoolean(PURGE_DATA_AND_METADATA,
PURGE_DATA_AND_METADATA_DEFAULT);
Review comment:
We can use this property in Spark Catalog, but from my point of view it
is better to have additional property.
But I can change it
--
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]