Re: [PR] HIVE-28852: Enhanced HMSHandler partition logs for get_partitions expression calls [hive]

2025-06-28 Thread via GitHub
github-actions[bot] closed pull request #5745: HIVE-28852: Enhanced HMSHandler partition logs for get_partitions expression calls URL: https://github.com/apache/hive/pull/5745 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] HIVE-28618: TestGenericUDTFGetSQLSchema to run on Tez [hive]

2025-06-28 Thread via GitHub
github-actions[bot] closed pull request #5777: HIVE-28618: TestGenericUDTFGetSQLSchema to run on Tez URL: https://github.com/apache/hive/pull/5777 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] HIVE-29016: fixing cache handling for REST catalog; [hive]

2025-06-28 Thread via GitHub
sonarqubecloud[bot] commented on PR #5882: URL: https://github.com/apache/hive/pull/5882#issuecomment-3016105285 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcl

Re: [PR] HIVE-28667: Error initializing field trimmer instance when starting HS2 [hive]

2025-06-28 Thread via GitHub
sonarqubecloud[bot] commented on PR #5879: URL: https://github.com/apache/hive/pull/5879#issuecomment-3016033602 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcl

Re: [PR] Add release workflow for HMS docker image [hive]

2025-06-28 Thread via GitHub
deniskuzZ commented on PR #5899: URL: https://github.com/apache/hive/pull/5899#issuecomment-3016017311 cc @zhangbutao, we'll probably need to include this into branch-4.1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] HIVE-29053: _REPLACE_WITH directory are created when running qtest using sysdb [hive]

2025-06-28 Thread via GitHub
sonarqubecloud[bot] commented on PR #5909: URL: https://github.com/apache/hive/pull/5909#issuecomment-3016010554 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcl

Re: [PR] HIVE-29053: _REPLACE_WITH directory are created when running qtest using sysdb [hive]

2025-06-28 Thread via GitHub
Aggarwal-Raghav commented on PR #5909: URL: https://github.com/apache/hive/pull/5909#issuecomment-3015989253 @okumin @deniskuzZ @KiranVelumuri , can you please help with the review? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[PR] HIVE-29053: _REPLACE_WITH directory are created when running qtest using sysdb [hive]

2025-06-28 Thread via GitHub
Aggarwal-Raghav opened a new pull request, #5909: URL: https://github.com/apache/hive/pull/5909 ### What changes were proposed in this pull request? [HIVE-29053](https://issues.apache.org/jira/browse/HIVE-29053), Skip the LOCATION field for proto tables when running qtests. ###

Re: [PR] HIVE-25351: stddev(), stddev_pop() return NaN when CBO is enabled [hive]

2025-06-28 Thread via GitHub
sonarqubecloud[bot] commented on PR #5262: URL: https://github.com/apache/hive/pull/5262#issuecomment-3015234213 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcl

Re: [PR] HIVE-29028: Iceberg: Implement auto compaction [hive]

2025-06-28 Thread via GitHub
okumin commented on code in PR #5886: URL: https://github.com/apache/hive/pull/5886#discussion_r2173178050 ## itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/txn/compactor/CompactorOnTezTest.java: ## @@ -541,4 +543,23 @@ protected void dropTable(String tblName) throws E

Re: [PR] HIVE-28983: Log HS2 and HMS PID and update hive-env.sh template [hive]

2025-06-28 Thread via GitHub
zhangbutao commented on PR #5884: URL: https://github.com/apache/hive/pull/5884#issuecomment-3015093205 @Aggarwal-Raghav I have just figured out the reason why the `HADOOP_OPTS` in my **hive-env.sh** file is ineffective. Because in order for `Hadoop 3.4.1` to run on JDK 17, I configur

Re: [PR] HIVE-29040: Add UUIDV7 built in function [hive]

2025-06-28 Thread via GitHub
okumin commented on code in PR #5891: URL: https://github.com/apache/hive/pull/5891#discussion_r2173149926 ## ql/src/java/org/apache/hadoop/hive/ql/udf/UDFUUIDv7.java: ## @@ -0,0 +1,65 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

Re: [PR] HIVE-28983: Log HS2 and HMS PID and update hive-env.sh template [hive]

2025-06-28 Thread via GitHub
zhangbutao commented on PR #5884: URL: https://github.com/apache/hive/pull/5884#issuecomment-3015039035 > > I just don't understand why HADOOP_OPTS no longer takes effect after [HIVE-26473](https://issues.apache.org/jira/browse/HIVE-26473) was merged. > > Just to clarify, i think it w