mliroz commented on pull request #1537:
URL: https://github.com/apache/hive/pull/1537#issuecomment-717208594
Hello! With this change it does not seem possible to change a table from
EXTERNAL_TABLE to MANAGED_TABLE using a DDL:
`ALTER TABLE t SET TBLPROPERTIES ('EXTERNAL'='FALSE')`
as it was made possible in
[HIVE-1329](https://issues.apache.org/jira/browse/HIVE-1329).
Is there an alternative? Otherwise the solution might just be to override
the tableType by the property when set. In other words:
- tableType=EXTERNAL_TABLE and EXTERNAL='FALSE' -> isTableExternal() = false
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]