swapna267 opened a new issue, #5832: URL: https://github.com/apache/iceberg/issues/5832
Based on Replace() documentation , Table properties should be replaced with the one's associated with the data frame. "The existing table's schema, partition layout, properties, and other configuration will be replaced with the contents of the data frame and the configuration set on this writer." https://spark.apache.org/docs/3.2.0/api/java/org/apache/spark/sql/DataFrameWriterV2.html#replace-- For iceberg tables, the current behavior is that table properties are getting updated , but not replaced. Is this the expected behavior ? -- 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]
