Re: [PR] Don't review [hive]

2024-02-07 Thread via GitHub
okumin closed pull request #5059: Don't review URL: https://github.com/apache/hive/pull/5059 -- 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-27848 - TestCrudCompactorOnTez.secondCompactionShouldBeRefusedBe… [hive]

2024-02-07 Thread via GitHub
tarak271 commented on PR #4859: URL: https://github.com/apache/hive/pull/4859#issuecomment-1931498322 @zabetak resolved merge conflicts. Please help review and let me know if any changes are required -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] HIVE-27022 - Split removeDuplicateCompletedTxnComponents away from Ac… [hive]

2024-02-07 Thread via GitHub
tarak271 commented on code in PR #4970: URL: https://github.com/apache/hive/pull/4970#discussion_r1481079675 ## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidHouseKeeperService.java: ## @@ -78,17 +81,13 @@ public void run()

Re: [PR] HIVE-27741 handle Invalid timezone value in to_utc_timestamp() UDF [hive]

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

Re: [PR] HIVE-28054: SemanticException for join condition in subquery [hive]

2024-02-07 Thread via GitHub
kasakrisz merged PR #5057: URL: https://github.com/apache/hive/pull/5057 -- 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-27022 - Split removeDuplicateCompletedTxnComponents away from Ac… [hive]

2024-02-07 Thread via GitHub
tarak271 commented on code in PR #4970: URL: https://github.com/apache/hive/pull/4970#discussion_r1481076713 ## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/CompactionHouseKeeperService.java: ## @@ -0,0 +1,47 @@ +/* + *

Re: [PR] HIVE-27022 - Split removeDuplicateCompletedTxnComponents away from Ac… [hive]

2024-02-07 Thread via GitHub
tarak271 commented on code in PR #4970: URL: https://github.com/apache/hive/pull/4970#discussion_r1481076152 ## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/service/AcidHouseKeeperService.java: ## @@ -78,17 +86,13 @@ public void run()

Re: [PR] HIVE-28065: Upgrade Bouncy castle to bcprov-jdk18on 1.77 [hive]

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

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481266338 ## iceberg/iceberg-handler/src/test/queries/positive/iceberg_branch_with_different_case.q: ## @@ -0,0 +1,57 @@ +-- SORT_QUERY_RESULTS Review Comment: i think it's

Re: [PR] HIVE-28046: Using serdeConstants fields instead of string literals for 'columns' and 'columns.types' [hive]

2024-02-07 Thread via GitHub
mlorek closed pull request #5050: HIVE-28046: Using serdeConstants fields instead of string literals for 'columns' and 'columns.types' URL: https://github.com/apache/hive/pull/5050 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] HIVE-28046: Using serdeConstants fields instead of string literals in hive-exec module [hive]

2024-02-07 Thread via GitHub
mlorek opened a new pull request, #5072: URL: https://github.com/apache/hive/pull/5072 Using serdeConstants fields instead of string literals in hive-exec module Why are the changes needed? to improve the use of existing constants Does this PR introduce any user-facing

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
ayushtkn commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481370671 ## iceberg/iceberg-handler/src/test/queries/positive/iceberg_branch_with_different_case.q: ## @@ -0,0 +1,57 @@ +-- SORT_QUERY_RESULTS Review Comment: Changed. --

Re: [PR] HIVE-27741 handle Invalid timezone value in to_utc_timestamp() UDF [hive]

2024-02-07 Thread via GitHub
zratkai commented on PR #5014: URL: https://github.com/apache/hive/pull/5014#issuecomment-1932119752 @okumin @simhadri-g could you please review? Refactored to use ZoneId instead of TimeZone. -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481266338 ## iceberg/iceberg-handler/src/test/queries/positive/iceberg_branch_with_different_case.q: ## @@ -0,0 +1,57 @@ +-- SORT_QUERY_RESULTS Review Comment: i think it's

Re: [PR] HIVE-27791 Eliminate totalSize check from test [hive]

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

Re: [PR] HIVE-28065: Upgrade Bouncy castle to bcprov-jdk18on 1.77 [hive]

2024-02-07 Thread via GitHub
ayushtkn commented on PR #5071: URL: https://github.com/apache/hive/pull/5071#issuecomment-1932006192 https://github.com/apache/hive/assets/25608848/b27ce34e-119c-48a5-8a0e-4e1a3d7abcb4;> the title says "Upgrade Bouncy castle", how is this a "No"?, there are some steps mentioned in

Re: [PR] HIVE-28046: Using serdeConstants fields instead of string literals in hive-exec module [hive]

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

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481593033 ## iceberg/iceberg-handler/src/test/queries/positive/write_iceberg_branch.q: ## @@ -1,60 +0,0 @@ --- SORT_QUERY_RESULTS Review Comment: why did you drop this q

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481616732 ## ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveUtils.java: ## @@ -468,4 +468,12 @@ public static Boolean isTableTag(String refName) { Matcher ref =

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481593033 ## iceberg/iceberg-handler/src/test/queries/positive/write_iceberg_branch.q: ## @@ -1,60 +0,0 @@ --- SORT_QUERY_RESULTS Review Comment: why did you drop this q

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481593912 ## ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java: ## @@ -1137,7 +1137,7 @@ private String processTable(QB qb, ASTNode tabref) throws

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481627396 ## ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveUtils.java: ## @@ -468,4 +468,12 @@ public static Boolean isTableTag(String refName) { Matcher ref =

Re: [PR] HIVE-27778: Alter table command gives error after computer stats is r… [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5038: URL: https://github.com/apache/hive/pull/5038#discussion_r148159 ## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java: ## @@ -5094,26 +5094,22 @@ public static String

Re: [PR] HIVE-27778: Alter table command gives error after computer stats is r… [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5038: URL: https://github.com/apache/hive/pull/5038#discussion_r148159 ## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java: ## @@ -5094,26 +5094,22 @@ public static String

Re: [PR] HIVE-21219: Remove redundant Maven repository definitions [hive]

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

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

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

Re: [PR] HIVE-27725: Remove redundant columns in TAB_COL_STATS and PART_COL_STATS tables [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on PR #4744: URL: https://github.com/apache/hive/pull/4744#issuecomment-1932199922 some API change HMSBenchmarks.java:450: error: no suitable constructor found for PartitionsStatsRequest(String,String,List,List,String) -- This is an automated

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481616732 ## ql/src/java/org/apache/hadoop/hive/ql/metadata/HiveUtils.java: ## @@ -468,4 +468,12 @@ public static Boolean isTableTag(String refName) { Matcher ref =

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
ayushtkn commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481671501 ## iceberg/iceberg-handler/src/test/queries/positive/write_iceberg_branch.q: ## @@ -1,60 +0,0 @@ --- SORT_QUERY_RESULTS Review Comment: accidently removed the wrong

Re: [PR] HIVE-27778: Alter table command gives error after computer stats is r… [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5038: URL: https://github.com/apache/hive/pull/5038#discussion_r1481700833 ## standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java: ## @@ -5094,26 +5094,22 @@ public static String

Re: [PR] HIVE-28046: Using serdeConstants fields instead of string literals in hive-exec module [hive]

2024-02-07 Thread via GitHub
mlorek commented on PR #5072: URL: https://github.com/apache/hive/pull/5072#issuecomment-1932715287 @abstractdog can you take a look? -- 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-28021: escape percent symbol [hive]

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

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

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

[PR] HIVE-27850: Addendum: Add DB name in Iceberg Major compaction query t… [hive]

2024-02-07 Thread via GitHub
difin opened a new pull request, #5074: URL: https://github.com/apache/hive/pull/5074 …o fix compaction issue in Cloud env. ### What changes were proposed in this pull request? Add DB name into the query for Iceberg Major QB compaction. ### Why are the changes

Re: [PR] HIVE-27791 Eliminate totalSize check from test [hive]

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

Re: [PR] HIVE-28021: escape percent symbol [hive]

2024-02-07 Thread via GitHub
tthorpeIBM commented on PR #5024: URL: https://github.com/apache/hive/pull/5024#issuecomment-1932645208 Added a slight change because the Iceberg PR complained about the formatting of the test case -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
deniskuzZ commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481261157 ## ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java: ## @@ -1137,7 +1137,7 @@ private String processTable(QB qb, ASTNode tabref) throws

Re: [PR] HIVE-28057: Iceberg: Branches with non-lowercase characters can't be accessed. [hive]

2024-02-07 Thread via GitHub
ayushtkn commented on code in PR #5068: URL: https://github.com/apache/hive/pull/5068#discussion_r1481372311 ## ql/src/java/org/apache/hadoop/hive/ql/parse/SemanticAnalyzer.java: ## @@ -1137,7 +1137,7 @@ private String processTable(QB qb, ASTNode tabref) throws

[PR] HIVE-21219: Remove redundant Maven repository definitions [hive]

2024-02-07 Thread via GitHub
zabetak opened a new pull request, #5073: URL: https://github.com/apache/hive/pull/5073 ### What changes were proposed in this pull request? Drop central and repository-release repositories from pom.xml ### Why are the changes needed? central is implicitly inherited from Super

Re: [PR] HIVE-27850: Addendum: Add DB name in Iceberg Major compaction query t… [hive]

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

Re: [PR] HIVE-27746: Hive Metastore should send single AlterPartitionEvent wit… [hive]

2024-02-07 Thread via GitHub
github-actions[bot] commented on PR #4820: URL: https://github.com/apache/hive/pull/4820#issuecomment-1933157934 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach out on the