pvary commented on PR #13497: URL: https://github.com/apache/iceberg/pull/13497#issuecomment-3083312721
@hidataplus: Could you please describe what is the difference when Spark3.5 drops a table? What is the parametrization of the `dropTable(TableIdentifier, boolean)` method when it is called from Spark? Is the difference caused by the `purge` flag is set to `false` when Spark is used? A few general observation: - We should not introduce behavioral change. Even if we provide a configuration to revert back to the previous behavior. If we decide to introduce a flag like `delete-table-rootdir`, then it should default to `false` to preserve the pervious behavior. - Don't introduce so many `INFO` level logs. A single `INFO` on a delete, and few `DEBUG` level logs might be ok, but we don't want to introduce this many new log lines. -- 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...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org