You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kr...@apache.org on 2021/04/12 10:03:45 UTC

[hive] branch master updated (a2d50ef -> 79de34a)

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

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


    from a2d50ef  HIVE-24383. Add Table type to HPL/SQL (amagyar) (Attila Magyar, reviewed by Mustafa Iman)
     add 79de34a  HIVE-24993: AssertionError when referencing ROW__ID.writeId (Krisztian Kasa, reviewed by Zoltan Haindrich)

No new revisions were added by this update.

Summary of changes:
 .../hadoop/hive/ql/parse/CalcitePlanner.java       |  2 +-
 ql/src/test/queries/clientpositive/row__id_2.q     | 10 ++++++
 .../results/clientpositive/llap/row__id_2.q.out    | 37 ++++++++++++++++++++++
 3 files changed, 48 insertions(+), 1 deletion(-)
 create mode 100644 ql/src/test/queries/clientpositive/row__id_2.q
 create mode 100644 ql/src/test/results/clientpositive/llap/row__id_2.q.out