[GitHub] [phoenix-omid] stoty commented on a change in pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2020-11-12 Thread GitBox
stoty commented on a change in pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74#discussion_r522081513 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -17,15 +17,19 @@ */ package org.apache.omid; +import org.slf4j.Logger;

[GitHub] [phoenix-omid] chia7712 commented on a change in pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2020-11-12 Thread GitBox
chia7712 commented on a change in pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74#discussion_r522079080 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -17,15 +17,19 @@ */ package org.apache.omid; +import org.slf4j.Logger;

[GitHub] [phoenix-tephra] stoty opened a new pull request #108: TEPHRA-313 Remove support for ancient HBase releases

2020-11-12 Thread GitBox
stoty opened a new pull request #108: URL: https://github.com/apache/phoenix-tephra/pull/108 remove support for HBase veresions older than 1.1 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [phoenix-omid] stoty closed pull request #75: OMID-168 cleanup the example code using HBase 0.x and yahoo imports

2020-11-12 Thread GitBox
stoty closed pull request #75: URL: https://github.com/apache/phoenix-omid/pull/75 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

[GitHub] [phoenix-omid] stoty commented on pull request #75: OMID-168 cleanup the example code using HBase 0.x and yahoo imports

2020-11-12 Thread GitBox
stoty commented on pull request #75: URL: https://github.com/apache/phoenix-omid/pull/75#issuecomment-725912554 Committed This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [phoenix-omid] chia7712 commented on a change in pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2020-11-11 Thread GitBox
chia7712 commented on a change in pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74#discussion_r521901189 ## File path: tso-server/src/main/java/org/apache/omid/tso/TSOChannelHandler.java ## @@ -104,21 +100,23 @@ void reconnect() { // Create the

[GitHub] [phoenix-omid] chia7712 commented on a change in pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2020-11-11 Thread GitBox
chia7712 commented on a change in pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74#discussion_r521901038 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -17,15 +17,19 @@ */ package org.apache.omid; +import org.slf4j.Logger;

[GitHub] [phoenix-omid] stoty commented on a change in pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2020-11-11 Thread GitBox
stoty commented on a change in pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74#discussion_r521890938 ## File path: tso-server/src/main/java/org/apache/omid/tso/TSOChannelHandler.java ## @@ -104,21 +100,23 @@ void reconnect() { // Create the

[GitHub] [phoenix-omid] chia7712 opened a new pull request #75: OMID-168 cleanup the example code using HBase 0.x and yahoo imports

2020-11-11 Thread GitBox
chia7712 opened a new pull request #75: URL: https://github.com/apache/phoenix-omid/pull/75 This PR includes following tasks. 1. make sure the example is working. 1. remove hbase0.version 1. replace (HBase) deprecated APIs by (HBase) new APIs

[GitHub] [phoenix-omid] chia7712 opened a new pull request #74: OMID-167 fix flaky TestTSOChannelHandlerNetty

2020-11-11 Thread GitBox
chia7712 opened a new pull request #74: URL: https://github.com/apache/phoenix-omid/pull/74 issue: https://issues.apache.org/jira/browse/OMID-167 The port is not free immediately after we close the channel. Hence, we should use different port for each test case.

[GitHub] [phoenix-omid] stoty commented on pull request #72: OMID-120 Utilize protobuf-maven-plugin for build

2020-11-11 Thread GitBox
stoty commented on pull request #72: URL: https://github.com/apache/phoenix-omid/pull/72#issuecomment-725577670 Committed to master This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [phoenix-omid] stoty closed pull request #72: OMID-120 Utilize protobuf-maven-plugin for build

2020-11-11 Thread GitBox
stoty closed pull request #72: URL: https://github.com/apache/phoenix-omid/pull/72 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

[GitHub] [phoenix-omid] chia7712 opened a new pull request #73: MINOR: fix incorrect url of source code

2020-11-11 Thread GitBox
chia7712 opened a new pull request #73: URL: https://github.com/apache/phoenix-omid/pull/73 as title :) This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [phoenix-omid] chia7712 opened a new pull request #72: OMID-120 Utilize protobuf-maven-plugin for build

2020-11-11 Thread GitBox
chia7712 opened a new pull request #72: URL: https://github.com/apache/phoenix-omid/pull/72 one small patch to save our time (don't install protobuf in build machine in the future) This is an automated message from the

[GitHub] [phoenix-omid] stoty closed pull request #71: OMID-166 AbstractTransactionManager.closeResources should be public

2020-11-09 Thread GitBox
stoty closed pull request #71: URL: https://github.com/apache/phoenix-omid/pull/71 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

[GitHub] [phoenix-omid] stoty opened a new pull request #71: OMID-166 AbstractTransactionManager.closeResources should be public

2020-11-09 Thread GitBox
stoty opened a new pull request #71: URL: https://github.com/apache/phoenix-omid/pull/71 set AbstractTransactionManager.closeResources to protected instead This is an automated message from the Apache Git Service. To respond

[GitHub] [phoenix-omid] stoty opened a new pull request #70: OMID-165 Adopt Omid packaging to Phoenix standards

2020-11-03 Thread GitBox
stoty opened a new pull request #70: URL: https://github.com/apache/phoenix-omid/pull/70 update Apache parent pom to 23 do not override plugin version defined in ASF parent remove source assembly module update maven scm section to ASF gitbox remove bintray references, add ASF

[GitHub] [phoenix-omid] stoty closed pull request #69: OMID-164 Update phoenix-thirdparty dependency version to 1.0.0

2020-10-26 Thread GitBox
stoty closed pull request #69: URL: https://github.com/apache/phoenix-omid/pull/69 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

[GitHub] [phoenix-omid] stoty opened a new pull request #69: OMID-164 Update phoenix-thirdparty dependency version to 1.0.0

2020-10-26 Thread GitBox
stoty opened a new pull request #69: URL: https://github.com/apache/phoenix-omid/pull/69 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

[GitHub] [phoenix-thirdparty] richardantal commented on pull request #1: PHOENIX-6152 Add phoenix-shaded-protobuf to phoenix-thirdpart.

2020-09-25 Thread GitBox
richardantal commented on pull request #1: URL: https://github.com/apache/phoenix-thirdparty/pull/1#issuecomment-698187244 Here is the Phoenix [PR](https://github.com/apache/phoenix/pull/894). This is an automated message

[GitHub] [phoenix-thirdparty] stoty commented on a change in pull request #1: PHOENIX-6152 Add phoenix-shaded-protobuf to phoenix-thirdpart.

2020-09-25 Thread GitBox
stoty commented on a change in pull request #1: URL: https://github.com/apache/phoenix-thirdparty/pull/1#discussion_r494061406 ## File path: phoenix-shaded-protobuf/pom.xml ## @@ -0,0 +1,104 @@ + +http://maven.apache.org/POM/4.0.0;

[GitHub] [phoenix-thirdparty] richardantal commented on pull request #1: PHOENIX-6152 Add phoenix-shaded-protobuf to phoenix-thirdpart.

2020-09-24 Thread GitBox
richardantal commented on pull request #1: URL: https://github.com/apache/phoenix-thirdparty/pull/1#issuecomment-698187244 Here is the Phoenix [PR](https://github.com/apache/phoenix/pull/894). This is an automated message

[GitHub] [phoenix-thirdparty] stoty commented on a change in pull request #1: PHOENIX-6152 Add phoenix-shaded-protobuf to phoenix-thirdpart.

2020-09-24 Thread GitBox
stoty commented on a change in pull request #1: URL: https://github.com/apache/phoenix-thirdparty/pull/1#discussion_r494061406 ## File path: phoenix-shaded-protobuf/pom.xml ## @@ -0,0 +1,104 @@ + +http://maven.apache.org/POM/4.0.0;

[GitHub] [phoenix-thirdparty] richardantal opened a new pull request #1: PHOENIX-6152 Add phoenix-shaded-protobuf to phoenix-thirdpart.

2020-09-23 Thread GitBox
richardantal opened a new pull request #1: URL: https://github.com/apache/phoenix-thirdparty/pull/1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [phoenix-omid] stoty merged pull request #68: OMID-162 Remove org.mortbay.log.Log and add junit dependency

2020-09-15 Thread GitBox
stoty merged pull request #68: URL: https://github.com/apache/phoenix-omid/pull/68 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

[GitHub] [phoenix-omid] richardantal opened a new pull request #68: OMID-162 Remove org.mortbay.log.Log and add junit dependency

2020-09-15 Thread GitBox
richardantal opened a new pull request #68: URL: https://github.com/apache/phoenix-omid/pull/68 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [phoenix-omid] chrajeshbabu merged pull request #67: OMID-159 Replace default hbase commit table and timestamp modules in …

2020-09-14 Thread GitBox
chrajeshbabu merged pull request #67: URL: https://github.com/apache/phoenix-omid/pull/67 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

[GitHub] [phoenix-omid] stoty commented on pull request #67: OMID-159 Replace default hbase commit table and timestamp modules in …

2020-09-14 Thread GitBox
stoty commented on pull request #67: URL: https://github.com/apache/phoenix-omid/pull/67#issuecomment-691983378 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [phoenix-omid] chrajeshbabu opened a new pull request #67: OMID-159 Replace default hbase commit table and timestamp modules in …

2020-09-14 Thread GitBox
chrajeshbabu opened a new pull request #67: URL: https://github.com/apache/phoenix-omid/pull/67 …server configurations as for the new package structure(Rajeshbabu) This is an automated message from the Apache Git Service. To

[GitHub] [phoenix-omid] stoty closed pull request #65: OMID-161 Switch default timestampType to WORLD_TIME

2020-09-13 Thread GitBox
stoty closed pull request #65: URL: https://github.com/apache/phoenix-omid/pull/65 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

[GitHub] [phoenix-omid] stoty opened a new pull request #66: OMID-161 Switch default timestampType to WORLD_TIME

2020-09-13 Thread GitBox
stoty opened a new pull request #66: URL: https://github.com/apache/phoenix-omid/pull/66 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

[GitHub] [phoenix-omid] stoty opened a new pull request #65: OMID-161 Switch default timestampType to WORLD_TIME

2020-09-13 Thread GitBox
stoty opened a new pull request #65: URL: https://github.com/apache/phoenix-omid/pull/65 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

[GitHub] [phoenix-tephra] stoty closed pull request #100: Phoenix thirdparty

2020-09-01 Thread GitBox
stoty closed pull request #100: URL: https://github.com/apache/phoenix-tephra/pull/100 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

[GitHub] [phoenix-tephra] stoty closed pull request #107: TEPHRA-312 Test PR for tracking down Travis regression

2020-09-01 Thread GitBox
stoty closed pull request #107: URL: https://github.com/apache/phoenix-tephra/pull/107 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

[GitHub] [phoenix-tephra] asfgit closed pull request #106: TEPHRA-312 Revert TEPHRA-304

2020-09-01 Thread GitBox
asfgit closed pull request #106: URL: https://github.com/apache/phoenix-tephra/pull/106 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

[GitHub] [phoenix-tephra] stoty opened a new pull request #107: Pre tephra 304

2020-08-31 Thread GitBox
stoty opened a new pull request #107: URL: https://github.com/apache/phoenix-tephra/pull/107 DO NOT MERGE ONLY FOR TESTING TRAVIS REGRESSION. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [phoenix-tephra] stoty opened a new pull request #106: TEPHRA-312 Revert TEPHRA-304

2020-08-28 Thread GitBox
stoty opened a new pull request #106: URL: https://github.com/apache/phoenix-tephra/pull/106 also update test setup This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [phoenix-omid] stoty closed pull request #64: OMID-160 Remove -incubating from assembly name

2020-08-26 Thread GitBox
stoty closed pull request #64: URL: https://github.com/apache/phoenix-omid/pull/64 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

[GitHub] [phoenix-tephra] stoty closed pull request #105: TEPHRA-311 Remove -incubating from version

2020-08-26 Thread GitBox
stoty closed pull request #105: URL: https://github.com/apache/phoenix-tephra/pull/105 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

[GitHub] [phoenix-omid] stoty opened a new pull request #64: OMID-160 Remove -incubating from assembly name

2020-08-26 Thread GitBox
stoty opened a new pull request #64: URL: https://github.com/apache/phoenix-omid/pull/64 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

[GitHub] [phoenix-tephra] stoty opened a new pull request #105: TEPHRA-311 Remove -incubating from version

2020-08-26 Thread GitBox
stoty opened a new pull request #105: URL: https://github.com/apache/phoenix-tephra/pull/105 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

[GitHub] [phoenix-omid] stoty closed pull request #63: OMID-158 Add OWASP dependency check, and update the flagged direct de…

2020-08-12 Thread GitBox
stoty closed pull request #63: URL: https://github.com/apache/phoenix-omid/pull/63 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

[GitHub] [phoenix-tephra] asfgit closed pull request #103: Tephra 309

2020-08-12 Thread GitBox
asfgit closed pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103 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

[GitHub] [phoenix-omid] stoty closed pull request #62: OMID-156 refactor Omid to use phoenix-shaded-guava

2020-08-11 Thread GitBox
stoty closed pull request #62: URL: https://github.com/apache/phoenix-omid/pull/62 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

[GitHub] [phoenix-omid] joshelser commented on a change in pull request #62: OMID-156 refactor Omid to use phoenix-shaded-guava

2020-08-11 Thread GitBox
joshelser commented on a change in pull request #62: URL: https://github.com/apache/phoenix-omid/pull/62#discussion_r468724528 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -34,6 +36,14 @@ public static String getDefaultNetworkInterface() {

[GitHub] [phoenix-tephra] joshelser commented on a change in pull request #103: Tephra 309

2020-08-11 Thread GitBox
joshelser commented on a change in pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103#discussion_r468719653 ## File path: tephra-hbase-compat-1.4-base/pom.xml ## @@ -0,0 +1,221 @@ + + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [phoenix-omid] stoty commented on a change in pull request #62: OMID-156 refactor Omid to use phoenix-shaded-guava

2020-08-11 Thread GitBox
stoty commented on a change in pull request #62: URL: https://github.com/apache/phoenix-omid/pull/62#discussion_r468390934 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -34,6 +36,14 @@ public static String getDefaultNetworkInterface() { +

[GitHub] [phoenix-omid] stoty commented on a change in pull request #62: OMID-156 refactor Omid to use phoenix-shaded-guava

2020-08-11 Thread GitBox
stoty commented on a change in pull request #62: URL: https://github.com/apache/phoenix-omid/pull/62#discussion_r468369903 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -34,6 +36,14 @@ public static String getDefaultNetworkInterface() { +

[GitHub] [phoenix-tephra] stoty commented on pull request #103: Tephra 309

2020-08-10 Thread GitBox
stoty commented on pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103#issuecomment-671733838 removed backup files, rebased, and re-added shaded artifacts. This is an automated message from the Apache

[GitHub] [phoenix-tephra] stoty commented on a change in pull request #103: Tephra 309

2020-08-10 Thread GitBox
stoty commented on a change in pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103#discussion_r468333157 ## File path: tephra-hbase-compat-1.4-base/pom.xml ## @@ -0,0 +1,221 @@ + + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [phoenix-tephra] stoty commented on pull request #103: Tephra 309

2020-08-10 Thread GitBox
stoty commented on pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103#issuecomment-671732741 > `tephra-examples/tephra-examples-post-1.3/hbase-1.6/pom.xml~` shouldn't be staged? Of course. Thanks for noticing it.

[GitHub] [phoenix-tephra] stoty commented on a change in pull request #103: Tephra 309

2020-08-10 Thread GitBox
stoty commented on a change in pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103#discussion_r468333157 ## File path: tephra-hbase-compat-1.4-base/pom.xml ## @@ -0,0 +1,221 @@ + + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [phoenix-tephra] asfgit closed pull request #104: TEPHRA-310 Add OWASP dependency check, and update the flagged direct …

2020-08-10 Thread GitBox
asfgit closed pull request #104: URL: https://github.com/apache/phoenix-tephra/pull/104 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

[GitHub] [phoenix-tephra] asfgit closed pull request #102: TEPHRA-308 create artifact with shaded Guava and Twill in Tephra

2020-08-10 Thread GitBox
asfgit closed pull request #102: URL: https://github.com/apache/phoenix-tephra/pull/102 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

[GitHub] [phoenix-omid] joshelser commented on a change in pull request #62: OMID-156 refactor Omid to use phoenix-shaded-guava

2020-08-10 Thread GitBox
joshelser commented on a change in pull request #62: URL: https://github.com/apache/phoenix-omid/pull/62#discussion_r468230549 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -34,6 +36,14 @@ public static String getDefaultNetworkInterface() {

[GitHub] [phoenix-tephra] joshelser commented on a change in pull request #103: Tephra 309

2020-08-10 Thread GitBox
joshelser commented on a change in pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103#discussion_r468150460 ## File path: tephra-hbase-compat-1.4-base/pom.xml ## @@ -0,0 +1,221 @@ + + + +http://maven.apache.org/POM/4.0.0;

[GitHub] [phoenix-tephra] stoty opened a new pull request #104: TEPHRA-310 Add OWASP dependency check, and update the flagged direct …

2020-08-10 Thread GitBox
stoty opened a new pull request #104: URL: https://github.com/apache/phoenix-tephra/pull/104 …dependencies add check (activated with -Powasp-dependency-check) update logback to 1.2.0 update thrift to 0.9.3-1

[GitHub] [phoenix-omid] stoty commented on pull request #63: OMID-158 Add OWASP dependency check, and update the flagged direct de…

2020-08-10 Thread GitBox
stoty commented on pull request #63: URL: https://github.com/apache/phoenix-omid/pull/63#issuecomment-671204792 The test failures are fixed in the pending OMID-157, I am not duplicating the fixes for that here. This is an

[GitHub] [phoenix-omid] stoty opened a new pull request #63: OMID-158 Add OWASP dependency check, and update the flagged direct de…

2020-08-10 Thread GitBox
stoty opened a new pull request #63: URL: https://github.com/apache/phoenix-omid/pull/63 …pendencies add check (activated with -Powasp-dependency-check) remove spurious log4j-extras dependency update commons-beanutils to latest

[GitHub] [phoenix-tephra] stoty opened a new pull request #103: Tephra 309

2020-08-05 Thread GitBox
stoty opened a new pull request #103: URL: https://github.com/apache/phoenix-tephra/pull/103 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

[GitHub] [phoenix-tephra] asfgit closed pull request #101: TEPHRA-307 Support Hbase 2.3

2020-08-03 Thread GitBox
asfgit closed pull request #101: URL: https://github.com/apache/phoenix-tephra/pull/101 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

[GitHub] [phoenix-tephra] anew commented on a change in pull request #101: TEPHRA-307 Support Hbase 2.3

2020-08-03 Thread GitBox
anew commented on a change in pull request #101: URL: https://github.com/apache/phoenix-tephra/pull/101#discussion_r464468124 ## File path: tephra-hbase-compat-2.0-base/src/test/java/org/apache/tephra/hbase/coprocessor/TransactionProcessorTest.java ## @@ -54,7 +54,7 @@

[GitHub] [phoenix-omid] stoty commented on a change in pull request #62: OMID-156 refactor Omid to use phoenix-shaded-guava

2020-08-03 Thread GitBox
stoty commented on a change in pull request #62: URL: https://github.com/apache/phoenix-omid/pull/62#discussion_r464426603 ## File path: common/src/main/java/org/apache/omid/NetworkUtils.java ## @@ -34,6 +36,14 @@ public static String getDefaultNetworkInterface() { +

[GitHub] [phoenix-omid] stoty commented on pull request #61: Phoenix thirdparty

2020-08-03 Thread GitBox
stoty commented on pull request #61: URL: https://github.com/apache/phoenix-omid/pull/61#issuecomment-667915574 Opened https://github.com/apache/phoenix-omid/pull/62 for the same This is an automated message from the Apache

[GitHub] [phoenix-omid] stoty closed pull request #61: Phoenix thirdparty

2020-08-03 Thread GitBox
stoty closed pull request #61: URL: https://github.com/apache/phoenix-omid/pull/61 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

[GitHub] [phoenix-tephra] stoty opened a new pull request #102: TEPHRA-308 create artifact with shaded Guava and Twill in Tephra

2020-07-27 Thread GitBox
stoty opened a new pull request #102: URL: https://github.com/apache/phoenix-tephra/pull/102 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

[GitHub] [phoenix-tephra] stoty commented on pull request #101: TEPHRA-307 Support Hbase 2.3

2020-07-27 Thread GitBox
stoty commented on pull request #101: URL: https://github.com/apache/phoenix-tephra/pull/101#issuecomment-664292254 This is a bit more involved than the 2.1+2.2 work was, as there are API changes (extra method in Table interface), so this is an actual new module.

[GitHub] [phoenix-tephra] stoty opened a new pull request #101: TEPHRA-307 Support Hbase 2.3

2020-07-27 Thread GitBox
stoty opened a new pull request #101: URL: https://github.com/apache/phoenix-tephra/pull/101 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

[GitHub] [phoenix-omid] stoty opened a new pull request #61: Phoenix thirdparty

2020-07-14 Thread GitBox
stoty opened a new pull request #61: URL: https://github.com/apache/phoenix-omid/pull/61 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

[GitHub] [phoenix-tephra] stoty opened a new pull request #100: Phoenix thirdparty

2020-07-14 Thread GitBox
stoty opened a new pull request #100: URL: https://github.com/apache/phoenix-tephra/pull/100 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

<    1   2   3