[ https://issues.apache.org/jira/browse/HIVE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Phabricator updated HIVE-2906: ------------------------------ Attachment: HIVE-2906.D2499.1.patch navis requested code review of "HIVE-2906 [jira] Support providing some table properties by user via SQL". Reviewers: JIRA DPAL-1010 Support providing some table properties by user via SQL Some properties are needed to be provided to StorageHandler by user in runtime. It might be an address for remote resource or retry count for access or maximum version count(for hbase), etc. For example, select emp.empno, emp.ename from hbase_emp ('max.version'='3') emp; TEST PLAN EMPTY REVISION DETAIL https://reviews.facebook.net/D2499 AFFECTED FILES ql/src/java/org/apache/hadoop/hive/ql/optimizer/GenMapRedUtils.java ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g ql/src/java/org/apache/hadoop/hive/ql/parse/ParseContext.java ql/src/java/org/apache/hadoop/hive/ql/parse/QB.java ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java ql/src/test/queries/clientpositive/serde_user_properties.q ql/src/test/results/clientpositive/serde_user_properties.q.out MANAGE HERALD DIFFERENTIAL RULES https://reviews.facebook.net/herald/view/differential/ WHY DID I GET THIS EMAIL? https://reviews.facebook.net/herald/transcript/5589/ Tip: use the X-Herald-Rules header to filter Herald messages in your client. > Support providing some table properties by user via SQL > ------------------------------------------------------- > > Key: HIVE-2906 > URL: https://issues.apache.org/jira/browse/HIVE-2906 > Project: Hive > Issue Type: Improvement > Components: Query Processor > Reporter: Navis > Assignee: Navis > Attachments: HIVE-2906.D2499.1.patch > > > Some properties are needed to be provided to StorageHandler by user in > runtime. It might be an address for remote resource or retry count for access > or maximum version count(for hbase), etc. > For example, > {code} > select emp.empno, emp.ename from hbase_emp ('max.version'='3') emp; > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira