Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jackson.version from 2.9.9 to 2.12.2 #15

Closed
wants to merge 210 commits into from

Commits on Mar 16, 2021

  1. HIVE-18827: useless dynamic value exceptions strike back (Jason Dere,…

    … reviewed by Sergey Shelukhin)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ecdce22 View commit details
    Browse the repository at this point in the history
  2. HIVE-19104: When test MetaStore is started with retry the instances s…

    …hould be independent (Peter Vary, reviewed by Sahil Takiar)
    Peter Vary authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ffcae50 View commit details
    Browse the repository at this point in the history
  3. HIVE-18986: Table rename will run java.lang.StackOverflowError in dat…

    …aNucleus if the table contains large number of columns (Aihua Xu, reviewed by Yongzhi Chen)
    Aihua Xu authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    900dae8 View commit details
    Browse the repository at this point in the history
  4. HIVE-19285: Add logs to the subclasses of MetaDataOperation (Marta Ku…

    …czora, via Peter Vary)
    kuczoram authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4fbd3b6 View commit details
    Browse the repository at this point in the history
  5. HIVE-18906: Lower Logging for "Using direct SQL" (Antal Sinkovits via…

    … Peter Vary)
    Antal Sinkovits authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1f55e6a View commit details
    Browse the repository at this point in the history
  6. HIVE-6980 Drop table by using direct sql Peter Vary, reviewed by Alex…

    …ander Kolbasov, Vihang Karajgaonkar)
    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3ddf59f View commit details
    Browse the repository at this point in the history
  7. HIVE-19432 : GetTablesOperation is too slow if the hive has too many …

    …databases and tables (Rajkumar Singh via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    rajkrrsingh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9e4b379 View commit details
    Browse the repository at this point in the history
  8. HIVE-19759: Flaky test: TestRpc#testServerPort (Sahil Takiar, reviewe…

    …d by Peter Vary)
    sahilTakiar authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6e24c32 View commit details
    Browse the repository at this point in the history
  9. Revert "HIVE-19866 : improve LLAP cache purge (Sergey Shelukhin, revi…

    …ewed by Gopal Vijayaraghavan)"
    
    This reverts commit eade25a.
    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    31ca1bd View commit details
    Browse the repository at this point in the history
  10. HIVE-19663 : refactor LLAP IO report generation (Sergey Shelukhin, re…

    …viewed by Prasanth Jayachandran)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    18ab910 View commit details
    Browse the repository at this point in the history
  11. HIVE-19866 : improve LLAP cache purge (Sergey Shelukhin, reviewed by …

    …Gopal Vijayaraghavan)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    af9061a View commit details
    Browse the repository at this point in the history
  12. HIVE-19564: Vectorization: Fix NULL / Wrong Results issues in Arithme…

    …tic (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6137bd8 View commit details
    Browse the repository at this point in the history
  13. HIVE-20231: Backport HIVE-19981 to branch-3 (Daniel Voros via Zoltan …

    …Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    dvoros authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1fa6c31 View commit details
    Browse the repository at this point in the history
  14. HIVE-18140: Partitioned tables statistics can go wrong in basic stats…

    … mixed case (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    48a7985 View commit details
    Browse the repository at this point in the history
  15. HIVE-19829: Incremental replication load should create tasks in execu…

    …tion phase rather than semantic phase (Mahesh Kumar Behera, reviewed by Sankar Hariappan)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f101d22 View commit details
    Browse the repository at this point in the history
  16. HIVE-18786 : NPE in Hive windowing functions (Dongwook Kwon via Ashut…

    …osh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    ashutoshc authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4a0ce1d View commit details
    Browse the repository at this point in the history
  17. HIVE-20011: Move away from append mode in proto logging hook (Harish …

    …JP, reviewd by Anishek Agarwal)
    anishek authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1bcef91 View commit details
    Browse the repository at this point in the history
  18. HIVE-19967 : SMB Join : Need Optraits for PTFOperator ala GBY Op (Dee…

    …pak Jaiswal, reviewed by Jason Dere)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a5d879d View commit details
    Browse the repository at this point in the history
  19. HIVE-19989: Metastore uses wrong application name for HADOOP2 metrics…

    … (Vineet Garg, reviewed by Alan Gates)
    vineetgarg02 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f43dab8 View commit details
    Browse the repository at this point in the history
  20. HIVE-20009 : Fix runtime stats for merge statement (Zoltan Haindrich …

    …via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    (cherry picked from commit 78cbf14)
    
    Adapted to branch-3: minor q.out changes
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2ddc06c View commit details
    Browse the repository at this point in the history
  21. HIVE-20004: Wrong scale used by ConvertDecimal64ToDecimal results in …

    …incorrect results (Prasanth Jayachandran reviewed by Matt McCline)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8c8430f View commit details
    Browse the repository at this point in the history
  22. HIVE-20028: Metastore client cache config is used incorrectly (Prasan…

    …th Jayachandran reviewed by Sergey Shelukhin)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ce7ff59 View commit details
    Browse the repository at this point in the history
  23. HIVE-19970: Replication dump has a NPE when table is empty (Mahesh Ku…

    …mar Behera, reviewed by Peter Vary, Sankar Hariappan)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d04cfe2 View commit details
    Browse the repository at this point in the history
  24. HIVE-19995: Aggregate row traffic for acid tables (Zoltan Haindrich r…

    …eviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6445d13 View commit details
    Browse the repository at this point in the history
  25. HIVE-20038: Update queries on non-bucketed + partitioned tables throw…

    …s NPE (Prasanth Jayachandran reviewed by Gopal V)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    475bbbe View commit details
    Browse the repository at this point in the history
  26. HIVE-20008: Fix second compilation errors in ql (Zoltan Haindrich rev…

    …iewed by Vineet Garg)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3ac837e View commit details
    Browse the repository at this point in the history
  27. HIVE-20008.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dd5c1bf View commit details
    Browse the repository at this point in the history
  28. HIVE-19812: Disable external table replication by default via a confi…

    …guration property (Mahesh Kumar Behera, reviewed by Sankar Hariappan)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f53a0ca View commit details
    Browse the repository at this point in the history
  29. HIVE-20059: Hive streaming should try shade prefix unconditionally on…

    … exception (Prasanth Jayachandran reviewed by Vineet Garg)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    56017c4 View commit details
    Browse the repository at this point in the history
  30. HIVE-17840: HiveMetaStore eats exception if transactionalListeners.no…

    …tifyEvent fail (Sankar Hariappan, reviewed by Mahesh Kumar Behera, Daniel Dai)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c4fd317 View commit details
    Browse the repository at this point in the history
  31. HIVE-20051: Skip authorization for temp tables (Zoltan Haindrich revi…

    …ewed by Igor Kryvenko, Jason Dere)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e7b76cd View commit details
    Browse the repository at this point in the history
  32. HIVE-19326 : stats auto gather: incorrect aggregation during UNION qu…

    …eries (may lead to incorrect results) (Zoltan Haindrich via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    eea1f35 View commit details
    Browse the repository at this point in the history
  33. HIVE-19326.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c2b53f1 View commit details
    Browse the repository at this point in the history
  34. HIVE-19860 : HiveServer2 ObjectInspectorFactory memory leak with cach…

    …edUnionStructObjectInspector (Rajkumar Singh)
    
    (cherry picked from commit cc8ac97)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    9c26376 View commit details
    Browse the repository at this point in the history
  35. HIVE-20039 : Bucket pruning: Left Outer Join on bucketed table gives …

    …wrong result (Deepak Jaiswal, reviewed by Gopal V)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4a6282e View commit details
    Browse the repository at this point in the history
  36. HIVE-19850 : Dynamic partition pruning in Tez is leading to 'No work …

    …found for tablescan' error (Ganesha Shreedhara via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    ganeshashree authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8c26aea View commit details
    Browse the repository at this point in the history
  37. HIVE-20182: Backport HIVE-20067 to branch-3 (Daniel Voros via Zoltan …

    …Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    dvoros authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2d45c9c View commit details
    Browse the repository at this point in the history
  38. HIVE-20098 : Statistics: NPE when getting Date column partition stati…

    …stics (Andrii via Gopal V)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    arhimondr authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a8c7774 View commit details
    Browse the repository at this point in the history
  39. HIVE-20184: Backport HIVE-20085 to branch-3 (Daniel Voros via Zoltan …

    …Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    dvoros authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    55d05d7 View commit details
    Browse the repository at this point in the history
  40. HIVE-20099: Fix logger for LlapServlet (Rajkumar Singh via Gopal V)

    Signed-off-by: Gopal V <gopalv@apache.org>
    Raj Kumar Singh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b3f0752 View commit details
    Browse the repository at this point in the history
  41. HIVE-20100 : OpTraits : Select Optraits should stop when a mismatch i…

    …s detected (Deepak Jaiswal, reviewed by Jason Dere)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    392c74f View commit details
    Browse the repository at this point in the history
  42. HIVE-20129: Revert to position based schema evolution for orc tables …

    …(Prasanth Jayachandran reviewed by Gunther Hagleitner)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    097b87c View commit details
    Browse the repository at this point in the history
  43. HIVE-20093: LlapOutputFomatService: Use ArrowBuf with Netty for Accou…

    …nting (Eric Wohlstadter, reviewed by Jason Dere)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4dea5f8 View commit details
    Browse the repository at this point in the history
  44. HIVE-19387: Truncate table for Acid tables conflicts with ResultSet c…

    …ache (Eugene Koifman, reviewed by Jason Dere)
    ekoifman authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b6bb2c3 View commit details
    Browse the repository at this point in the history
  45. HIVE-20088: Beeline config location path is assembled incorrectly (De…

    …nes Bodo via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    dionusos authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e8a0d55 View commit details
    Browse the repository at this point in the history
  46. HIVE-20019: Ban commons-logging and log4j (Prasanth Jayachandran revi…

    …ewed by Ashutosh Chauhan)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    608b591 View commit details
    Browse the repository at this point in the history
  47. HIVE-20147: Hive streaming ingest is contented on synchronized loggin…

    …g (Prasanth Jayachandran reviewed by Sergey Shelukhin)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    430e2dc View commit details
    Browse the repository at this point in the history
  48. HIVE-20185: Backport HIVE-20111 to branch-3 (Daniel Voros via Zoltan …

    …Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    dvoros authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8d43be5 View commit details
    Browse the repository at this point in the history
  49. HIVE-19951: Vectorization: Need to disable encoded LLAP I/O for ORC w…

    …hen there is data type conversion (Schema Evolution) (Matt McCline, reviewed by Prasanth Jayachandran)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    11831d2 View commit details
    Browse the repository at this point in the history
  50. HIVE-19992: Vectorization: Follow-on to HIVE-19951 --> add call to Sc…

    …hemaEvolution.isOnlyImplicitConversion to disable encoded LLAP I/O for ORC only when data type conversion is not implicit (Matt McCline, reviewed by Prasanth Jayachandran)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ab5e9c0 View commit details
    Browse the repository at this point in the history
  51. HIVE-20174: Vectorization: Fix NULL / Wrong Results issues in GROUP B…

    …Y Aggregation Functions (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    82184fc View commit details
    Browse the repository at this point in the history
  52. HIVE-20152: reset db state, when repl dump fails, so rename table can…

    … be done (Anishek Agarwal, reviewed by Sankar Hariappan)
    anishek authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    40e04ec View commit details
    Browse the repository at this point in the history
  53. HIVE-20116: TezTask is using parent logger (Prasanth Jayachandran rev…

    …iewed by Sergey Shelukhin)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1ec716d View commit details
    Browse the repository at this point in the history
  54. HIVE-20165: Enable ZLIB for streaming ingest (Prasanth Jayachandran, …

    …via Gopal V)
    
    Signed-off-by: Gopal V <gopalv@apache.org>
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fc318df View commit details
    Browse the repository at this point in the history
  55. HIVE-20172 : StatsUpdater failed with GSS Exception while trying to c…

    …onnect to remote metastore (Rajkumar Singh via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    rajkrrsingh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    895dce2 View commit details
    Browse the repository at this point in the history
  56. HIVE-20197: Vectorization: Add DECIMAL_64 testing, add Date/Interval/…

    …Timestamp arithmetic, and add more GROUP BY Aggregation tests (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d889814 View commit details
    Browse the repository at this point in the history
  57. HIVE-20183: Inserting from bucketed table can cause data loss, if the…

    … source table contains empty bucket (Peter Vary, reviewed by Naveen Gangam)
    Peter Vary authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a4441d4 View commit details
    Browse the repository at this point in the history
  58. HIVE-20120: Incremental repl load DAG generation is causing OOM error…

    … (Mahesh Kumar Behera, reviewed by Sankar Hariappan)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fb612fb View commit details
    Browse the repository at this point in the history
  59. HIVE-19360: CBO: Add an "optimizedSQL" to QueryPlan object (Gopal V, …

    …reviewed by Jesus Camacho Rodriguez)
    t3rmin4t0r authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e041d94 View commit details
    Browse the repository at this point in the history
  60. HIVE-20149: TestHiveCli failing/timing out(Vineet Garg, reviewed by Z…

    …oltan Haindrich)
    vineetgarg02 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3e71339 View commit details
    Browse the repository at this point in the history
  61. HIVE-4367: enhance TRUNCATE syntax to drop data of external table (Ja…

    …son Dere, reviewed by Teddy Choi)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    30906ab View commit details
    Browse the repository at this point in the history
  62. HIVE-4367.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8c1eefa View commit details
    Browse the repository at this point in the history
  63. HIVE-20127 : fix some issues with LLAP Parquet cache (Sergey Shelukhi…

    …n, reviewed by Prasanth Jayachandran)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2f280dd View commit details
    Browse the repository at this point in the history
  64. HIVE-20204: Type conversion during IN () comparisons is using differe…

    …nt rules from other comparison operations (Jason Dere, reviewed by Ashutosh Chauhan)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ea4b5bb View commit details
    Browse the repository at this point in the history
  65. HIVE-20192: HS2 with embedded metastore is leaking JDOPersistenceMana…

    …ger objects (Sankar Hariappan, reviewed by Vihang Karajgaonkar)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f0dc186 View commit details
    Browse the repository at this point in the history
  66. HIVE-17683: Add explain locks <sql> command (Igor Kryvenko via Eugene…

    … Koifman)
    igorKryvenko authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    33f6624 View commit details
    Browse the repository at this point in the history
  67. HIVE-19891 : inserting into external tables with custom partition dir…

    …ectories may cause data loss (Sergey Shelukhin, reviewed by Ashutosh Chauhan)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5079c68 View commit details
    Browse the repository at this point in the history
  68. HIVE-20164 : Murmur Hash : Make sure CTAS and IAS use correct bucketi…

    …ng version (Deepak Jaiswal, reviewed by Jason Dere)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1713e3a View commit details
    Browse the repository at this point in the history
  69. HIVE-20082: HiveDecimal to string conversion doesn't format the decim…

    …al correctly (Jason Dere, reviewed by Ashutosh Chauhan)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a22046a View commit details
    Browse the repository at this point in the history
  70. HIVE-19935 : Hive WM session killed: Failed to update LLAP tasks coun…

    …t (Sergey Shelukhin, reviewed by Prasanth Jayachandran)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e2ed900 View commit details
    Browse the repository at this point in the history
  71. HIVE-20207: Vectorization: Fix NULL / Wrong Results issues in Filter …

    …/ Compare (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    742399c View commit details
    Browse the repository at this point in the history
  72. HIVE-20203: Arrow SerDe leaks a DirectByteBuffer (Eric Wohlstadter, r…

    …eviewed by Teddy Choi)
    pudidic authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7d96e25 View commit details
    Browse the repository at this point in the history
  73. HIVE-20228: configure repl configuration directories based on user ru…

    …nning hiveserver2 (Anishek Agarwal, reviewed by Sankar Hariappan)
    anishek authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3fed353 View commit details
    Browse the repository at this point in the history
  74. HIVE-20240 : Semijoin Reduction : Use local variable to check for ext…

    …ernal table condition (Deepak Jaiswal, reviewed by Jason Dere)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1cd2c7b View commit details
    Browse the repository at this point in the history
  75. HIVE-20212: Hiveserver2 in http mode emitting metric default.General.…

    …open_connections incorrectly (Jesus Camacho Rodriguez, reviewed by Zoltan Haindrich)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2a37ff2 View commit details
    Browse the repository at this point in the history
  76. HIVE-20213: Upgrade Calcite to 1.17.0 (Jesus Camacho Rodriguez, revie…

    …wed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f9edb9d View commit details
    Browse the repository at this point in the history
  77. HIVE-18729: Druid Time column type (Jesus Camacho Rodriguez, reviewed…

    … by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    187338e View commit details
    Browse the repository at this point in the history
  78. HIVE-20105: Druid-Hive: tpcds query on timestamp throws java.lang.Ill…

    …egalArgumentException: Cannot create timestamp, parsing error (Nishant Bangarwa, reviewed by Ashutosh Chauhan)
    nishantmonu51 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6755de3 View commit details
    Browse the repository at this point in the history
  79. HIVE-20035: write booleans as long when serializing to druid (Nishant…

    … Bangarwa, reviewed by Jesus Camacho Rodriguez)
    nishantmonu51 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3c797bd View commit details
    Browse the repository at this point in the history
  80. HIVE-20263: Typo in HiveReduceExpressionsWithStatsRule variable (Jesu…

    …s Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    61cdbab View commit details
    Browse the repository at this point in the history
  81. HIVE-20249 : LLAP IO: NPE during refCount decrement (Prasanth Jayacha…

    …ndran, reviewed by Sergey Shelukhin)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1a8b826 View commit details
    Browse the repository at this point in the history
  82. HIVE-20247 : cleanup issues in LLAP IO after cache OOM (Sergey Sheluk…

    …hin, reviewed by Prasanth Jayachandran)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    dddd8b1 View commit details
    Browse the repository at this point in the history
  83. HIVE-20247 : cleanup issues in LLAP IO after cache OOM (Sergey Sheluk…

    …hin, reviewed by Prasanth Jayachandran) ADDENDUM
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    545d858 View commit details
    Browse the repository at this point in the history
  84. HIVE-20245: Vectorization: Fix NULL / Wrong Results issues in BETWEEN…

    … / IN (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    60e4f81 View commit details
    Browse the repository at this point in the history
  85. HIVE-20177: Vectorization: Reduce KeyWrapper allocation in GroupBy St…

    …reaming mode (Gopal V, reviewed by Matt McCline)
    t3rmin4t0r authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a3508b3 View commit details
    Browse the repository at this point in the history
  86. HIVE-20101: BloomKFilter: Avoid using the local byte[] arrays entirel…

    …y (Gopal V, reviewed by Prasanth Jayachandran)
    t3rmin4t0r authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cdc2ef3 View commit details
    Browse the repository at this point in the history
  87. HIVE-20244 : forward port HIVE-19704 to master (Sergey Shelukhin, rev…

    …iewed by Prasanth Jayachandran)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6d111cd View commit details
    Browse the repository at this point in the history
  88. HIVE-20130: Better logging for information schema synchronizer (Danie…

    …l Dai, reviewed by Vaibhav Gumashta)
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6d2b365 View commit details
    Browse the repository at this point in the history
  89. HIVE-18201 : Disable XPROD_EDGE for sq_count_check() created for scal…

    …ar subqueries (Ashutosh Chauhan via Jesus Camacho Rodriguez)
    ashutoshc authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    876cc91 View commit details
    Browse the repository at this point in the history
  90. HIVE-14493: Partitioning support for materialized views (Jesus Camach…

    …o Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e571311 View commit details
    Browse the repository at this point in the history
  91. HIVE-20281: SharedWorkOptimizer fails with 'operator cache contents a…

    …nd actual plan differ' (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    cbb4026 View commit details
    Browse the repository at this point in the history
  92. HIVE-20294: Vectorization: Fix NULL / Wrong Results issues in COALESC…

    …E / ELT (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c7e5e19 View commit details
    Browse the repository at this point in the history
  93. HIVE-20302: LLAP: non-vectorized execution in IO ignores virtual colu…

    …mns, including ROW__ID (Jesus Camacho Rodriguez, reviewed by Sergey Shelukhin)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7f538af View commit details
    Browse the repository at this point in the history
  94. HIVE-20301: Enable vectorization for materialized view rewriting test…

    …s (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1df6b62 View commit details
    Browse the repository at this point in the history
  95. HIVE-20314: Include partition pruning in materialized view rewriting …

    …(Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b339dfe View commit details
    Browse the repository at this point in the history
  96. HIVE-20277: Vectorization: Case expressions that return BOOLEAN are n…

    …ot supported for FILTER (Matt McCline, reviewed by Gopal Vijayaraghavan)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    aaac65e View commit details
    Browse the repository at this point in the history
  97. HIVE-20290: Lazy initialize ArrowColumnarBatchSerDe so it doesn't all…

    …ocate buffers during GetSplits (Eric Wohlstadter, reviewed by Jason Dere)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    21fc0d4 View commit details
    Browse the repository at this point in the history
  98. HIVE-20118: SessionStateUserAuthenticator.getGroupNames() is always e…

    …mpty (Daniel Dai, reviewed by Thejas Nair)
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e983e08 View commit details
    Browse the repository at this point in the history
  99. HIVE-19408: Improve show materialized views statement to show more in…

    …formation about invalidation (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    055be8c View commit details
    Browse the repository at this point in the history
  100. HIVE-19408.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2963f8e View commit details
    Browse the repository at this point in the history
  101. HIVE-20326: Create constraints with RELY as default instead of NO REL…

    …Y (Vineet Garg, reviewed by Jesus Camacho Rodriguez)
    vineetgarg02 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c5f1ba6 View commit details
    Browse the repository at this point in the history
  102. HIVE-20335: Add tests for materialized view rewriting with composite …

    …aggregation functions (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ba6e954 View commit details
    Browse the repository at this point in the history
  103. HIVE-20337: CachedStore: getPartitionsByExpr is not populating the pa…

    …rtition list correctly (Vaibhav Gumashta, reviewed by Daniel Dai)
    Vaibhav Gumashta authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    69de196 View commit details
    Browse the repository at this point in the history
  104. HIVE-20336: Masking and filtering policies for materialized views (Je…

    …sus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    caa6996 View commit details
    Browse the repository at this point in the history
  105. HIVE-20316: Skip external table file listing for create table event (…

    …Sankar Hariappan, reviewed by Mahesh Kumar Behera, Anishek Agarwal)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0fbbda7 View commit details
    Browse the repository at this point in the history
  106. HIVE-20344: PrivilegeSynchronizer for SBA might hit AccessControlExce…

    …ption (Daniel Dai, reviewed by Vaibhav Gumashta)
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a01843e View commit details
    Browse the repository at this point in the history
  107. HIVE-20340: Druid Needs Explicit CASTs from Timestamp to STRING when …

    …the output of timestamp function is used as String(Vineet Garg, reviewed by Ashutosh Chauhan)
    vineetgarg02 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    755bf67 View commit details
    Browse the repository at this point in the history
  108. HIVE-20354 : Semijoin hints dont work with merge statements (Deepak J…

    …aiswal, reviewed by Eugene Koifman)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    12249ea View commit details
    Browse the repository at this point in the history
  109. HIVE-19924: Tag distcp jobs run by Repl Load (Mahesh Kumar Behera, re…

    …viewed by Sankar Hariappan)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    57901e1 View commit details
    Browse the repository at this point in the history
  110. HIVE-20329: Long running repl load (incr/bootstrap) causing OOM error…

    … (Mahesh Kumar Behera, reviewed by Sankar Hariappan)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6944d46 View commit details
    Browse the repository at this point in the history
  111. HIVE-19316: StatsTask fails due to ClassCastException (Jaume Marhuend…

    …a, reviewed by Jesus Camacho Rodriguez)
    beltran authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d9c17ae View commit details
    Browse the repository at this point in the history
  112. add ql/src/test/results/clientpositive/llap/materialized_view_partiti…

    …oned_3.q.out for HIVE-20379
    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3d28ae2 View commit details
    Browse the repository at this point in the history
  113. HIVE-20379: Rewriting with partitioned materialized views may referen…

    …ce wrong column (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    60010da View commit details
    Browse the repository at this point in the history
  114. HIVE-20345: Drop database may hang if the tables get deleted from a d…

    …ifferent call (Aihua Xu, reviewed by Naveen Gangam)
    Aihua Xu authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4554d1c View commit details
    Browse the repository at this point in the history
  115. HIVE-18620: Improve error message while dropping a table that is part…

    … of a materialized view (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d269399 View commit details
    Browse the repository at this point in the history
  116. HIVE-20389: NPE in SessionStateUserAuthenticator when authenticator=S…

    …essionStateUserAuthenticator (Daniel Dai, reviewed by Thejas Nair)
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    26b96d7 View commit details
    Browse the repository at this point in the history
  117. HIVE-14898: HS2 shouldn't log callstack for an empty auth header error

    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b6349b6 View commit details
    Browse the repository at this point in the history
  118. HIVE-20391: HiveAggregateReduceFunctionsRule may infer wrong return t…

    …ype when decomposing aggregate function (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    725145f View commit details
    Browse the repository at this point in the history
  119. HIVE-20321: Vectorization: Cut down memory size of 1 col VectorHashKe…

    …yWrapper to <1 CacheLine (Matt McCline, reviewed by Gopal Vijayaraghavan)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    00ce359 View commit details
    Browse the repository at this point in the history
  120. HIVE-20410: aborted Insert Overwrite on transactional table causes "N…

    …ot enough history available for..." error (Eugene Koifman, reviewed by Sergey Shelukhin)
    ekoifman authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bc58de6 View commit details
    Browse the repository at this point in the history
  121. HIVE-20406 : Nested Coalesce giving incorrect results (Vineet Garg vi…

    …a Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    vineetgarg02 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    da6b031 View commit details
    Browse the repository at this point in the history
  122. HIVE-20406 : Addendum patch

    ashutoshc authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e3f7d0c View commit details
    Browse the repository at this point in the history
  123. HIVE-20409: Hive ACID: Update/delete/merge does not clean hdfs stagin…

    …g directory (Rajkumar Singh, reviewed by Vineet Garg)
    Rajkumar Singh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    461bbed View commit details
    Browse the repository at this point in the history
  124. HIVE-20418 : LLAP IO may not handle ORC files that have row index dis…

    …abled correctly for queries with no columns selected (Sergey Shelukhin, reviewed by Gopal Vijayaraghavan)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7760788 View commit details
    Browse the repository at this point in the history
  125. HIVE-20399 : CTAS w/a custom table location that is not fully qualifi…

    …ed fails for MM tables (Sergey Shelukhin, reviewed by Ashutosh Chauhan)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    abd2d43 View commit details
    Browse the repository at this point in the history
  126. HIVE-20367: Vectorization: Support streaming for PTF AVG, MAX, MIN, S…

    …UM (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    773cd57 View commit details
    Browse the repository at this point in the history
  127. HIVE-20352: Vectorization: Support grouping function (Matt McCline, r…

    …eviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5bade65 View commit details
    Browse the repository at this point in the history
  128. HIVE-20339: Vectorization: Lift unneeded restriction causing some PTF…

    … with RANK not to be vectorized (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    190a1f7 View commit details
    Browse the repository at this point in the history
  129. HIVE-20315: Vectorization: Fix more NULL / Wrong Results issues and a…

    …void unnecessary casts/conversions (Matt McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f7fcde4 View commit details
    Browse the repository at this point in the history
  130. HIVE-20455: Log spew from security.authorization.PrivilegeSynchonizer…

    ….run (Daniel Dai, reviewed by Gopal V)
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    03d7707 View commit details
    Browse the repository at this point in the history
  131. HIVE-20187 : Incorrect query results in hive when hive.convert.join.b…

    …ucket.mapjoin.tez is set to true (Deepak Jaiswal, reviewed by Gunther Hagleitner)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7c9d8c2 View commit details
    Browse the repository at this point in the history
  132. HIVE-20439: Use the inflated memory limit during join selection for l…

    …lap (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    035d1fc View commit details
    Browse the repository at this point in the history
  133. HIVE-20439: addendum

    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3c78de3 View commit details
    Browse the repository at this point in the history
  134. HIVE-20433 : Implicit String to Timestamp conversion is slow (Deepak …

    …Jaiswal, reviewed by Gopal Vijayaraghavan)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5957e90 View commit details
    Browse the repository at this point in the history
  135. HIVE-20496: Vectorization: Vectorized PTF IllegalStateException (Matt…

    … McCline, reviewed by Teddy Choi)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    7e83541 View commit details
    Browse the repository at this point in the history
  136. HIVE-20476: CopyUtils used by REPL LOAD and EXPORT/IMPORT operations …

    …ignore distcp error (Sankar Hariappan, reviewed by Mahesh Kumar Behera, Thejas M Nair)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ae69565 View commit details
    Browse the repository at this point in the history
  137. HIVE-20491: Fix mapjoin size estimations for Fast implementation (Zol…

    …tan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f0a3c5c View commit details
    Browse the repository at this point in the history
  138. HIVE-20491.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d83177c View commit details
    Browse the repository at this point in the history
  139. HIVE-19993: Using a table alias which also appears as a column name i…

    …s not possible (Jaume M via Zoltan Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    beltran authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    638ec3d View commit details
    Browse the repository at this point in the history
  140. HIVE-15932: Add support for: "explain ast" (Igor Kryvenko via Zoltan …

    …Haindrich)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    igorKryvenko authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4262b9a View commit details
    Browse the repository at this point in the history
  141. HIVE-20499 : GetTablesOperation pull all the tables meta irrespective…

    … of auth. (Rajkumar Singh via Ashutosh Chauhan)
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    Rajkumar Singh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0440167 View commit details
    Browse the repository at this point in the history
  142. HIVE-20515 : Empty query results when using results cache and query t…

    …emp dir, results cache dir in different filesystems (Jason Dere via Thejas Nair)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    089aa6c View commit details
    Browse the repository at this point in the history
  143. HIVE-20510 : Vectorization : Support loading bucketed tables using so…

    …rted dynamic partition optimizer (Deepak Jaiswal, reviewed by Gopal Vijayarahavan, Matt Mccline, and Thejas Nair)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ff49a32 View commit details
    Browse the repository at this point in the history
  144. HIVE-20522: HiveFilterSetOpTransposeRule may throw assertion error du…

    …e to nullability of fields (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ff8b6d1 View commit details
    Browse the repository at this point in the history
  145. HIVE-20508 : Hive does not support user names of type "user@realm" (D…

    …eepak Jaiswal, reviewed by Thejas Nair)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0fe299a View commit details
    Browse the repository at this point in the history
  146. HIVE-20513: Vectorization: Improve Fast Vector MapJoin Bytes Hash Tab…

    …les (Matt McCline, reviewed by Zoltan Haindrich)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    93aaf2e View commit details
    Browse the repository at this point in the history
  147. HIVE-17921 Aggregation with struct in LLAP produces wrong result (Sau…

    …rabh Seth via Eugene Koifman)
    ekoifman authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    c28f5c4 View commit details
    Browse the repository at this point in the history
  148. HIVE-20296: Improve HivePointLookupOptimizerRule to be able to extrac…

    …t from more sophisticated contexts (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e37048a View commit details
    Browse the repository at this point in the history
  149. HIVE-20412: NPE in HiveMetaHook (Jason Dere, reviewed by Sergey Shelu…

    …khin)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    83192d1 View commit details
    Browse the repository at this point in the history
  150. HIVE-20503: Use datastructure aware estimations during mapjoin select…

    …ion (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    adba1e7 View commit details
    Browse the repository at this point in the history
  151. HIVE-20541: REPL DUMP on external table with add partition event thro…

    …ws NoSuchElementException (Sankar Hariappan, reviewed by Anishek Agarwal)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    251911d View commit details
    Browse the repository at this point in the history
  152. HIVE-20524: Schema Evolution checking is broken in going from Hive ve…

    …rsion 2 to version 3 for ALTER TABLE VARCHAR to DECIMAL (Matt McCline, reviewed by Jason Dere)
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    122cb82 View commit details
    Browse the repository at this point in the history
  153. Missed files: HIVE-20524: Schema Evolution checking is broken in goin…

    …g from Hive version 2 to version 3 for ALTER TABLE VARCHAR to DECIMAL
    Matt McCline authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    648d973 View commit details
    Browse the repository at this point in the history
  154. HIVE-20558 : Change default of hive.hashtable.key.count.adjustment to…

    … 0.99
    
    Signed-off-by: Ashutosh Chauhan <hashutosh@apache.org>
    ashutoshc authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b90ae2d View commit details
    Browse the repository at this point in the history
  155. HIVE-20583: Use canonical hostname only for kerberos auth in HiveConn…

    …ection (Prasanth Jayachandran reviewed by Gopal V)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3b0daef View commit details
    Browse the repository at this point in the history
  156. add ql/src/test/results/clientpositive/test_teradatabinaryfile.q.out …

    …for HIVE-20498
    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    89db4cd View commit details
    Browse the repository at this point in the history
  157. HIVE-20498: Support date type for column stats autogather (Zoltan Hai…

    …ndrich reviewed by Prasanth Jayachandran)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    297852b View commit details
    Browse the repository at this point in the history
  158. HIVE-20507: Beeline: Add a utility command to retrieve all uris from …

    …beeline-site.xml (Vaibhav Gumashta, reviewed by Daniel Dai)
    Vaibhav Gumashta authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    570b587 View commit details
    Browse the repository at this point in the history
  159. HIVE-20568 : There is no need to convert the dbname to pattern while …

    …pulling tablemeta (Rajkumar Singh via Thejas Nair)
    Rajkumar Singh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b1fef64 View commit details
    Browse the repository at this point in the history
  160. HIVE-20095: Fix feature to push computation to jdbc external tables (…

    …Jonathan Doron, reviewed by Jesus Camacho Rodriguez)
    msydoron authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0fc0413 View commit details
    Browse the repository at this point in the history
  161. HIVE-20625: Regex patterns not working in SHOW MATERIALIZED VIEWS '<p…

    …attern>' (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b16d565 View commit details
    Browse the repository at this point in the history
  162. HIVE-20620 : manifest collisions when inserting into bucketed sorted …

    …MM tables with dynamic partitioning (Sergey Shelukhin, reviewed by Deepak Jaiswal)
    sershe-apache authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    32a5570 View commit details
    Browse the repository at this point in the history
  163. HIVE-18871: hive on tez execution error due to set hive.aux.jars.path…

    … to hdfs:// (zhuwei reviewed by Prasanth Jayachandran)
    zhuwei authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1a36026 View commit details
    Browse the repository at this point in the history
  164. HIVE-20552: Get Schema from LogicalPlan faster (Teddy Choi, reviewed …

    …by Jesus Camacho Rodriguez)
    
    Signed-off-by: Teddy Choi <pudidic@gmail.com>
    pudidic authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8a8e595 View commit details
    Browse the repository at this point in the history
  165. HIVE-20618: During join selection BucketMapJoin might be choosen for …

    …non bucketed tables (Zoltan Haindrich reviewed by Ashutosh Chauhan, Deepak Jaiswal)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bad3cd6 View commit details
    Browse the repository at this point in the history
  166. HIVE-20652: JdbcStorageHandler push join of two different datasource …

    …to jdbc driver (Jesus Camacho Rodriguez, reviewed by Ashutosh Chauhan)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    83c7076 View commit details
    Browse the repository at this point in the history
  167. HIVE-20651: JdbcStorageHandler password should be encrypted (Daniel D…

    …ai, reviewed by Sankar Hariappan)
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3158694 View commit details
    Browse the repository at this point in the history
  168. HIVE-20692: Enable folding of NOT x IS (NOT) [TRUE|FALSE] expressions…

    … (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    605b192 View commit details
    Browse the repository at this point in the history
  169. HIVE-20648: LLAP: Vector group by operator should use memory per exec…

    …utor
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    06deed5 View commit details
    Browse the repository at this point in the history
  170. HIVE-20649: LLAP aware memory manager for Orc writers (Prasanth Jayac…

    …handran reviewed by Sergey Shelukhin)
    prasanthj authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    34ad8ac View commit details
    Browse the repository at this point in the history
  171. HIVE-20710: Constant folding may not create null constants without ty…

    …pes (Zoltan Haindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4537d3c View commit details
    Browse the repository at this point in the history
  172. HIVE-20705: Vectorization: Native Vector MapJoin doesn't support Comp…

    …lex Big Table values (Matt McCline, reviewed by Jason Dere)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    6ce796b View commit details
    Browse the repository at this point in the history
  173. HIVE-20644 : Avoid exposing sensitive infomation through a Hive Runti…

    …me exception (Ashutosh Bapat reviewed by Thejas Nair, Sankar Hariappan)
    Ashutosh Bapat authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3967295 View commit details
    Browse the repository at this point in the history
  174. HIVE-20696: msck_*.q tests are broken (Jesus Camacho Rodriguez, revie…

    …wed by Prasanth Jayachandran)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    bf84339 View commit details
    Browse the repository at this point in the history
  175. HIVE-20761: Select for update on notification_sequence table has retr…

    …y interval and retries count too small (Sankar Hariappan, reviewed by Thejas M Nair)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    800695a View commit details
    Browse the repository at this point in the history
  176. HIVE-20720: Add partition column option to JDBC handler (Daniel Dai, …

    …reviewed by Jesus Camacho Rodriguez)
    
    Signed-off-by: Jesus Camacho Rodriguez <jcamacho@apache.org>
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f1e4ebc View commit details
    Browse the repository at this point in the history
  177. HIVE-20720.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    76d8915 View commit details
    Browse the repository at this point in the history
  178. HIVE-20762: NOTIFICATION_LOG cleanup interval is hardcoded as 60s and…

    … is too small (Sankar Hariappan, reviewed by Thejas Nair)
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    0e4b73a View commit details
    Browse the repository at this point in the history
  179. HIVE-20763: Add google cloud storage (gs) to the exim uri schema whit…

    …elist (Siddharth Seth, reviewed by Prasanth Jayachandran, Sergey Shelukhin)
    sidseth authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2871c89 View commit details
    Browse the repository at this point in the history
  180. HIVE-20638 : Upgrade version of Jetty to 9.3.25.v20180904 (Laszlo Bod…

    …or via Thejas Nair)
    Thejas M Nair authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ae29266 View commit details
    Browse the repository at this point in the history
  181. HIVE-20792: Inserting timestamp with zones truncates the data (Jaume …

    …Marhuenda, reviewed by Jesus Camacho Rodriguez)
    beltran authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    028195a View commit details
    Browse the repository at this point in the history
  182. HIVE-20820: MV partition on clause position (Jesus Camacho Rodriguez,…

    … reviewed by Vineet Garg)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5046acb View commit details
    Browse the repository at this point in the history
  183. HIVE-20829: JdbcStorageHandler range split throws NPE (Daniel Dai, re…

    …viewed by Thejas Nair)
    
    Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    ccc39e3 View commit details
    Browse the repository at this point in the history
  184. HIVE-20830: JdbcStorageHandler range query assertion failure in some …

    …cases (Daniel Dai, reviewed by Thejas Nair)
    
    Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4223fec View commit details
    Browse the repository at this point in the history
  185. add ql/src/test/results/clientpositive/llap/materialized_view_rewrite…

    …_no_join_opt.q.out for HIVE-20821
    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f6607b3 View commit details
    Browse the repository at this point in the history
  186. HIVE-20821: Rewrite SUM0 into SUM + COALESCE combination (Jesus Camac…

    …ho Rodriguez, reviewed by Gopal V)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2a43a89 View commit details
    Browse the repository at this point in the history
  187. HIVE-20815: JdbcRecordReader.next shall not eat exception (Daniel Dai…

    …, reviewed by Thejas Nair)
    
    Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    32fe16b View commit details
    Browse the repository at this point in the history
  188. HIVE-20834: Hive QueryResultCache entries keeping reference to Semant…

    …icAnalyzer from cached query (Jason Dere, reviewed by GopalV)
    Jason Dere authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1389b13 View commit details
    Browse the repository at this point in the history
  189. HIVE-20817: Reading Timestamp datatype via HiveServer2 gives errors (…

    …Mahesh Kumar Behera, reviewed by Thejas M Nair)
    
    Signed-off-by: Sankar Hariappan <sankarh@apache.org>
    maheshk114 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2b05420 View commit details
    Browse the repository at this point in the history
  190. HIVE-20868 : SMB Join fails intermittently when TezDummyOperator has …

    …child op in getFinalOp in MapRecordProcessor(Deepak Jaiswal, reviewed by Gopal V)
    djaiswal83 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    3e1ff5c View commit details
    Browse the repository at this point in the history
  191. HIVE-16839 : Unbalanced calls to openTransaction/commitTransaction wh…

    …en alter the same partition concurrently (Guang Yang, reviewed by Karthik Manamcheri and Vihang Karajgaonkar)
    Vihang Karajgaonkar authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    44e93cb View commit details
    Browse the repository at this point in the history
  192. HIVE-20813: udf to_epoch_milli need to support timestamp without time…

    … zone as well. (Slim B, reviewed by Jesus Camacho Rodriguez)
    b-slim authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    542e56a View commit details
    Browse the repository at this point in the history
  193. HIVE-20881: Constant propagation oversimplifies projections (Zoltan H…

    …aindrich reviewed by Ashutosh Chauhan)
    
    Signed-off-by: Zoltan Haindrich <kirk@rxd.hu>
    kgyrtkirk authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    98971d2 View commit details
    Browse the repository at this point in the history
  194. HIVE-19701: getDelegationTokenFromMetaStore doesn't need to be synchr…

    …onized (Sankar Hariappan, reviewed by Thejas M Nair)
    
    Signed-off-by: Sankar Hariappan <sankarh@apache.org>
    sankarh authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    12b6d5d View commit details
    Browse the repository at this point in the history
  195. HIVE-20676 : HiveServer2: PrivilegeSynchronizer is not set to daemon …

    …status (Vaibhav Gumashta via Thejas Nair)
    Vaibhav Gumashta authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    b20fde9 View commit details
    Browse the repository at this point in the history
  196. HIVE-20937: Postgres jdbc query fail with "LIMIT must not be negative…

    …" (Daniel Dai, reviewed by Thejas Nair)
    
    Signed-off-by: Thejas M Nair <thejas@hortonworks.com>
    daijy authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    193bcb4 View commit details
    Browse the repository at this point in the history
  197. HIVE-20873: Use Murmur hash for VectorHashKeyWrapperTwoLong to reduce…

    … hash collision (Teddy Choi, reviewed by Gopal V)
    pudidic authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    fb91003 View commit details
    Browse the repository at this point in the history
  198. HIVE-20953 : Remove a function from function registry when it can not…

    … be added to the metastore when creating it. (Ashutosh Bapat, reviewed by Mahesh Kumar Behera)
    
    Signed-off-by: Mahesh Kumar Behera <mahesh@apache.org>
    Ashutosh Bapat authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a2f354a View commit details
    Browse the repository at this point in the history
  199. HIVE-20827: Inconsistent results for empty arrays (Teddy Choi, review…

    …ed by Gopal V)
    
    Signed-off-by: Teddy Choi <pudidic@gmail.com>
    pudidic authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    67b6193 View commit details
    Browse the repository at this point in the history
  200. HIVE-20979: Fix memory leak in hive streaming (Shubham Chaurasia revi…

    …ewed by Prasanth, Eric, Ashutosh)
    Shubham Chaurasia authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    8fc5318 View commit details
    Browse the repository at this point in the history
  201. HIVE-21041: NPE, ParseException in getting schema from logical plan (…

    …Teddy Choi, reviewed by Jesus Camacho Rodriguez)
    
    Change-Id: Iff9d9b02f934ed800f932ff916a59288a896f169
    Teddy Choi authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    a2bc60c View commit details
    Browse the repository at this point in the history
  202. HIVE-21041.extra

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    1dd339f View commit details
    Browse the repository at this point in the history
  203. HIVE-21171: Skip creating scratch dirs for tez if RPC is on (Vineet G…

    …arg, reviewed by Ashutosh Chauhan)
    vineetgarg02 authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5ecf05c View commit details
    Browse the repository at this point in the history
  204. HIVE-21329: Custom Tez runtime unordered output buffer size depending…

    … on operator pipeline (Jesus Camacho Rodriguez, reviewed by Gopal V)
    jcamachor authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    f86164c View commit details
    Browse the repository at this point in the history
  205. HIVE-22485: Cross product should set the conf in UnorderedPartitioned…

    …KVEdgeConfig (Rajesh Balamohan, reviewed by Ashutosh Chauhan)
    rbalamohan authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    2107f2c View commit details
    Browse the repository at this point in the history
  206. HIVE-22891: Skip PartitionDesc Extraction In CombineHiveRecord For No…

    …n-LLAP Execution Mode (Syed Shameerur Rahman, reviewed by Ádám Szita)
    
    Close apache/hive#914
    srahman-qubole authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e69e2de View commit details
    Browse the repository at this point in the history
  207. HIVE-22815: reduce the unnecessary file system object creation in MRO…

    …utput (Richard Zhang, reviewed by Gopal Vijayaraghavan)
    rizhangcloud authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e382dd8 View commit details
    Browse the repository at this point in the history
  208. HIVE-5312: Let HiveServer2 run simultaneously in HTTP (over thrift) a…

    …nd Binary (normal thrift transport) mode (Adam Szita, based on original patch from Narendra Penagulur, reviewed by Peter Vary)
    szlta authored and Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    043ba81 View commit details
    Browse the repository at this point in the history
  209. Patches for MR3

    Sungwoo Park committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    979a377 View commit details
    Browse the repository at this point in the history
  210. Bump jackson.version from 2.9.9 to 2.12.2

    Bumps `jackson.version` from 2.9.9 to 2.12.2.
    
    Updates `jackson-annotations` from 2.9.9 to 2.12.2
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-core` from 2.9.9 to 2.12.2
    - [Release notes](https://github.com/FasterXML/jackson-core/releases)
    - [Commits](FasterXML/jackson-core@jackson-core-2.9.9...jackson-core-2.12.2)
    
    Updates `jackson-databind` from 2.9.9 to 2.12.2
    - [Release notes](https://github.com/FasterXML/jackson/releases)
    - [Commits](https://github.com/FasterXML/jackson/commits)
    
    Updates `jackson-module-scala_2.11` from 2.9.9 to 2.12.2
    - [Release notes](https://github.com/FasterXML/jackson-module-scala/releases)
    - [Changelog](https://github.com/FasterXML/jackson-module-scala/blob/master/release.sbt)
    - [Commits](FasterXML/jackson-module-scala@jackson-module-scala-2.9.9...jackson-module-scala-2.12.2)
    
    Updates `jackson-dataformat-smile` from 2.9.9 to 2.12.2
    - [Release notes](https://github.com/FasterXML/jackson-dataformats-binary/releases)
    - [Commits](FasterXML/jackson-dataformats-binary@jackson-dataformats-binary-2.9.9...jackson-dataformats-binary-2.12.2)
    
    Updates `jackson-jaxrs-json-provider` from 2.9.9 to 2.12.2
    
    Updates `jackson-module-jaxb-annotations` from 2.9.9 to 2.12.2
    - [Release notes](https://github.com/FasterXML/jackson-modules-base/releases)
    - [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.9.9...jackson-modules-base-2.12.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    5e4f3a5 View commit details
    Browse the repository at this point in the history