Shengsheng Huang created HIVE-3578: -------------------------------------- Summary: multiple-table selection support Key: HIVE-3578 URL: https://issues.apache.org/jira/browse/HIVE-3578 Project: Hive Issue Type: Sub-task Affects Versions: 0.10.0 Reporter: Shengsheng Huang
Support syntax of select from multiple tables. This kind of syntax is used in many customer case and standard benchmarks (TPC-H, TPC-DS) e.g. {code} select * from t1,t2 where t1.c = t2.z; {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira