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

[hive] branch master updated (5c1a3d6 -> 6009421)

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

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


    from 5c1a3d6  HIVE-23665 Rewrite last_value to first_value to enable streaming results (Ramesh Kumar via Jesus Camacho Rodriguez)
     add 6009421  HIVE-23699: Cleanup HIVEQUERYRESULTFILEFORMAT handling (John Sherman, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/conf/HiveConf.java | 57 +++++++++++++++++++-
 .../org/apache/hadoop/hive/conf/Validator.java     |  8 +++
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     | 31 ++++-------
 .../apache/hadoop/hive/ql/parse/TaskCompiler.java  | 63 ++++++++++------------
 .../hadoop/hive/ql/session/SessionState.java       |  4 +-
 .../hive/service/cli/session/HiveSessionImpl.java  |  4 +-
 6 files changed, 108 insertions(+), 59 deletions(-)