1. f9a969c HIVE-29175: Wrong Anti join conversion leading to missing results (#6055) by Dayakar M · 3 hours ago master
  2. 44046af HIVE-27899: Killed speculative execution task attempt should not commit file (#4899) by zhengchenyu · 2 days ago
  3. 94cb257 HIVE-28658: Iceberg: Implement REST Catalog HMS Client (#5995) by Dmitriy Fingerman · 2 days ago
  4. 2c18ef2 HIVE-29147: Iceberg: Table-level column stats filter support (#5724) by Denys Kuzmenko · 3 days ago
  5. 6f53c7f HIVE-29166: Fix the partition column update logic in ConvertJoinMapJoin#convertJoinBucketMapJoin. (#6048) by Seonggon Namgung · 4 days ago
  6. c62fa28 HIVE-29124: Avoid committing files when a task is aborted even though some source has completed (#6011) by zhengchenyu · 4 days ago
  7. 6c7e972 HIVE-29138: Authentication failure when connecting to SASL enforced ZooKeeper (#6024) by dengzh · 6 days ago
  8. 1d6179d HIVE-29165: PartColNameInfo could introduce high hash collision due to the wide table (#6044) by dengzh · 10 days ago
  9. 9ab2026 HIVE-29123: Extend ProtobufInputFormat to handle EOFException for par… (#6010) by rtrivedi12 · 11 days ago
  10. b943758 HIVE-29155: Improve performance of TestVectorAggregation (#6036) by Thomas Rebele · 11 days ago
  11. 63868a9 HIVE-28899: Make 'get_table_meta' query case-sensitive to use index (#5793) by Jihye Seo · 11 days ago
  12. 430f031 HIVE-28952: Addendum: Process Table objects in batches using TableIterable (#6039) by Neeraj Khatri · 11 days ago
  13. 0520147 HIVE-28219: Support drop partitions by names in IMetaStoreClient (#5223) by Wechar Yu · 11 days ago
  14. ae57531 HIVE-29146: Query with WITH clause fails during split generation when CTE materaliazation is enabled (#6028) by Krisztian Kasa · 13 days ago
  15. a33b557 HIVE-29122: Vectorization - Support IGNORE NULLS for FIRST_VALUE and LAST_VALUE [ADDENDUM] (#6027) by Soumyakanti Das · 13 days ago
  16. 73cc78d HIVE-29161: Correct the row count computation affected by Dynamic SemiJoin Reduction (#6041) by Seonggon Namgung · 13 days ago
  17. 4c26164 HIVE-29160: Replace forward() in vectorized operators with vectorForward() (#6040) by Seonggon Namgung · 2 weeks ago
  18. 237f57c HIVE-29152. Migrate iceberg-handler Tests to JUnit 5 Part1. (#6034) by slfan1989 · 2 weeks ago
  19. df98c2e HIVE-29148: Replace IcebergSplit#blockLocations with Iceberg's utility (#6029) by Shohei Okumiya · 2 weeks ago
  20. 08944ea HIVE-29000: Upgrade nimbus-jose-jwt (#5855) by Simran Arora · 3 weeks ago
  21. a5be6cf HIVE-29154: Fix hive-exec shaded jar config for opencsv package change (#6035) by NZEC · 3 weeks ago
  22. 5dddb6e HIVE-1996: Beeline performance poor with drivers having slow DatabaseMetaData.getPrimaryKeys impl (#6023) by InvisibleProgrammer · 3 weeks ago
  23. ac3ea05 HIVE-28952: TableFetcher to return Table objects instead of names (#6020) by Neeraj Khatri · 3 weeks ago
  24. 78db8e9 HIVE-29112: HMS embedded servlets https support (#6002) by Henrib · 3 weeks ago
  25. 52cfa6f HIVE-29101: Add test coverage for the standalone jdbc (#5992) by dengzh · 4 weeks ago
  26. 8d7adb5 HIVE-25324: Provide a config to disable PartitionManagementTask (#5991) by Sai Hemanth Gantasala · 4 weeks ago
  27. 243bc97 HIVE-29109. Upgrade JUnit Jupiter to 5.13.3 and Maven Surefire Plugin to 3.5.3. (#6001) by slfan1989 · 4 weeks ago
  28. 5ea3f26 HIVE-29129: Upgrade Sonar Maven Plugin (#6018) by Ayush Saxena · 4 weeks ago
  29. 5410b73 HIVE-29122: Vectorization - Support IGNORE NULLS for FIRST_VALUE and LAST_VALUE (#6009) by Soumyakanti Das · 4 weeks ago
  30. 3b97025 HIVE-28222: Ambiguous table alias exception for queries with self joins (#5998) by Stamatis Zampetakis · 4 weeks ago
  31. c7694fd Revert "HIVE-29035: Fixing cache handling for REST catalog (#5882)" by Denys Kuzmenko · 4 weeks ago
  32. 411d3a4 HIVE-29126: Add missing equal sign when using JVM option (#6017) by Jaeho Yoo · 4 weeks ago
  33. 9234ddd HIVE-29035: Fixing cache handling for REST catalog (#5882) by Henrib · 4 weeks ago
  34. 9b07c5c HIVE-29037: Negative elapsed time logging in HiveSplitGenerator (#6008) by Raghav Aggarwal · 5 weeks ago
  35. 7350329 HIVE-29006: Iceberg: V3 support deletion vectors (#5961) by Denys Kuzmenko · 5 weeks ago
  36. a805bce HIVE-29089: MSCK Repair table adds invalid partitions for non-string partition columns (#5976) by Vikram Ahuja · 5 weeks ago
  37. 02f0553 HIVE-29066: PARTITION_NAME_WHITELIST_PATTERN is not honoring session level configuration (#5943) by Raghav Aggarwal · 5 weeks ago
  38. 30cdb88 HIVE-29118: Remove extra metadata calls if coloring is not needed (#6003) by InvisibleProgrammer · 5 weeks ago
  39. dcb1b9e HIVE-28724: CREATE TABLE is not handled by DDLSemanticAnalyzerFactory (#5973) by ramitg254 · 6 weeks ago
  40. d82d73c HIVE-28880: Wrong result when output column in a vectorized expression is used as a scratch column by a child (#6000) by Soumyakanti Das · 6 weeks ago
  41. bcfa755 HIVE-12679: Allow users to be able to specify an implementation of IMetaStoreClient via HiveConf (#5955) by Seonggon Namgung · 6 weeks ago
  42. 46f2783 HIVE-29107: Drop avatica version management and use of shaded jars (#5984) by Stamatis Zampetakis · 6 weeks ago
  43. d06452c HIVE-29105. Migrate iceberg-catalog Tests to JUnit 5. (#5996) by slfan1989 · 6 weeks ago
  44. ac1f60a HIVE-25495: Upgrade to JLine3 (#5838) by Bodor Laszlo · 6 weeks ago
  45. 239deef HIVE-29098 : Iceberg: Fix dataloss post migrating a partitioned table with default partition to iceberg (#5993) by Vikram Ahuja · 6 weeks ago
  46. 2edc075 HIVE-28844: Drop the property hive.metastore.server.tcp.keepalive and hive.server.tcp.keepalive (#5988) by ramitg254 · 6 weeks ago
  47. ff8e710 HIVE-28804: The user does not have the permission for the table hdfs, but can delete the metadata (#5975) by zxl-333 · 7 weeks ago
  48. 594e570 HIVE-24419: Refactor junit database rules to exploit testcontainers (#5928) by Stamatis Zampetakis · 7 weeks ago
  49. 12d88d9 HIVE-29093 : ALTER TABLE ADD PARTITION fails if the DEFAULT_PARTITION_NAME property is a substring of partition value to be added (#5977) by Vikram Ahuja · 7 weeks ago
  50. 392e732 HIVE-29075: Iceberg: Optimize auto-compaction by evaluating compaction needs only on modified partitions (#5957) by Dmitriy Fingerman · 7 weeks ago
  51. ad8701e4 HIVE-29029: ClassCastException when compiling query with STACK UDTF in multiple UNION ALL branches (#5978) by Dayakar M · 7 weeks ago
  52. 93c765d HIVE-29092: NoClassDefFoundError: io/netty/util/NetUtil when using hive jdbc standalone jar (#5981) by Butao Zhang · 7 weeks ago
  53. bfac94f HIVE-28798: Bucket Map Join partially using partition transforms (#5670) by Shohei Okumiya · 7 weeks ago
  54. 5512ffd HIVE-29032: Enhance qt:database option to expose connection properties in qfiles (#5919) by Stamatis Zampetakis · 8 weeks ago
  55. f4f5133 HIVE-29082: Enhance HiveAuthzContext with a Client Configuration Map (#5966) by Hazel Jiang · 8 weeks ago
  56. ea27ed7 HIVE-20189: Separate metastore client code into its own module (#5924) by Denys Kuzmenko · 8 weeks ago
  57. a77ada1 HIVE-29009: Enable TestHttpSamlAuthentication since JDK-8315422 is fixed in JDK 21.0.5 (#5939) by Stamatis Zampetakis · 8 weeks ago
  58. f4ab76b HIVE-28975: [HiveAcidReplication] Remove dangling txns from Target side post incremental replication (#5902) by Harshal Patel · 8 weeks ago
  59. 2b4a07e HIVE-29012: NPE in ExplainTask when protologging posthook is enabled (#5872) by Raghav Aggarwal · 8 weeks ago
  60. 6bd4d98 HIVE-29083i: Iceberg: Unable to create table using HadoopCatalog (#5959) by Denys Kuzmenko · 8 weeks ago
  61. 906f61c HIVE-29077: Reduce HMS calls while adding entries into the transactionListeners while abortTxn (#5946) by Harshal Patel · 8 weeks ago
  62. 6237d78 HIVE-29080: Fix Incorrect results for queries on Decimal column Partitioned table with Vectorization enabled (#5953) by Indhumathi · 8 weeks ago
  63. 01cc7ca HIVE-29078: RuntimeException: Null when starting standalone HMS (#5956) by dengzh · 8 weeks ago
  64. eaa9d32 HIVE-29069: Fix Query Failure while computing Range Partition Column stats on Numeric partition column types (#5932) by Indhumathi · 8 weeks ago
  65. 0f6868b HIVE-29028: Iceberg: Addendum: Retrieve tables without session (#5944) by Dmitriy Fingerman · 8 weeks ago
  66. eed0b21 HIVE-29061: Disable flaky test TestTriggersNoTezSessionPool.testTriggerTotalLaunchedTasks by zhangbutao · 8 weeks ago
  67. ba652d8 HIVE-28848: Remove DFS_URI auth from ALTER_PARTITION if there is no change in partition location (#5766) by rtrivedi12 · 8 weeks ago
  68. 69b38fd HIVE-27944: Possible deadlock in HIVE-LLAP when reading location-based Iceberg tables (#5934) by PLASH SPEED · 8 weeks ago
  69. 9517a54 HIVE-29081: CI fails intermittently cause some runs exceed ephemeral storage limits (#5949) by Stamatis Zampetakis · 9 weeks ago
  70. d7b3a5b HIVE-29067: insert-select-union-all query fails while publishing InsertEvent if source query does not return output (#5926) by Naresh P R · 9 weeks ago
  71. a1c2487 HIVE-29026: Cleanup Log4j properties file to adhere to 2.x changes (#5885) by Raghav Aggarwal · 9 weeks ago
  72. 4ada928 HIVE-28983: Log HS2 and HMS PID and update hive-env.sh template (#5884) by Raghav Aggarwal · 9 weeks ago
  73. 6c5ad19 HIVE-29068: Drop deprecated compactor.history.retention.attempted property (#5931) by Stamatis Zampetakis · 9 weeks ago
  74. 9d9bc37 HIVE-29064: Drop usage of repository.apache.org (#5925) by Stamatis Zampetakis · 9 weeks ago
  75. 6169a28 HIVE-25351: stddev(), stddev_pop() return NaN when CBO is enabled (#5262) by Yang Jiandan · 9 weeks ago
  76. 1a7fbd7 HIVE-29071: Add release workflow for HMS docker image (#5899) by Denys Kuzmenko · 9 weeks ago HiveAggregateReduceFunctionsRule
  77. 9dab954 HIVE-23708: MergeFileTask#execute need to close JobClient (#5933) by Denys Kuzmenko · 9 weeks ago
  78. 92f9966 HIVE-27473: Rewrite MetaStoreClients to be composable (#5771) by seonggon · 9 weeks ago
  79. ade51d8 HIVE-29062: Add standalone module for packaging the Metastore (#5923) by dengzh · 9 weeks ago
  80. 9a68ebc HIVE-29060: HivePreparedStatements failed with regex column specification (#5930) by Neeraj Khatri · 9 weeks ago
  81. 14d9f35 HIVE-22810: Add drop scheduled query IF EXISTS support (#5920) by Neeraj Khatri · 9 weeks ago
  82. 171340a HIVE-29046: Avoid unecessary perf overhead from handling deprecated properties in MetastoreConf (#5897) by Stamatis Zampetakis · 9 weeks ago
  83. 937d100 HIVE-28736:Remove DFS_URI authorization for CREATE_TABLE event with n… (#5689) by rtrivedi12 · 9 weeks ago
  84. 38e73ca HIVE-29055: TestHplSqlViaBeeLine#testHplSqlExitConditionHandler is broken and passes silently (#5916) by Dayakar M · 10 weeks ago
  85. e008e40 HIVE-29027: Move to JDK-21 (#5880) by Ayush Saxena · 10 weeks ago
  86. 280c1fa HIVE-28790: ACID deletes are failing with ArrayIndexOutOfBoundsException when direct insert is enabled (#5901) by kokila-19 · 10 weeks ago
  87. 279996b HIVE-29028: Iceberg: Implement auto compaction (#5886) by Dmitriy Fingerman · 10 weeks ago
  88. 8a88760 HIVE-29045: Preparing for 4.2.0 development (#5896) by Butao Zhang · 10 weeks ago
  89. 64f440b HIVE-27275: Addendum: Add missing dependencies and expose ports (#5915) by Denys Kuzmenko · 10 weeks ago
  90. 895f3f3 HIVE-29050: Optimize the partition validation in add_partitions (#5910) by dengzh · 10 weeks ago
  91. 4bdd0f1 HIVE-29047: Adjust httpclient5 httpcore dependencies in TestHttpServices (#5907) by richardantal · 10 weeks ago
  92. e4dec49 HIVE-29056: Use ExitUtil.terminate instead of System.exit to handle System.setSecurityManager() (#5914) by Ayush Saxena · 10 weeks ago
  93. 9d9304f HIVE-28838: Remove sensitive jdbc properties from explain plan (#5709) by InvisibleProgrammer · 10 weeks ago
  94. 75ee931 HIVE-29043: Ban the Jupiter dependency to prevent unit tests from being skipped (#5894) by Bodor Laszlo · 10 weeks ago
  95. 3e6f2c7 HIVE-28667: Error initializing field trimmer instance when starting HS2 (#5879) by Stamatis Zampetakis · 2 months ago
  96. 682410f HIVE-29051: TestTezTPCDS30TBPerfCliDriver leaks Postgres container causing intermittent failures elsewhere (#5908) by Stamatis Zampetakis · 2 months ago
  97. 925df92 HIVE-28910: Remove redundant IS NOT NULL predicates when expanding SEARCH (#5795) by Stamatis Zampetakis · 2 months ago
  98. 456f357 HIVE-28607: Iceberg: Syntax sugar for Iceberg Branching. (#5889) by Ayush Saxena · 2 months ago
  99. 52c53f5 HIVE-28744: Fix the row count estimation for INT and BIGINT types (#5637) by barking-code · 2 months ago
  100. 0fd1cee HIVE-29036: Support ViewCatalog through Iceberg REST API (#5888) by Shohei Okumiya · 2 months ago