[GitHub] [hive] dengzhhu653 commented on pull request #1998: HIVE-24802: Show operation log at webui

2021-05-13 Thread GitBox
dengzhhu653 commented on pull request #1998: URL: https://github.com/apache/hive/pull/1998#issuecomment-840575070 trigger a new test -- 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

[GitHub] [hive] dengzhhu653 closed pull request #1998: HIVE-24802: Show operation log at webui

2021-05-13 Thread GitBox
dengzhhu653 closed pull request #1998: URL: https://github.com/apache/hive/pull/1998 -- 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. For queries about this service,

[GitHub] [hive] belugabehr merged pull request #2265: HIVE-25108: Do Not Log and Throw MetaExceptions

2021-05-13 Thread GitBox
belugabehr merged pull request #2265: URL: https://github.com/apache/hive/pull/2265 -- 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. For queries about this service,

[GitHub] [hive] kasakrisz opened a new pull request #2267: cbo constraint filter

2021-05-13 Thread GitBox
kasakrisz opened a new pull request #2267: URL: https://github.com/apache/hive/pull/2267 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was

[GitHub] [hive] belugabehr commented on a change in pull request #2269: HIVE-25111: Metastore Catalog Methods JDO Persistence

2021-05-13 Thread GitBox
belugabehr commented on a change in pull request #2269: URL: https://github.com/apache/hive/pull/2269#discussion_r631882813 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java ## @@ -642,112 +642,140 @@ public

[GitHub] [hive] belugabehr commented on a change in pull request #2269: HIVE-25111: Metastore Catalog Methods JDO Persistence

2021-05-13 Thread GitBox
belugabehr commented on a change in pull request #2269: URL: https://github.com/apache/hive/pull/2269#discussion_r631883645 ## File path: standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/RawStore.java ## @@ -160,10 +160,11 @@ * @param

[GitHub] [hive] belugabehr commented on a change in pull request #2270: HIVE-25112: Simplify TXN Compactor Heartbeat Thread

2021-05-13 Thread GitBox
belugabehr commented on a change in pull request #2270: URL: https://github.com/apache/hive/pull/2270#discussion_r631935634 ## File path: ql/src/java/org/apache/hadoop/hive/ql/txn/compactor/Worker.java ## @@ -250,49 +251,48 @@ void gatherStats() { static final class

[GitHub] [hive] belugabehr opened a new pull request #2270: HIVE-25112: Simplify TXN Compactor Heartbeat Thread

2021-05-13 Thread GitBox
belugabehr opened a new pull request #2270: URL: https://github.com/apache/hive/pull/2270 -- 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. For queries about this service,

[GitHub] [hive] belugabehr opened a new pull request #2269: HIVE-25111: Metastore Catalog Methods JDO Persistence

2021-05-13 Thread GitBox
belugabehr opened a new pull request #2269: URL: https://github.com/apache/hive/pull/2269 -- 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. For queries about this service,

[GitHub] [hive] kasakrisz closed pull request #2267: cbo constraint filter

2021-05-13 Thread GitBox
kasakrisz closed pull request #2267: URL: https://github.com/apache/hive/pull/2267 -- 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. For queries about this service, please

[GitHub] [hive] kasakrisz opened a new pull request #2268: HIVE-25109: CBO fails when updating table has constraints defined

2021-05-13 Thread GitBox
kasakrisz opened a new pull request #2268: URL: https://github.com/apache/hive/pull/2268 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How was

[GitHub] [hive] abstractdog opened a new pull request #2271: HIVE-25107: Classpath logging should be on DEBUG level

2021-05-13 Thread GitBox
abstractdog opened a new pull request #2271: URL: https://github.com/apache/hive/pull/2271 ### What changes were proposed in this pull request? ### Why are the changes needed? ### Does this PR introduce _any_ user-facing change? ### How

[GitHub] [hive] hsnusonic opened a new pull request #2272: HIVE-25113: Connection starvation in TxnHandler.getValidWriteIds

2021-05-13 Thread GitBox
hsnusonic opened a new pull request #2272: URL: https://github.com/apache/hive/pull/2272 ### What changes were proposed in this pull request? Pass dbConn to the function getOpenTxns so that it doesn't request another connection from pool. ### Why are the

[GitHub] [hive] kishendas commented on pull request #2272: HIVE-25113: Connection starvation in TxnHandler.getValidWriteIds

2021-05-13 Thread GitBox
kishendas commented on pull request #2272: URL: https://github.com/apache/hive/pull/2272#issuecomment-840920625 Can you write simple tests to ensure these methods are reusing the existing connection, if its not null ? May be you can mock Connection ? -- This is an automated message

[GitHub] [hive] rbalamohan merged pull request #2033: HIVE-24596: Explain DDL For Debugging

2021-05-13 Thread GitBox
rbalamohan merged pull request #2033: URL: https://github.com/apache/hive/pull/2033 -- 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. For queries about this service,

[GitHub] [hive] pkumarsinha commented on a change in pull request #2135: HIVE-24956: Add debug logs for time taken in the incremental event pr…

2021-05-13 Thread GitBox
pkumarsinha commented on a change in pull request #2135: URL: https://github.com/apache/hive/pull/2135#discussion_r631596465 ## File path: ql/src/java/org/apache/hadoop/hive/ql/parse/repl/load/log/IncrementalLoadLogger.java ## @@ -33,6 +33,7 @@ private String dumpDir;

[GitHub] [hive] maheshk114 opened a new pull request #2266: HIVE-24663 : Batch process in ColStatsProcessor for partitions

2021-05-13 Thread GitBox
maheshk114 opened a new pull request #2266: URL: https://github.com/apache/hive/pull/2266 -- 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. For queries about this