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 16736b0  HIVE-24867: Create iceberg-handler module in Hive (Marton Bod 
reviewed by Adam Szita and Peter Vary)
     add cdd647b  HIVE-24908: Adding Respect/Ignore nulls as a UDAF parameter 
is ambiguous (Krisztian Kasa, reviewed by Jesus Camacho Rodriguez)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/hadoop/hive/ql/ErrorMsg.java   |  1 +
 .../hadoop/hive/ql/exec/FunctionRegistry.java      |  6 ++--
 .../org/apache/hadoop/hive/ql/exec/Registry.java   |  8 ++---
 .../hive/ql/exec/WindowFunctionDescription.java    |  9 ++++++
 .../hadoop/hive/ql/exec/WindowFunctionInfo.java    |  6 ++++
 .../optimizer/calcite/translator/ASTConverter.java |  8 ++---
 .../hadoop/hive/ql/parse/CalcitePlanner.java       | 10 ++----
 .../apache/hadoop/hive/ql/parse/PTFTranslator.java |  6 ++--
 .../hadoop/hive/ql/parse/SemanticAnalyzer.java     | 37 ++++++++++++++++------
 .../apache/hadoop/hive/ql/parse/WindowingSpec.java | 23 ++++++++------
 .../hive/ql/parse/type/HiveFunctionHelper.java     |  2 +-
 .../hadoop/hive/ql/plan/ptf/WindowFunctionDef.java |  8 +++++
 .../hive/ql/udf/generic/GenericUDAFFirstValue.java | 31 ++++++++++--------
 .../hive/ql/udf/generic/GenericUDAFLastValue.java  | 30 ++++++++++--------
 .../ql/udf/generic/GenericUDAFParameterInfo.java   |  1 +
 .../generic/SimpleGenericUDAFParameterInfo.java    | 12 +++++++
 ql/src/test/queries/clientnegative/nulltreatment.q |  3 ++
 ...i_altertab_setloc.q.out => nulltreatment.q.out} |  6 ++--
 .../clientnegative/windowing_invalid_udaf.q.out    |  3 +-
 19 files changed, 138 insertions(+), 72 deletions(-)
 create mode 100644 ql/src/test/queries/clientnegative/nulltreatment.q
 copy 
ql/src/test/results/clientnegative/{authorization_uri_altertab_setloc.q.out => 
nulltreatment.q.out} (52%)

Reply via email to