[GitHub] [pinot] KKcorps merged pull request #9802: Add memory optimized dimension table

2022-12-02 Thread GitBox
KKcorps merged PR #9802: URL: https://github.com/apache/pinot/pull/9802 -- 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: commits-unsubscr...@pinot.apache

[pinot] branch master updated: Add memory optimized dimension table (#9802)

2022-12-02 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new 42354206b7 Add memory optimized dimension ta

[GitHub] [pinot] KKcorps commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
KKcorps commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038094950 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java: ## @@ -242,

[GitHub] [pinot] jayeshchoudhary commented on pull request #9844: add table sort function for table size

2022-12-02 Thread GitBox
jayeshchoudhary commented on PR #9844: URL: https://github.com/apache/pinot/pull/9844#issuecomment-1335238495 @jadami10 can you add a sorting example with GB or some other unit as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [pinot] KKcorps commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
KKcorps commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038164529 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/MinionTaskUtils.java: ## @@ -67,7 +72,35 @@ static Pinot

[GitHub] [pinot] KKcorps commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
KKcorps commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038164688 ## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MergeRollupMinionClusterIntegrationTest.java: ## @@ -79,15 +81,18 @@ public class MergeRollupM

[GitHub] [pinot] KKcorps commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
KKcorps commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038165234 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java: ## @@ -276,

[GitHub] [pinot] KKcorps commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
KKcorps commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038165869 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java: ## @@ -276,

[GitHub] [pinot] KKcorps commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
KKcorps commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038166185 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java: ## @@ -276,

[GitHub] [pinot] jadami10 commented on pull request #9844: add table sort function for table size

2022-12-02 Thread GitBox
jadami10 commented on PR #9844: URL: https://github.com/apache/pinot/pull/9844#issuecomment-1335392698 I changed the code locally to return random bytes. Sorting seems to work well. ``` function getRandomInt(min, max) { min = Math.ceil(min); max = Math.floor(m

[GitHub] [pinot] walterddr opened a new pull request, #9902: [hotfix] broker selection not using table name

2022-12-02 Thread GitBox
walterddr opened a new pull request, #9902: URL: https://github.com/apache/pinot/pull/9902 this fixes: #9695. -- 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

[GitHub] [pinot] walterddr commented on a diff in pull request #9850: [multistage][testing] Basic math func test and some more between test

2022-12-02 Thread GitBox
walterddr commented on code in PR #9850: URL: https://github.com/apache/pinot/pull/9850#discussion_r1038292605 ## pinot-query-runtime/src/test/resources/queries/Comparisons.json: ## @@ -390,6 +390,7 @@ "queries": [ { "sql": "SELECT val BETWEEN small AND big FROM {tbl

[GitHub] [pinot] walterddr commented on a diff in pull request #9850: [multistage][testing] Basic math func test and some more between test

2022-12-02 Thread GitBox
walterddr commented on code in PR #9850: URL: https://github.com/apache/pinot/pull/9850#discussion_r1038292605 ## pinot-query-runtime/src/test/resources/queries/Comparisons.json: ## @@ -390,6 +390,7 @@ "queries": [ { "sql": "SELECT val BETWEEN small AND big FROM {tbl

[GitHub] [pinot] walterddr commented on a diff in pull request #9850: [multistage][testing] Basic math func test and some more between test

2022-12-02 Thread GitBox
walterddr commented on code in PR #9850: URL: https://github.com/apache/pinot/pull/9850#discussion_r1038292605 ## pinot-query-runtime/src/test/resources/queries/Comparisons.json: ## @@ -390,6 +390,7 @@ "queries": [ { "sql": "SELECT val BETWEEN small AND big FROM {tbl

[GitHub] [pinot] walterddr commented on a diff in pull request #9850: [multistage][testing] Basic math func test and some more between test

2022-12-02 Thread GitBox
walterddr commented on code in PR #9850: URL: https://github.com/apache/pinot/pull/9850#discussion_r1038296545 ## pinot-query-runtime/src/test/resources/queries/MathFuncs.json: ## @@ -0,0 +1,439 @@ +{ + "addition": { +"tables": { + "numTbl": { +"schema": [ +

[GitHub] [pinot] walterddr commented on a diff in pull request #9850: [multistage][testing] Basic math func test and some more between test

2022-12-02 Thread GitBox
walterddr commented on code in PR #9850: URL: https://github.com/apache/pinot/pull/9850#discussion_r1038297108 ## pinot-query-runtime/src/test/resources/queries/MathFuncs.json: ## @@ -0,0 +1,439 @@ +{ + "addition": { +"tables": { + "numTbl": { +"schema": [ +

[GitHub] [pinot] walterddr commented on a diff in pull request #9901: [multistage] add tests for string functions

2022-12-02 Thread GitBox
walterddr commented on code in PR #9901: URL: https://github.com/apache/pinot/pull/9901#discussion_r1038367972 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java: ## @@ -97,14 +97,26 @@ public static String substr(String input, int beginIn

[GitHub] [pinot] walterddr commented on a diff in pull request #9901: [multistage] add tests for string functions

2022-12-02 Thread GitBox
walterddr commented on code in PR #9901: URL: https://github.com/apache/pinot/pull/9901#discussion_r1038369710 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java: ## @@ -119,6 +131,17 @@ public static String concat(String input1, String in

[GitHub] [pinot] zhtaoxiang commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
zhtaoxiang commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038378843 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/BaseMultipleSegmentsConversionExecutor.java: ## @@ -2

[GitHub] [pinot] zhtaoxiang commented on a diff in pull request #9825: Allow segment upload via Metadata in MergeRollup Minion task

2022-12-02 Thread GitBox
zhtaoxiang commented on code in PR #9825: URL: https://github.com/apache/pinot/pull/9825#discussion_r1038386220 ## pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/MinionTaskUtils.java: ## @@ -67,7 +73,40 @@ static Pi

[GitHub] [pinot] agavra commented on a diff in pull request #9901: [multistage] add tests for string functions

2022-12-02 Thread GitBox
agavra commented on code in PR #9901: URL: https://github.com/apache/pinot/pull/9901#discussion_r1038415383 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java: ## @@ -119,6 +131,17 @@ public static String concat(String input1, String input

[GitHub] [pinot] walterddr commented on a diff in pull request #9901: [multistage] add tests for string functions

2022-12-02 Thread GitBox
walterddr commented on code in PR #9901: URL: https://github.com/apache/pinot/pull/9901#discussion_r1038422529 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java: ## @@ -119,6 +131,17 @@ public static String concat(String input1, String in

[GitHub] [pinot] Jackie-Jiang commented on pull request #9875: Update cardinality when converting raw column to dict based

2022-12-02 Thread GitBox
Jackie-Jiang commented on PR #9875: URL: https://github.com/apache/pinot/pull/9875#issuecomment-1335672091 @vvivekiyer Adding a test in `LLCRealtimeClusterIntegrationTest` should be relatively easy. You can pick a column with dictionary and a column without dictionary, then switch the encod

[GitHub] [pinot] Jackie-Jiang merged pull request #9844: add table sort function for table size

2022-12-02 Thread GitBox
Jackie-Jiang merged PR #9844: URL: https://github.com/apache/pinot/pull/9844 -- 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: commits-unsubscr...@pinot.a

[GitHub] [pinot] Jackie-Jiang closed issue #9843: In Pinot dashboard, sorting on table size takes alphabetical order

2022-12-02 Thread GitBox
Jackie-Jiang closed issue #9843: In Pinot dashboard, sorting on table size takes alphabetical order URL: https://github.com/apache/pinot/issues/9843 -- 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 t

[pinot] branch master updated: add table sort function for table size (#9844)

2022-12-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new 9b8809fea5 add table sort function for table size

[GitHub] [pinot] Jackie-Jiang merged pull request #9896: In Kafka consumer, seek offset only when needed

2022-12-02 Thread GitBox
Jackie-Jiang merged PR #9896: URL: https://github.com/apache/pinot/pull/9896 -- 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: commits-unsubscr...@pinot.a

[pinot] branch master updated (9b8809fea5 -> 85e413ebe8)

2022-12-02 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 9b8809fea5 add table sort function for table size (#9844) add 85e413ebe8 In Kafka consumer, seek offset only when

[GitHub] [pinot] walterddr commented on a diff in pull request #9826: [multistage][test] add with statement test

2022-12-02 Thread GitBox
walterddr commented on code in PR #9826: URL: https://github.com/apache/pinot/pull/9826#discussion_r1038436355 ## pinot-query-runtime/src/test/resources/queries/WithStatements.json: ## @@ -0,0 +1,81 @@ +{ + "with_statement_tests": { +"psql": "7.8.1", +"tables": { +

[GitHub] [pinot] agavra commented on a diff in pull request #9901: [multistage] add tests for string functions

2022-12-02 Thread GitBox
agavra commented on code in PR #9901: URL: https://github.com/apache/pinot/pull/9901#discussion_r1038440166 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java: ## @@ -97,14 +97,26 @@ public static String substr(String input, int beginIndex

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #9902: [hotfix] broker selection not using table name

2022-12-02 Thread GitBox
Jackie-Jiang commented on code in PR #9902: URL: https://github.com/apache/pinot/pull/9902#discussion_r1038441723 ## pinot-clients/pinot-java-client/src/main/java/org/apache/pinot/client/Connection.java: ## @@ -165,7 +163,33 @@ public Future executeAsync(String query) @Deprec

[GitHub] [pinot] walterddr commented on a diff in pull request #9901: [multistage] add tests for string functions

2022-12-02 Thread GitBox
walterddr commented on code in PR #9901: URL: https://github.com/apache/pinot/pull/9901#discussion_r1038442543 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/StringFunctions.java: ## @@ -97,14 +97,26 @@ public static String substr(String input, int beginIn

[GitHub] [pinot] codecov-commenter commented on pull request #9902: [hotfix] broker selection not using table name

2022-12-02 Thread GitBox
codecov-commenter commented on PR #9902: URL: https://github.com/apache/pinot/pull/9902#issuecomment-1335747379 # [Codecov](https://codecov.io/gh/apache/pinot/pull/9902?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar

[GitHub] [pinot] 61yao opened a new pull request, #9903: [Not for review] Right join rewrite

2022-12-02 Thread GitBox
61yao opened a new pull request, #9903: URL: https://github.com/apache/pinot/pull/9903 Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat` 6. `re

[GitHub] [pinot] 61yao commented on pull request #9895: [multistage] [feature] Support right outer join

2022-12-02 Thread GitBox
61yao commented on PR #9895: URL: https://github.com/apache/pinot/pull/9895#issuecomment-1335825931 > > > WDYT about implementing this as a rewriter that just swaps the left and right tables? > > > > > > That's a good idea. but then we need to deal the situation where we output t

[GitHub] [pinot] agavra opened a new issue, #9904: [multistage] table aliasing doesn't work with SELECT *

2022-12-02 Thread GitBox
agavra opened a new issue, #9904: URL: https://github.com/apache/pinot/issues/9904 ## Scenario A https://user-images.githubusercontent.com/3172405/205389930-f76dfdfc-391f-4713-9ed8-8e73778a9db4.png";> ## Scenario B https://user-images.githubusercontent.com/3172405/2053900

[GitHub] [pinot] agavra commented on issue #9904: [multistage] table aliasing doesn't work with SELECT *

2022-12-02 Thread GitBox
agavra commented on issue #9904: URL: https://github.com/apache/pinot/issues/9904#issuecomment-1335863433 I see the following in the logs: ``` 2022/12/02 13:25:40.861 ERROR [MailboxSendOperator] [query_worker_on_8842_port-1-thread-8] Exception occur while sending data via mailbox

[GitHub] [pinot] agavra commented on issue #9904: [multistage] table aliasing doesn't work with SELECT *

2022-12-02 Thread GitBox
agavra commented on issue #9904: URL: https://github.com/apache/pinot/issues/9904#issuecomment-1335871113 nevermind - this happens because MV columns aren't supported -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [pinot] agavra closed issue #9904: [multistage] table aliasing doesn't work with SELECT *

2022-12-02 Thread GitBox
agavra closed issue #9904: [multistage] table aliasing doesn't work with SELECT * URL: https://github.com/apache/pinot/issues/9904 -- 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 commen

[pinot] branch fix-segment-upload-race-condition created (now f8f6a9fdfe)

2022-12-02 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch fix-segment-upload-race-condition in repository https://gitbox.apache.org/repos/asf/pinot.git at f8f6a9fdfe Fix race condition when 2 segment upload occurred for the same segment This branc

[pinot] 01/01: Fix race condition when 2 segment upload occurred for the same segment

2022-12-02 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch fix-segment-upload-race-condition in repository https://gitbox.apache.org/repos/asf/pinot.git commit f8f6a9fdfe09686730e2409c20a631dda5256a79 Author: Jack Li(Analytics Engineering) AuthorDate: Fri

[pinot] branch fix-segment-upload-race-condition updated (f8f6a9fdfe -> d5f494503c)

2022-12-02 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a change to branch fix-segment-upload-race-condition in repository https://gitbox.apache.org/repos/asf/pinot.git discard f8f6a9fdfe Fix race condition when 2 segment upload occurred for the same segment new d5

[pinot] 01/01: Fix race condition when 2 segment upload occurred for the same segment

2022-12-02 Thread jlli
This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch fix-segment-upload-race-condition in repository https://gitbox.apache.org/repos/asf/pinot.git commit d5f494503ce0a9988a7664c04fa5c52b30b6d9d8 Author: Jack Li(Analytics Engineering) AuthorDate: Fri

[GitHub] [pinot] jackjlli opened a new pull request, #9905: Fix race condition when 2 segment upload occurred for the same segment

2022-12-02 Thread GitBox
jackjlli opened a new pull request, #9905: URL: https://github.com/apache/pinot/pull/9905 There is a race condition when it took too much time for the 1st segment upload to process (due to slow PinotFS access), which leads to the 2nd attempt of segment upload, and the 2nd segment upload suc

[GitHub] [pinot] agavra commented on pull request #9895: [multistage] [feature] Support right outer join

2022-12-02 Thread GitBox
agavra commented on PR #9895: URL: https://github.com/apache/pinot/pull/9895#issuecomment-1335927107 @61yao instead of an optimization rule it should be implemented as a rewriter. I tested this and it works: ```java public class RightJoinRewriter extends SqlShuttle { publi

[GitHub] [pinot] abhs50 commented on issue #9788: Logging Limit

2022-12-02 Thread GitBox
abhs50 commented on issue #9788: URL: https://github.com/apache/pinot/issues/9788#issuecomment-1335933999 Apologies for delay. @Jackie-Jiang : Is there a config which controls this : https://github.com/apache/pinot/blob/dcc496f63b4488989808ec144a7e2ffcc4697c75/pinot-core/src/main/java/org/ap

[GitHub] [pinot] abhs50 commented on issue #9788: Logging Limit

2022-12-02 Thread GitBox
abhs50 commented on issue #9788: URL: https://github.com/apache/pinot/issues/9788#issuecomment-1335934766 Additionally is there way to keep Pinot Server in Error logging mode instead of `info` by default. We are using helm installation way of deploying Pinot. -- This is an automated messa

[GitHub] [pinot] codecov-commenter commented on pull request #9905: Fix race condition when 2 segment upload occurred for the same segment

2022-12-02 Thread GitBox
codecov-commenter commented on PR #9905: URL: https://github.com/apache/pinot/pull/9905#issuecomment-1335939785 # [Codecov](https://codecov.io/gh/apache/pinot/pull/9905?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar

[GitHub] [pinot] zhtaoxiang opened a new pull request, #9906: [bugfix] handle the case when dataschema does not have columns

2022-12-02 Thread GitBox
zhtaoxiang opened a new pull request, #9906: URL: https://github.com/apache/pinot/pull/9906 Previously, the splitBlock logic throws `Runtime failure: java.lang.ArithmeticException: / by zero`. This PR fixes this issue. -- This is an automated message from the Apache Git Service. To re

[GitHub] [pinot] codecov-commenter commented on pull request #9906: [bugfix] handle the case when dataschema does not have columns

2022-12-02 Thread GitBox
codecov-commenter commented on PR #9906: URL: https://github.com/apache/pinot/pull/9906#issuecomment-1335966281 # [Codecov](https://codecov.io/gh/apache/pinot/pull/9906?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar

[GitHub] [pinot] 61yao commented on pull request #9895: [multistage] [feature] Support right outer join

2022-12-02 Thread GitBox
61yao commented on PR #9895: URL: https://github.com/apache/pinot/pull/9895#issuecomment-1335978224 > ```java > SqlShuttle > ``` I see. Let me try! -- 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] [pinot] walterddr merged pull request #9902: [hotfix] broker selection not using table name

2022-12-02 Thread GitBox
walterddr merged PR #9902: URL: https://github.com/apache/pinot/pull/9902 -- 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: commits-unsubscr...@pinot.apac

[GitHub] [pinot] walterddr closed issue #9695: [bug] ConnectorFactory cannot get livebroker mapping

2022-12-02 Thread GitBox
walterddr closed issue #9695: [bug] ConnectorFactory cannot get livebroker mapping URL: https://github.com/apache/pinot/issues/9695 -- 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 comme

[pinot] branch master updated: [hotfix] broker selection not using table name (#9902)

2022-12-02 Thread rongr
This is an automated email from the ASF dual-hosted git repository. rongr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git The following commit(s) were added to refs/heads/master by this push: new 4ae6d35ff1 [hotfix] broker selection not using tab

[GitHub] [pinot] codecov-commenter commented on pull request #9892: [multistage] Fix leaf stage return

2022-12-02 Thread GitBox
codecov-commenter commented on PR #9892: URL: https://github.com/apache/pinot/pull/9892#issuecomment-1336082626 # [Codecov](https://codecov.io/gh/apache/pinot/pull/9892?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Softwar

[GitHub] [pinot-site] joshigaurava opened a new pull request, #76: Updated 'Joins using Trino or PrestoDB' section contents on landing page

2022-12-02 Thread GitBox
joshigaurava opened a new pull request, #76: URL: https://github.com/apache/pinot-site/pull/76 https://user-images.githubusercontent.com/68965367/205429689-05471e61-ec71-4bf8-b176-d7cd8b585e7d.png";> -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [pinot-site] kishoreg commented on pull request #76: Updated 'Joins using Trino or PrestoDB' section contents on landing page

2022-12-02 Thread GitBox
kishoreg commented on PR #76: URL: https://github.com/apache/pinot-site/pull/76#issuecomment-1336103058 We should point at the issue and blog of join feature coming soon and what's available in alphas beta GA -- This is an automated message from the Apache Git Service. To respond to the m