The Wayback Machine - https://web.archive.org/web/20220112154314/https://github.com/apache/hive/commits/master
Skip to content
Permalink
master

Commits on Jan 12, 2022

  1. HIVE-25856: Intermittent null ordering in plans of queries with GROUP…

    … BY and LIMIT (Stamatis Zampetakis, reviewed by Krisztian Kasa)
    
    Remove singleton instantiation of HiveAggregateSortLimitRule, which
    binds the default null ordering behavior for every subsequent query.
    
    Before this change setting hive.default.nulls.last has no effect in the
    plan. It also means that if another test/user sets this property it
    will have an impact on every subsequent query.
    
    Closes #2932
    zabetak committed Jan 12, 2022
  2. HIVE-25843: Add flag to disable Iceberg FileIO config serialization (#…

    …2917) (Marton Bod, reviewed by Peter Vary)
    marton-bod committed Jan 12, 2022
  3. HIVE-24445: Non blocking DROP table implementation (Denys Kuzmenko, r…

    …eviewed by Karen Coppage, Peter Vary)
    
    Closes #2772
    deniskuzZ committed Jan 12, 2022
  4. HIVE-25854: Port Iceberg Hive fix - ORC vectorization fails after spl…

    …it offsets are considered during split generation (Adam Szita, reviewed by Marton Bod)
    szlta committed Jan 12, 2022
  5. HIVE-25829: Tez exec mode support for credential provider for jobs (#…

    …2911) (Laszlo Bodor reviewed by Panagiotis Garefalakis, Denys Kuzmenko)
    abstractdog committed Jan 12, 2022

Commits on Jan 11, 2022

  1. HIVE-25859: load_non_hdfs_path.q fails on master: .1.txt.crc does not…

    … exist. (#2939) (Ayush Saxena reviewed by Laszlo Bodor)
    ayushtkn committed Jan 11, 2022

Commits on Jan 10, 2022

  1. HIVE-25806: Possible leak in LlapCacheAwareFs - Parquet, LLAP IO (#2873

    …) (Laszlo Bodor reviewed by Panagiotis Garefalakis)
    abstractdog committed Jan 10, 2022
  2. HIVE-25726: Upgrade velocity to 2.3 due to CVE-2020-13936 (Sourabh Go…

    …yal via Naveen Gangam)
    
    Change-Id: I067ed469a981a8c23c5e51ad1625dab260f6d5d0
    sourabh912 authored and nrg4878 committed Jan 10, 2022
  3. HIVE-25839: Upgrade Log4j2 to 2.17.1 due to CVE-2021-44832 (Hankó Ger…

    …gely, weidongkl, reviewed by Stamatis Zampetakis)
    
    Co-authored-by: weidongkl <weidong@uniontech.com>
    
    Closes #2930
    Closes #2912
    ghanko authored and zabetak committed Jan 10, 2022

Commits on Jan 7, 2022

  1. HIVE-25832: Exclude Category-X JDBC drivers from binary distribution …

    …(Stamatis Zampetakis, reviewed by Alessandro Solimando, Zoltan Haindrich)
    
    Exclude drivers for Oracle, MySQL, and MariaDB to avoid licensing
    violations.
    
    Misc:
    1. Group all JDBC drivers in metastore-server pom.xml together for
    readability.
    2. Add MariaDB driver in metastore-server pom.xml for keeping things
    uniform.
    
    Closes #2905
    zabetak committed Jan 7, 2022
  2. HIVE-25849: Disable insert overwrite for bucket partitioned Iceberg t…

    …ables (Marton Bod, reviewed by Adam Szita and Peter Vary)
    marton-bod committed Jan 7, 2022

Commits on Jan 6, 2022

  1. HIVE-25818: Values query with order by position clause fails (Kriszti…

    …an Kasa, reviewed by Zoltan Haindrich) - ADDENDUM: add test
    kasakrisz committed Jan 6, 2022

Commits on Jan 5, 2022

  1. HIVE-25841: Improve performance of deleteColumnStatsState (Peter Vary…

    … reviewed by Zoltan Haindrich) (#2914)
    pvary committed Jan 5, 2022
  2. HIVE-25688: Non blocking DROP PARTITION implementation (Denys Kuzmenk…

    …o, reviewed by Peter Vary)
    
    Closes #2780
    deniskuzZ committed Jan 5, 2022

Commits on Dec 23, 2021

  1. HIVE-25825: Upgrade log4j 2.16.0 to 2.17.0+ due to CVE-2021-45105 (Re…

    …njianting, reviewed by Sankar Hariappan)
    
    Signed-off-by: Sankar Hariappan <sankarh@apache.org>
    Closes (#2901)
    renjianting committed Dec 23, 2021

Commits on Dec 22, 2021

  1. HIVE-25816: Log CBO plan after rule application for debugging purpose…

    …s (Stamatis Zampetakis, reviewed by Krisztian Kasa)
    
    Closes #2887
    zabetak committed Dec 22, 2021
  2. HIVE-25784: Upgrade arrow version to 2.0.0 (Adesh Rao, reviewed by Sa…

    …nkar Hariappan)
    
    Signed-off-by: Sankar Hariappan <sankarh@apache.org>
    Closes (#2896)
    adesh-rao committed Dec 22, 2021
  3. Revert "HIVE-25653: Incorrect results returned by STDDEV, STDDEV_SAMP…

    …, STDDEV_POP for floating point data types (Ashish Sharma, reviewed by Adesh Rao, Sankar Hariappan)"
    
    This reverts commit d0f77cc.
    Signed-off-by: Sankar Hariappan <sankarh@apache.org>
    Closes (#2897)
    ashish-kumar-sharma committed Dec 22, 2021
  4. HIVE-25818: Values query with order by position clause fails (Kriszti…

    …an Kasa, reviewed by Zoltan Haindrich)
    kasakrisz committed Dec 22, 2021

Commits on Dec 21, 2021

  1. HIVE-25805: Wrong result when rebuilding MV with count(col) increment…

    …ally (Krisztian Kasa, reviewed by Zoltan Haindrich)
    kasakrisz committed Dec 21, 2021
  2. HIVE-25822: Unexpected result rows in case of outer join contains con…

    …ditions only affecting one side (#2891) (Zoltan Haindrich reviewed by Stamatis Zampetakis, Aman Sinha)
    kgyrtkirk committed Dec 21, 2021
  3. HIVE-25792: Recompile the query if CBO has failed (Peter Vary reviewe…

    …d by Stamatis Zampetakis and Zoltan Haindrich)(#2865)
    pvary committed Dec 21, 2021

Commits on Dec 20, 2021

  1. HIVE-25786: Auto-close browser window/tab after successful auth with …

    …SSO (Saihemanth Gantasala via Naveen Gangam)
    saihemanth-cloudera authored and nrg4878 committed Dec 20, 2021
  2. HIVE-25800: Improvement in loadDynamicPartitions() to not load all pa…

    …rtitions from HMS for managed table (Sourabh Goyal, reviewed by Laszlo Pinter)
    
    HIVE-20661 added an improvement in loadDynamicPartitions() api in Hive.java to not add partitions one
    by one in HMS. It used to fetch all the existing partitions for a table from HMS and compare that with
    dynamic partitions list to decide old and new partitions to be added to HMS (in batches). The call to
    fetch all partitions has introduced a performance regression for tables with large number of
    partitions (of the order of 100K).
    
    This is fixed for external tables in HIVE-25178. However for ACID tables there is an open Jira HIVE-25187.
    Until we have an appropriate fix in HIVE-25187,we can skip fetching all partitions. Instead, in the
    threadPool which loads each partition individually,call getPartition() to check if the partition already
    exists in HMS or not. This will introduce additional getPartition() call for every partition to be loaded
    dynamically but does not fetch all existing partitions for a table anymore.
    
    Change-Id: I1308d51d56d77aae2c8378e153d002b1d13f7cc1
    sourabh912 authored and nrg4878 committed Dec 20, 2021
  3. HIVE-25745: Print transactional stats of materialized view source tab…

    …les (Krisztian Kasa, reviewed by Zoltan Haindrich, Alessandro Solimando)
    kasakrisz committed Dec 20, 2021

Commits on Dec 17, 2021

  1. HIVE-25724: Support external tables only for special databases (Saihe…

    …manth Gantasala via Naveen Gangam)
    saihemanth-cloudera authored and nrg4878 committed Dec 17, 2021
  2. HIVE-25796: Allow metastore clients to fetch remaining events if some…

    … of the events are cleaned up (Vihang Karajgaonkar, reviewed by Sourabh Goyal)
    vihangk1 committed Dec 17, 2021
  3. HIVE-25756: Fix replication metrics backward compatibility issue. (Ha…

    …ymant Mangla, reviewed by Pravin Kumar Sinha)
    hmangla98 committed Dec 17, 2021
  4. HIVE-25708: Implement creation of table_diff. (Ayush Saxena, reviewed…

    … by Pravin Kumar Sinha)
    ayushtkn committed Dec 17, 2021

Commits on Dec 16, 2021

  1. HIVE-25815: Add flag to skip maven validate phase for Iceberg modules…

    … (Marton Bod, reviewed by Peter Vary)
    marton-bod committed Dec 16, 2021
  2. HIVE-25782: Added client capabilites in the dry run call for the CTAS… (

    #2858) (Sai Hemanth Gantasala reviewed by Zoltan Haindrich)
    saihemanth-cloudera committed Dec 16, 2021

Commits on Dec 15, 2021

  1. HIVE-21172: DEFAULT keyword handling in MERGE UPDATE clause issues (K…

    …risztian Kasa, reviewed by Zoltan Haindrich)
    kasakrisz committed Dec 15, 2021
  2. HIVE-25804: Update log4j2 version to 2.16.0 to incorporate further CV…

    …E-2021-44228 hardening (#2874) (Csaba Juhász reviewed by Zoltan Haindrich)
    csjuhasz-c committed Dec 15, 2021
  3. HIVE-25791: Improve SFS exception messages (#2859) (Zoltan Haindrich …

    …reviewed by Krisztian Kasa)
    kgyrtkirk committed Dec 15, 2021
Older