Peng-Lei opened a new pull request #35268: URL: https://github.com/apache/spark/pull/35268
### What changes were proposed in this pull request? Take `external` as a reserved table property. and do not allow use `external` for end-user when `spark.sql.legacy.notReserveProperties` == `false`. ### Why are the changes needed? [#disscuss](https://github.com/apache/spark/pull/35204#issuecomment-1014752053). keep it consistent with other properties like `location` `owner` `provider` and so on. ### Does this PR introduce _any_ user-facing change? Yes. end-user could not use `external` as property key when create table with tblproperties and alter table set tblproperties. ### How was this patch tested? existed testcase. -- 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]
