Github user mgaido91 commented on a diff in the pull request:
https://github.com/apache/spark/pull/22078#discussion_r209859644
--- Diff:
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala ---
@@ -626,6 +626,14 @@ object SQLConf {
.stringConf
.createWithDefault("parquet")
+ val DATA_SOURCE_TABLE_INHERIT_PERMS =
buildConf("spark.sql.datasource.table.inherit.perms")
+ .internal()
+ .doc("Set this to true if the table directories should be inheriting
the permission " +
+ "of the warehouse or database directory " +
--- End diff --
I think this is not very clear: it seems to me that the permissions are
inherited from the base directory where the table is going to be written. On
the other hand, instead, the permissions are inherited from the previous table
directory which was deleted, right? Can we make this more clear?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]