zeroflag edited a comment on pull request #2442:
URL: https://github.com/apache/hive/pull/2442#issuecomment-875687658
@saihemanth-cloudera , could you verify that this combination still works?
```
legacy settings = off
metadata translator = on
create table tbl1 TBLPROPERTIES ('transactional'='false') as select * from
other;
```
Original issue was that this was converted to an external table by hms but
getDefaultCtasLocation still pointed to the managed location.
Because of the condition setTargetDir() won't be set in this case right?
Which path is going to be used?
--
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]