Re: [PR] HIVE-28069: Iceberg: Implement Merge task functionality for Iceberg tables [hive]

2024-03-05 Thread via GitHub
deniskuzZ commented on code in PR #5076: URL: https://github.com/apache/hive/pull/5076#discussion_r1512384810 ## ql/src/java/org/apache/hadoop/hive/ql/io/CombineHiveInputFormat.java: ## @@ -691,6 +693,18 @@ Map> removeScheme(Map> pathToAliases) { public RecordReader

Re: [PR] HIVE-28069: Iceberg: Implement Merge task functionality for Iceberg tables [hive]

2024-03-05 Thread via GitHub
deniskuzZ commented on code in PR #5076: URL: https://github.com/apache/hive/pull/5076#discussion_r1512393832 ## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/IcebergStorageHandlerMergeProperties.java: ## @@ -0,0 +1,57 @@ +/* + * Licensed to the Apache

Re: [PR] HIVE-27172: (2.3) Add the HMS client connection timeout config [hive]

2024-03-05 Thread via GitHub
cxzl25 commented on PR #5115: URL: https://github.com/apache/hive/pull/5115#issuecomment-1978267220 cc @zhangbutao -- 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 specific comment. To

Re: [PR] HIVE-27653: Iceberg: Add conflictDetectionFilter to validate concurreā€¦ [hive]

2024-03-05 Thread via GitHub
sonarcloud[bot] commented on PR #4761: URL: https://github.com/apache/hive/pull/4761#issuecomment-1978205696 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-28104. (2.3) Move HTTP related methods from Utils to HttpUtils in shims [hive]

2024-03-05 Thread via GitHub
pan3793 commented on code in PR #5114: URL: https://github.com/apache/hive/pull/5114#discussion_r1512368146 ## shims/common/src/main/java/org/apache/hadoop/hive/shims/Utils.java: ## @@ -203,100 +187,5 @@ public AppConfigurationEntry[] getAppConfigurationEntry(String appName) {

Re: [PR] HIVE-28104. (2.3) Move HTTP related methods from Utils to HttpUtils in shims [hive]

2024-03-05 Thread via GitHub
LuciferYang commented on code in PR #5114: URL: https://github.com/apache/hive/pull/5114#discussion_r1512387642 ## shims/common/src/main/java/org/apache/hadoop/hive/shims/Utils.java: ## @@ -203,100 +187,5 @@ public AppConfigurationEntry[] getAppConfigurationEntry(String

Re: [PR] HIVE-28069: Iceberg: Implement Merge task functionality for Iceberg tables [hive]

2024-03-05 Thread via GitHub
deniskuzZ commented on code in PR #5076: URL: https://github.com/apache/hive/pull/5076#discussion_r1512388735 ## iceberg/iceberg-handler/src/main/java/org/apache/iceberg/mr/hive/HiveIcebergInputFormat.java: ## @@ -178,7 +178,7 @@ public RecordReader> getRecordReader(InputSplit

Re: [PR] HIVE-27928: Preparing for 4.1.0 development [hive]

2024-03-05 Thread via GitHub
deniskuzZ commented on PR #4914: URL: https://github.com/apache/hive/pull/4914#issuecomment-1978396992 > the upgrade order will not be `4.0.0-beta-1-to-4.1.0.hive` it would be `4.0.0-beta-1-to-4.0.0` and then `4.0.0-to-4.1.0.hive` thanks for spotting this, fixed -- This is an

Re: [PR] HIVE-27928: Preparing for 4.1.0 development [hive]

2024-03-05 Thread via GitHub
sonarcloud[bot] commented on PR #4914: URL: https://github.com/apache/hive/pull/4914#issuecomment-1978529302 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-27928: Preparing for 4.0.0 release [hive]

2024-03-05 Thread via GitHub
deniskuzZ merged PR #5116: URL: https://github.com/apache/hive/pull/5116 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] HIVE-28037 run multiple Qtest with Postgre [hive]

2024-03-05 Thread via GitHub
sonarcloud[bot] commented on PR #5118: URL: https://github.com/apache/hive/pull/5118#issuecomment-1978951483 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

Re: [PR] HIVE-28105:Beeline: Show current database in prompt [hive]

2024-03-05 Thread via GitHub
sonarcloud[bot] commented on PR #5117: URL: https://github.com/apache/hive/pull/5117#issuecomment-1978764735 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate

[PR] HIVE-28037 run multiple Qtest with Postgre [hive]

2024-03-05 Thread via GitHub
zratkai opened a new pull request, #5118: URL: https://github.com/apache/hive/pull/5118 Change-Id: I2c37973af59f69d17de733d69f184fe83bcc3091 ### What changes were proposed in this pull request? Changes to be able to run multiple Qtests with Postgre. ### Why are the

[PR] HIVE-28105:Beeline: Show current database in prompt [hive]

2024-03-05 Thread via GitHub
tanishq-chugh opened a new pull request, #5117: URL: https://github.com/apache/hive/pull/5117 What changes were proposed in this pull request? In order to make the beeline better, this change suggests to show the current operating database name in the beeline prompt. It also provides the

Re: [PR] HIVE-27928: Preparing for 4.1.0 development [hive]

2024-03-05 Thread via GitHub
deniskuzZ merged PR #4914: URL: https://github.com/apache/hive/pull/4914 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] HIVE-28100. Fix Some Typos in CachedStore. [hive]

2024-03-05 Thread via GitHub
slfan1989 commented on PR #5109: URL: https://github.com/apache/hive/pull/5109#issuecomment-1979762016 @abstractdog Can you help review this PR? Thank you very much! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [PR] HIVE-27172: (2.3) Add the HMS client connection timeout config [hive]

2024-03-05 Thread via GitHub
zhangbutao merged PR #5115: URL: https://github.com/apache/hive/pull/5115 -- 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 specific comment. To unsubscribe, e-mail:

Re: [PR] HIVE-27172: (2.3) Add the HMS client connection timeout config [hive]

2024-03-05 Thread via GitHub
pan3793 commented on PR #5115: URL: https://github.com/apache/hive/pull/5115#issuecomment-1979956057 Thanks, @zhangbutao and @cxzl25 -- 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 specific

Re: [PR] HIVE-28006: Materialized view with aggregate function incorrectly shows it allows incremental rebuild [hive]

2024-03-05 Thread via GitHub
sonarcloud[bot] commented on PR #5096: URL: https://github.com/apache/hive/pull/5096#issuecomment-1980174338 ## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate