You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by mg...@apache.org on 2020/10/19 08:02:04 UTC

[hive] branch master updated (2f60a9e -> b24534e)

This is an automated email from the ASF dual-hosted git repository.

mgergely pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git.


    from 2f60a9e  HIVE-23695: [CachedStore] Add check/default constraints in CachedStore (Ashish Sharma, reviewed by Adesh Rao, Sankar Hariappan)
     add b24534e  HIVE-24282: Show columns shouldn't sort table output columns unless explicitly mentioned (Naresh Panchetty Ramanaiah reviewed by Miklos Gergely)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/hadoop/hive/ql/parse/HiveParser.g   |   4 +-
 .../ddl/table/column/show/ShowColumnsAnalyzer.java |  14 ++-
 .../ql/ddl/table/column/show/ShowColumnsDesc.java  |   9 +-
 .../table/column/show/ShowColumnsOperation.java    |  17 ++--
 ql/src/test/queries/clientpositive/show_columns.q  |   8 ++
 .../results/clientpositive/llap/show_columns.q.out | 101 +++++++++++++++++----
 6 files changed, 122 insertions(+), 31 deletions(-)