1. 6c6fb28 HIVE-28608: Resolve Issues in ReplicationMigrationTool and Activate Test Suite (#5595) (Indhumathi Muthumurugesh, reviewed by Shohei Okumiya) by Indhumathi · 2 days ago master
  2. 57cd8909 HIVE-28707: QTest log is filled with HivePreWarmProcessor warn messages (#5610). (Ayush Saxena, reviewed by Denys Kuzmenko, Laszlo Bodor, Zsolt Miskolczi) by Ayush Saxena · 2 days ago
  3. 88e2175 HIVE-28700: MRCompactor may cause data loss when performing the major compaction (#5603) (Zhihua Deng, reviewed by Denys Kuzmenko, Marta Kuczora) by dengzh · 3 days ago
  4. 91e0f1a HIVE-28408: Support ARRAY field access in CBO (Ramesh Kumar, reviewed by Shohei Okumiya, Stamatis Zampetakis) by Ramesh Kumar · 3 days ago
  5. 4d012ca HIVE-28706: Iceberg: fix not stable tests (#5609), reviewed by Denys Kuzmenko by Dmitriy Fingerman · 3 days ago
  6. d486f58 HIVE-28702: Iceberg: Statistics are inconsistent on time travel queries (Shohei Okumiya, reviewed by Denys Kuzmenko) by Shohei Okumiya · 4 days ago
  7. 62ad7d4 HIVE-28589: Not null constraint does not enforced at invalid cast (Krisztian Kasa, reviewed by Denys Kuzmenko) by Krisztian Kasa · 5 days ago
  8. a057684 HIVE-28619: TestHivePrivilegeObjectOwnerNameAndType to run on Tez (#5600) (Indhumathi Muthumurugesh, reviewed by Raghav Aggarwal, Shohei Okumiya) by Indhumathi · 6 days ago
  9. a14a1e1 HIVE-28701: OTEL: Fix race condition due to unavailability of Query Id. (#5604). (Ayush Saxena, reviewed by Simhadri Govindappa, Tanishq Chugh) by Ayush Saxena · 8 days ago
  10. 3e33876 HIVE-28029: Make unit tests based on TxnCommandsBaseForTests/DbTxnManagerEndToEndTestBase run on Tez (Krisztian Kasa, reviewed by Denys Kuzmenko, Laszlo Bodor, Zoltan Ratkai) by Krisztian Kasa · 9 days ago
  11. da4d713 HIVE-28698: OTEL: Add Retry Policy in the Exporter. (#5602). (Ayush Saxena, reviewed by Marta Kuczora, Tanishq Chugh) by Ayush Saxena · 9 days ago
  12. 4bc1757 HIVE-28677: Implement direct sql for delete table/partition column stats (#5587)(Wechar Yu, reviewed by Raghav Aggarwal, Bbutao Zhang) by Wechar Yu · 9 days ago
  13. 1836187 HIVE-28669: Deadlock found when TxnStoreMutex trying to acquireLock (Zhihua Deng, reviewed by Raghav Aggarwal, Indhumathi Muthumurugesh, Denys Kuzmenko) by dengzh · 10 days ago
  14. 5ffcdb7 HIVE-28582: OOM when compiling query with many GROUP BY columns aliased multiple times (Stamatis Zampetakis reviewed by Krisztian Kasa) by Stamatis Zampetakis · 4 weeks ago
  15. cf21731 HIVE-28040: Upgrade netty to 4.1.116.Final due to CVEs (#5592). (Tanishq Chugh, reviewed by Ayush Saxena, Basapuram Kumar) by Tanishq Chugh · 11 days ago
  16. b7a3e8b HIVE-28675: Maximize the removal of redundant columns from GROUP BY clauses (Stamatis Zampetakis reviewed by Soumyakanti Das, Ramesh Kumar) by Stamatis Zampetakis · 4 weeks ago
  17. d824e2f HIVE-28532 Map Join Reuse cache allows to share hashtables for different join types (Ramesh Kumar, reviewed by Krisztian Kasa, Denys Kuzmenko) by Ramesh Kumar · 2 weeks ago
  18. 3f6d918 HIVE-28018: Don't require HiveConf for JDBC Metadata calls (Kurt Deschler, reviewed by Attila Turoczy, Denys Kuzmenko) by Kurt Deschler · 12 months ago
  19. e8ccca8 HIVE-27874: Support datatype conversion on fetch threads (Kurt Deschler, reviewed by Attila Turoczy, Denys Kuzmenko) by Kurt Deschler · 1 year, 4 months ago
  20. 7871199 HIVE-27872: Support multi-stream parallel fetch in JDBC driver (Kurt Deschler, reviewed by Attila Turoczy, Denys Kuzmenko) by Kurt Deschler · 1 year, 4 months ago
  21. 6166da4 HIVE-27873: Fix getOperationStatus and optimize fetch (Kurt Deschler, reviewed by Attila Turoczy, Denys Kuzmenko) by Kurt Deschler · 1 year, 2 months ago
  22. 7033da1 HIVE-27887: Provide reasonable defaults for ResultSetMetaData (Michael Smith, reviewed by Attila Turoczy, Denys Kuzmenko) by Michael Smith · 1 year, 3 months ago
  23. 0723a4b HIVE-27886: Configure Hadoop security for Kerberos when required (Michael Smith, reviewed by Attila Turoczy, Denys Kuzmenko) by Michael Smith · 1 year, 3 months ago
  24. 63e6aa5 HIVE-28671: Upgrade MySQL connector jar version to 8.2.0 (#5580) (Simran Arora, reviewed by Shohei Okumiya, Ayush Saxena) by Simran Arora · 4 weeks ago
  25. 20d26ad HIVE-28473:INSERT OVERWRITE LOCAL DIRECTORY writes staging files to wrong hdfs directory (#5407)(yu liang, reviewed by Butao Zhang) by yu liang · 4 weeks ago
  26. f44e1be HIVE-28623: Implement RuntimeContext to decouple runtime data from TezTask (#5538) (Laszlo Bodor reviewed by Dmitriy Fingerman, Denys Kuzmenko) by Bodor Laszlo · 4 weeks ago
  27. b22b218 HIVE-28377: Add support for hive.output.file.extension to HCatStorer (Venkatasubrahmanian Narayanan, reviewed by Dmitriy Fingerman, Denys Kuzmenko, Yi Zhang) by Venkatasubrahmanian Narayanan · 4 weeks ago
  28. 4898d7b HIVE-28662: Enable the dynamic leader election for HMS (Zhihua Deng, reviewed by Ayush Saxena, Denys Kuzmenko) by dengzh · 5 weeks ago
  29. 28baba2 HIVE-15540: Impl `DatabaseMetaData#getURL()` and `DatabaseMetaData#getUserName()` for HiveServer2 JDBC Driver (#5554). (QING ZHU, reviewed by Ayush Saxena, Zsolt Miskolczi) by Ling Hengqian · 5 weeks ago
  30. dc28391 HIVE-28661: OTEL: Latency in retrieving query end time leads to thread interruption (#5576). (Tanishq Chugh, reviewed by Ayush Saxena) by Tanishq Chugh · 5 weeks ago
  31. 4218877 HIVE-28637: Fix the issue of datasize becoming negative due to overflow during addition (yijiuqi, reviewed by Seonggon Namgung, Shohei Okumiya) by yiqijiu · 5 weeks ago
  32. 3483bc3 HIVE-28654: MSCK repair fails for default partition when partition column is of numeric type (#5568). (Raghav Aggarwal, reviewed by Ayush Saxena, Shohei Okumiya, Indhumathi Muthumurugesh) by Raghav Aggarwal · 5 weeks ago
  33. fd4b157 HIVE-28660: OTEL: Modify span names to remove inconsistency in case of completed queries (#5575). (Tanishq Chugh, reviewed by Ayush Saxena) by Tanishq Chugh · 5 weeks ago
  34. 6bd45cc HIVE-28594: Handle the issue on HS2 WebUI's LDAP authentication (#5561) (Zhihua Deng, reviewed by Dmitriy Fingerman, Henri Biestro) by dengzh · 6 weeks ago
  35. 0e75930 HIVE-28659: Disable test: TestMetaStoreDeadlock (#5573) by dengzh · 6 weeks ago
  36. c27d317 HIVE-28568: Enhance HMS meta summary for Iceberg tables (#5523) (Zhihua Deng, reviewed by Sai Hemanth Gantasala) by dengzh · 6 weeks ago
  37. cf83d47 HIVE-28638: Refactor stats handling in StatsRecordingThreadPool (#5557) (Laszlo Bodor reviewed by Dmitriy Fingerman) by Bodor Laszlo · 6 weeks ago
  38. ea06bf3 HIVE-28649: Iceberg: Clear resourceMap to prevent FileNotFoundException during query retry with different YARN application ID (Kokila N, reviewed by Laszlo Bodor, Denys Kuzmenko) by kokila-19 · 6 weeks ago
  39. c82e1ef HIVE-28656: Improve HPL/SQL tests (#5381)(Piotr P. Karwasz, reviewed by Dmitriy Fingerman, Butao Zhang) by Piotr P. Karwasz · 6 weeks ago
  40. 2ff3ed6 HIVE-28633: Insert to Bucketed Partition table fails with CBO=false and dynamic sort partition optimization enabled (#5563). (Indhumathi Muthumurugesh, reviewed by Laszlo Bodor, Soumyakanti Das) by Indhumathi · 7 weeks ago
  41. ad5708c HIVE-28625: Upgrade Apache Parquet version to 1.14.4 (#5552)(Butao Zhang, reviewed by Shohei Okumiya) by Butao Zhang · 7 weeks ago
  42. 53d1344 HIVE-28632: Fix issues in JSON SerDe implementations related to Boolean, Binary data types (Araika Singh, reviewed by Denys Kuzmenko) by NZEC · 7 weeks ago
  43. c4f83be HIVE-28647: Remove auto-assign reviewer github-actions (#5564)(Butao Zhang, reviewed by Ayush Saxena, Shohei Okumiya, Stamatis Zampetakis) by Butao Zhang · 7 weeks ago
  44. 4e83239 HIVE-28648: OTEL: Add Execution Engine as part of the Query Data. (#5565). (Ayush Saxena, reviewed by Simhadri Govindappa, Tanishq Chugh, Attila Turoczy) by Ayush Saxena · 7 weeks ago
  45. 6e9c828 HIVE-28489: Partition the input data of GroupBy with GroupingSet (Seonggon Namgung, reviewed by PLASH SPEED, Shohei Okumiya) by seonggon · 7 weeks ago
  46. 26154ad HIVE-28591: Fix partition column names evaluation in Vectorizer#validateInputFormatAndSchemaEvolution (Denys Kuzmenko, reviewed by Dmitriy Fingerman, Soumyakanti Das) by Denys Kuzmenko · 7 weeks ago
  47. 4d96bfe HIVE-28636: partition_explain_ddl.q is flaky (#5555) by okumin · 7 weeks ago
  48. a79922e HIVE-28598: NPE in vectorized murmur_hash function on columns with repeating values (Seonggon Namgung reviewed by Stamatis Zampetakis, PLASH SPEED, Denys Kuzmenko) by seonggon · 9 weeks ago
  49. 2bf6614 HIVE-28640: partition_explain_ddl.q is flaky - disable test by Laszlo Bodor · 8 weeks ago
  50. afe05b9 HIVE-28490: Stop removing retainable DPP sources (Seonggon Namgung, reviewed by Denys Kuzmenko) by seonggon · 9 weeks ago
  51. d85c239 HIVE-24167: Compilation fails due to equivalence mapping violation when CTE materialization is enabled (#5452) (Shohei Okumya, reviewed by Stamatis Zampetakis) by okumin · 9 weeks ago
  52. 06206b5 HIVE-28488: Merge adjacent union distinct (Seonggon Namgung, reviewed by Denys Kuzmenko, Shohei Okumiya) by seonggon · 9 weeks ago
  53. 3482c0b HIVE-28620: Query result is cached in case of IOWD if the subquery is not trivial (#5537) (Laszlo Bodor reviewed by Denys Kuzmenko, Krisztian Kasa) by Bodor Laszlo · 9 weeks ago
  54. de40069 HIVE-28194: Regenerate HS2 thrift port in TestRetryingThriftCLIServiceClient (Araika Singh, reviewed by Denys Kuzmenko) by NZEC · 9 weeks ago
  55. 2be4164 HIVE-28616: OrcReader is not closed in OrcEncodedDataReader (#5534) (Harish Jaiprakash reviewed by Denys Kuzmenko, Laszlo Bodor) by Bodor Laszlo · 9 weeks ago
  56. 41925d7 HIVE-28603 Fixing Multiple Flaky tests in module serde which are due to non determinism (#5527) by Nikunj Agarwal · 9 weeks ago
  57. a6e13c9 HIVE-28579: Add query id to HiveSQLException (#5520) by Dmitriy Fingerman · 9 weeks ago
  58. e48cb8e HIVE-28519: Upgrade Maven SureFire Plugin to latest version 3.5.1 (#5530) (Indhumathi Muthumurugesh reviewed by Laszlo Bodor, Ayush Saxena) by Indhumathi · 10 weeks ago
  59. 883d5df HIVE-20917: Support applyQuotesToAll option in OpenCSVSerde (David Engel, reviewed by Denys Kuzmenko) by David Engel · 2 months ago
  60. c29bab6 HIVE-28613: OTEL: Collect & expose JVM metrics for LLAP daemons. (#5533). (Ayush Saxena, reviewed by Simhadri Govindappa, Tanishq Chugh) by Ayush Saxena · 2 months ago
  61. 1789f93 Revert "HIVE-28417: Bump Log4j2 to 2.24.1 to facilitate compilation of GraalV…" (#5532) by Butao Zhang · 2 months ago
  62. 2a97397 HIVE-28610: Bump commons-io:commons-io from 2.12.0 to 2.14.0 (#5485). (dependabot, Reviewed by Ayush Saxena) by dependabot[bot] · 2 months ago
  63. 169cb8d HIVE-28604: Allow HMS to configure the DataNucleus level 1 cache (#5528) (Zhihua Deng, reviewed by Soumyakanti Das, Sai Hemanth Gantasala, Naveen Gangam) by dengzh · 2 months ago
  64. 18f34e7 HIVE-28460: Determine the database type once the PersistenceManagerFactory created (#5474) (Zhihua Deng, reviewed by Dmitriy Fingerman, Denys Kuzmenko) by dengzh · 2 months ago
  65. d4cef17 HIVE-28596: Skip ColumnAccessInfo collection when not needed to speed-up compilation (Stamatis Zampetakis reviewed by Dmitriy Fingerman, Soumyakanti Das, Butao Zhang) by Stamatis Zampetakis · 3 months ago
  66. 70056a4 HIVE-28599: Move lock statements to a separate parser file (Michal Lorek reviewed by Stamatis Zampetakis) by mlorek · 3 months ago
  67. db09a52 HIVE-28411: Iceberg: Support Bucket Map Join on Iceberg tables (Shohei Okumiya, reviewed by Denys Kuzmenko) by okumin · 3 months ago
  68. 57f720d HIVE-28538: Locale-related test discrepancies in environments with JDK >= 11 (Shivangi Jha reviewed by Stamatis Zampetakis) by shivjha · 4 months ago
  69. d6cb698 HIVE-28446: Convert some reserved words to non-reserved words (Shohei Okumiya, reviewed by Denys Kuzmenko) by okumin · 3 months ago
  70. b431e11 HIVE-28268: Iceberg: Retrieve row count from iceberg SnapshotSummary in case of iceberg.hive.keep.stats=false (Butao Zhang, reviewed by Denys Kuzmenko) by Butao Zhang · 3 months ago
  71. 548990d HIVE-28417: Bump Log4j2 to 2.24.1 to facilitate compilation of GraalVM Native Image (#5375)(Ling Hengqian, reviewed by Raghav Aggarwal, Butao Zhang) by Ling Hengqian · 3 months ago
  72. ddcba0b HIVE-28537: Iceberg: Compaction: Allow only partition columns in the WHERE clause (Zoltan Ratkai, reviewed by Denys Kuzmenko, Dmitriy Fingerman) by Zoltan Ratkai · 3 months ago
  73. 13dfae1 HIVE-28580: Create table using import command gives ddl pointing to incorrect location (#5512) (Zhihua Deng, reviewed by Denys Kuzmenko, Sai Hemanth Gantasala) by dengzh · 3 months ago
  74. 60dc09e HIVE-28577: Upgrade protobuf version to 3.25.5 to fix CVE (#5511). (Raghav Aggarwal, reviewed by Ayush Saxena) by Raghav Aggarwal · 3 months ago
  75. 454415b HIVE-28571: Basic UNIONTYPE support in CBO (Stamatis Zampetakis reviewed by Soumyakanti Das, Attila Turoczy, Alessandro Solimando, Shohei Okumiya) by Stamatis Zampetakis · 3 months ago
  76. 48a67a4 HIVE-28565: Reduce lock.sleep.duration.between.retries for tests (Stamatis Zampetakis reviewed by Simhadri Govindappa) by Stamatis Zampetakis · 3 months ago
  77. b2a5933 HIVE-28564: AssertionError for jdbc queries when JDBCExpandExpressionsRule produces non flat Filter conditions (Soumyakanti Das reviewed by Stamatis Zampetakis) by Soumyakanti Das · 3 months ago
  78. 2013281 HIVE-28536: Iceberg: Add support for custom compaction pools (Dmitriy Fingerman, reviewed by Denys Kuzmenko) by Dmitriy Fingerman · 3 months ago
  79. 49a6ff8 HIVE-28573: Unable to execute HPLSQl queries when hive authorization is enabled. (Dayakar M, reviewed by Krisztian Kasa, Dmitriy Fingerman) by Dayakar M · 3 months ago
  80. b4dd5cf HIVE-28416: Another process is rebuilding the materialized view is thrown for subsequent MV rebuilds when the current MV rebuild is aborted for the same MV. (Dayakar M, reviewed by Krisztian Kasa, Zsolt Miskolczi, Zoltan Ratkai, Dmitriy Fingerman) by Dayakar M · 3 months ago
  81. b552630 HIVE-28555: Add custom plugins support to ReExecution (Ryu Kobayashi, reviewed by Denys Kuzmenko) by Ryu Kobayashi · 3 months ago
  82. 7e33d79 HIVE-28164: Remove log4j:log4j transitive dependency (Raghav Aggarwal reviewed by Stamatis Zampetakis) by Raghav Aggarwal · 10 months ago
  83. 9579027 HIVE-28245: Upgrade Spring to 5.3.39 due to CVE. (#5435)(Simran Arora, reviewed by Raghav Aggarwal, Indhumathi Muthumurugesh, Butao Zhang) by Simran Arora · 3 months ago
  84. 771b003 HIVE-28560: AssertionError in SqlImplementor when query over JDBC table contains LIMIT (Soumyakanti Das reviewed by Stamatis Zampetakis) by Soumyakanti Das · 3 months ago
  85. a64a4f6 HIVE-28574: Bump org.apache.avro:avro from 1.11.3 to 1.11.4 (#5493) (dependabot, reviewed by Ayush Saxena, Butao Zhang) by dependabot[bot] · 3 months ago
  86. e8923aa HIVE-28566: Simplify version identifier in patched-iceberg modules (Stamatis Zampetakis reviewed by Raghav Aggarwal, Butao Zhang) by Stamatis Zampetakis · 3 months ago
  87. b90fe82 HIVE-28569: ReExecuteLostAMQueryPlugin doesn't kick in if the message contains line break and diagnostics (#5499) (Laszlo Bodor reviewed by Denys Kuzmenko) - addendum dummy hostname by Laszlo Bodor · 3 months ago
  88. 7e0f418 HIVE-28570: Iceberg: Aggregate queries on translated iceberg table fails post rename. (#5501). (Ayush Saxena, reviewed by Simhadri Govindappa) by Ayush Saxena · 3 months ago
  89. b6c191d HIVE-28259: Common table expression detection and rewrites using CBO (Stamatis Zampetakis reviewed by Alessandro Solimando, Aman Sinha) by Stamatis Zampetakis · 8 months ago
  90. 4d964df HIVE-28569: ReExecuteLostAMQueryPlugin doesn't kick in if the message contains line break and diagnostics (#5499) (Laszlo Bodor reviewed by Denys Kuzmenko) by Bodor Laszlo · 3 months ago
  91. 90d48df HIVE-28524: Iceberg: Major QB Compaction add sort order support (#5456)(Dmitriy Fingerman, reviewed by Simhadri Govindappa) by Dmitriy Fingerman · 3 months ago
  92. 436639a HIVE-28543: Iceberg: Previous snapshotId is stored in backend database (Raghav Aggarwal, reviewed by Ayush Saxena, Butao Zhang, Denys Kuzmenko) by Raghav Aggarwal · 3 months ago
  93. 34a9c63 HIVE-28556: Remove unnecessary Statsistics#clone invocation in StatsRulesProcFactory#applyRuntimeStats (Seonggon Namgung, reviewed by Denys Kuzmenko, Shohei Okumiya) by seonggon · 3 months ago
  94. f583467 HIVE-21614: Derby/Oracle does not support CLOB comparisons when listTableNamesByFilter using the parameter (#3720) (Zhihua Deng, reviewed by Denys Kuzmenko) by dengzh · 3 months ago
  95. 13bec9b HIVE-28533: Fix compaction with custom pools (Dmitriy Fingerman, reviewed by Denys Kuzmenko) by Dmitriy Fingerman · 3 months ago
  96. ea8aa34 HIVE-28512: Retain properties in HiveConf.ConfVars.DDL_CTL_PARAMETERS_WHITELIST for CTLT query (#5458) (Jintong Jiang, reviewed by Sai Hemanth Gantasala, Naresh P R, Zhihua Deng) by Hazel Jiang · 3 months ago
  97. 5defed4 HIVE-28540: Special characters in user DN escaped when querying LDAP (#5472) (Zoltan Ratkai reviewed by Denys Kuzmenko) by Zoltan Ratkai · 3 months ago
  98. ff95fcd HIVE-28495: Iceberg: Upgrade iceberg version to 1.6.1 (Butao Zhang, reviewed by Denys Kuzmenko) by Butao Zhang · 4 months ago
  99. 799b5cf HIVE-28544: Ensure using UTF-8 encoding in some String/Char/Varchar related operations (#5479) (Laszlo Bodor reviewed by Simhadri Govindappa) by Bodor Laszlo · 4 months ago
  100. 6e261a3 HIVE-28545: Remove global lock on HMSHandler.getMSForConf which is prone to deadlock (#5477) (Zhihua Deng, reviewed by Denys Kuzmenko) by dengzh · 4 months ago