Jesus Camacho Rodriguez created HIVE-14723:
----------------------------------------------
Summary: Move doesTableNeedLocation from DDLTask to
HiveStorageHandler
Key: HIVE-14723
URL: https://issues.apache.org/jira/browse/HIVE-14723
Project: Hive
Issue Type: Improvement
Components: StorageHandler
Reporter: Jesus Camacho Rodriguez
Priority: Minor
Consider moving _doesTableNeedLocation_ method from DDLTask to
HiveStorageHandler interface.
https://github.com/apache/hive/blob/master/ql/src/java/org/apache/hadoop/hive/ql/exec/DDLTask.java#L4471
We should take into account that it would break compatibility with existing 3rd
party StorageHandlers. However, it seems better than the current solution, i.e.
referencing specific storage handlers in the method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)