HIVE-14671 : merge master into hive-14535 (Sergey Shelukhin)

Conflicts:
        metastore/src/gen/thrift/gen-cpp/ThriftHiveMetastore.cpp
        
metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStoreClient.java


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/754443e6
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/754443e6
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/754443e6

Branch: refs/heads/hive-14535
Commit: 754443e6ed654da6479575346aae22c5bd1ae7cd
Parents: ad3df23 efe9c84
Author: Sergey Shelukhin <[email protected]>
Authored: Tue Oct 4 11:43:56 2016 -0700
Committer: Sergey Shelukhin <[email protected]>
Committed: Tue Oct 4 11:43:56 2016 -0700

----------------------------------------------------------------------
 metastore/if/hive_metastore.thrift              |    1 +
 .../gen/thrift/gen-cpp/ThriftHiveMetastore.cpp  | 2163 +++++++-----
 .../gen/thrift/gen-cpp/ThriftHiveMetastore.h    |  148 +
 .../ThriftHiveMetastore_server.skeleton.cpp     |    5 +
 .../hive/metastore/api/ThriftHiveMetastore.java | 3184 ++++++++++++------
 .../gen-php/metastore/ThriftHiveMetastore.php   | 1341 +++++---
 .../hive_metastore/ThriftHiveMetastore-remote   |    7 +
 .../hive_metastore/ThriftHiveMetastore.py       |  938 ++++--
 .../gen/thrift/gen-rb/thrift_hive_metastore.rb  |   65 +
 .../hadoop/hive/metastore/HiveMetaStore.java    |   23 +
 .../hive/metastore/HiveMetaStoreClient.java     |   12 +
 .../hadoop/hive/metastore/IMetaStoreClient.java |   15 +
 .../hadoop/hive/metastore/ObjectStore.java      |    8 +
 .../apache/hadoop/hive/metastore/RawStore.java  |    4 +
 .../hadoop/hive/metastore/hbase/HBaseStore.java |    6 +
 .../DummyRawStoreControlledCommit.java          |    6 +
 .../DummyRawStoreForJdoConnection.java          |    6 +
 .../org/apache/hadoop/hive/ql/exec/DDLTask.java |   45 +-
 .../hadoop/hive/ql/exec/FunctionRegistry.java   |    1 +
 .../apache/hadoop/hive/ql/metadata/Hive.java    |   46 +-
 .../reloperators/HiveTableFunctionScan.java     |   77 +
 .../calcite/translator/ASTConverter.java        |   83 +-
 .../translator/SqlFunctionConverter.java        |    9 +
 .../hadoop/hive/ql/parse/CalcitePlanner.java    |  211 +-
 .../hive/ql/parse/DDLSemanticAnalyzer.java      |   43 +
 .../org/apache/hadoop/hive/ql/parse/HiveLexer.g |    1 +
 .../apache/hadoop/hive/ql/parse/HiveParser.g    |    2 +
 .../hive/ql/parse/SemanticAnalyzerFactory.java  |    2 +
 .../org/apache/hadoop/hive/ql/plan/DDLWork.java |    2 +-
 .../hadoop/hive/ql/plan/HiveOperation.java      |    1 +
 .../hadoop/hive/ql/plan/ShowTablesDesc.java     |   29 +
 .../authorization/plugin/HiveOperationType.java |    1 +
 .../plugin/sqlstd/Operation2Privilege.java      |    2 +
 .../udf/generic/GenericUDTFReplicateRows.java   |   88 +
 ql/src/test/queries/clientpositive/show_views.q |   56 +
 .../clientpositive/udtf_replicate_rows.q        |   23 +
 .../clientpositive/allcolref_in_udf.q.out       |   80 +-
 .../clientpositive/lateral_view_noalias.q.out   |   12 +-
 .../test/results/clientpositive/ppd_udtf.q.out  |    4 +-
 .../results/clientpositive/show_functions.q.out |    1 +
 .../results/clientpositive/show_views.q.out     |  320 ++
 .../results/clientpositive/udf_inline.q.out     |   12 +-
 .../results/clientpositive/udtf_explode.q.out   |   76 +-
 .../clientpositive/udtf_json_tuple.q.out        |   12 +-
 .../clientpositive/udtf_parse_url_tuple.q.out   |   12 +-
 .../clientpositive/udtf_replicate_rows.q.out    |  107 +
 46 files changed, 6472 insertions(+), 2818 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/754443e6/metastore/if/hive_metastore.thrift
----------------------------------------------------------------------

Reply via email to