[druid] branch dependabot/npm_and_yarn/web-console/node-forge-and-webpack-dev-server-1.3.1 created (now 57a2385528)

2023-08-25 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/web-console/node-forge-and-webpack-dev-server-1.3.1 in repository https://gitbox.apache.org/repos/asf/druid.git at 57a2385528 Bump node-forge and

[PR] Bump node-forge and webpack-dev-server in /web-console (druid)

2023-08-25 Thread via GitHub
dependabot[bot] opened a new pull request, #14910: URL: https://github.com/apache/druid/pull/14910 Bumps [node-forge](https://github.com/digitalbazaar/forge) to 1.3.1 and updates ancestor dependency [webpack-dev-server](https://github.com/webpack/webpack-dev-server). These dependencies

Re: [PR] Web console: misc fixes and SQL query re-formatting (druid)

2023-08-25 Thread via GitHub
vogievetsky merged PR #14906: URL: https://github.com/apache/druid/pull/14906 -- 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:

[druid] branch vtlim-patch-1 deleted (was 2302a86e4a)

2023-08-25 Thread victoria
This is an automated email from the ASF dual-hosted git repository. victoria pushed a change to branch vtlim-patch-1 in repository https://gitbox.apache.org/repos/asf/druid.git was 2302a86e4a move the note The revisions that were on this branch are still contained in other references;

[druid] branch master updated: docs: update note in automatic compaction doc (#14908)

2023-08-25 Thread techdocsmith
This is an automated email from the ASF dual-hosted git repository. techdocsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/master by this push: new 9142f4b8d7 docs: update note in automatic

Re: [PR] docs: update note in automatic compaction doc (druid)

2023-08-25 Thread via GitHub
techdocsmith merged PR #14908: URL: https://github.com/apache/druid/pull/14908 -- 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] Restore tasks when lifecycle start (druid)

2023-08-25 Thread via GitHub
georgew5656 commented on code in PR #14909: URL: https://github.com/apache/druid/pull/14909#discussion_r1306106880 ## extensions-contrib/kubernetes-overlord-extensions/src/test/java/org/apache/druid/k8s/overlord/KubernetesTaskRunnerTest.java: ## @@ -263,80 +284,6 @@ public void

[PR] Restore tasks when lifecycle start (druid)

2023-08-25 Thread via GitHub
YongGang opened a new pull request, #14909: URL: https://github.com/apache/druid/pull/14909 ### Description The current existing tasks restoration rely on call to `restore()` method, the problem is `restore()` call happens asynchronous in

[druid] branch vtlim-patch-1 updated (ae4cc4242e -> 2302a86e4a)

2023-08-25 Thread victoria
This is an automated email from the ASF dual-hosted git repository. victoria pushed a change to branch vtlim-patch-1 in repository https://gitbox.apache.org/repos/asf/druid.git from ae4cc4242e update the ALL granularity note add 2302a86e4a move the note No new revisions were added by

[PR] docs: update note in automatic compaction doc (druid)

2023-08-25 Thread via GitHub
vtlim opened a new pull request, #14908: URL: https://github.com/apache/druid/pull/14908 From the note added in https://github.com/apache/druid/pull/13304, this PR: * Formats `ALL` in code font to make it clear it's a property value and not referring to "all segments" * Updates the

[druid] branch vtlim-patch-1 created (now ae4cc4242e)

2023-08-25 Thread victoria
This is an automated email from the ASF dual-hosted git repository. victoria pushed a change to branch vtlim-patch-1 in repository https://gitbox.apache.org/repos/asf/druid.git at ae4cc4242e update the ALL granularity note This branch includes the following new commits: new

[druid] 01/01: update the ALL granularity note

2023-08-25 Thread victoria
This is an automated email from the ASF dual-hosted git repository. victoria pushed a commit to branch vtlim-patch-1 in repository https://gitbox.apache.org/repos/asf/druid.git commit ae4cc4242e0814e28ab63c49a0c383c43ad37aaa Author: Victoria Lim AuthorDate: Fri Aug 25 11:20:58 2023 -0700

Re: [PR] Update Memcached Client to elasticache-java-cluster-client (druid)

2023-08-25 Thread via GitHub
xvrl commented on code in PR #14827: URL: https://github.com/apache/druid/pull/14827#discussion_r1305929285 ## docs/configuration/index.md: ## @@ -2103,16 +2103,18 @@ In addition to the normal cache metrics, the caffeine cache implementation also Uses memcached as cache

Re: [PR] Update Memcached Client to elasticache-java-cluster-client (druid)

2023-08-25 Thread via GitHub
xvrl commented on code in PR #14827: URL: https://github.com/apache/druid/pull/14827#discussion_r1305924070 ## docs/configuration/index.md: ## @@ -2103,16 +2103,18 @@ In addition to the normal cache metrics, the caffeine cache implementation also Uses memcached as cache

Re: [PR] Update Memcached Client to elasticache-java-cluster-client (druid)

2023-08-25 Thread via GitHub
xvrl commented on code in PR #14827: URL: https://github.com/apache/druid/pull/14827#discussion_r1305921575 ## server/src/test/java/org/apache/druid/client/cache/MemcachedCacheTest.java: ## @@ -224,6 +217,26 @@ public void emit(Event event) } } + @Test + public void

[druid] branch master updated: Move some lifecycle management from doTask -> shutdown for the mm-less task runner (#14895)

2023-08-25 Thread davidlim
This is an automated email from the ASF dual-hosted git repository. davidlim pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/druid.git The following commit(s) were added to refs/heads/master by this push: new 95b0de61d1 Move some lifecycle management from

Re: [PR] Move some lifecycle management from doTask -> shutdown for the mm-less task runner (druid)

2023-08-25 Thread via GitHub
dclim merged PR #14895: URL: https://github.com/apache/druid/pull/14895 -- 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] Move some lifecycle management from doTask -> shutdown for the mm-less task runner (druid)

2023-08-25 Thread via GitHub
YongGang commented on code in PR #14895: URL: https://github.com/apache/druid/pull/14895#discussion_r1305875753 ## extensions-contrib/kubernetes-overlord-extensions/src/main/java/org/apache/druid/k8s/overlord/KubernetesTaskRunner.java: ## @@ -271,6 +262,10 @@ public void

Re: [PR] Unnest now works on MSQ (druid)

2023-08-25 Thread via GitHub
somu-imply commented on code in PR #14886: URL: https://github.com/apache/druid/pull/14886#discussion_r1305801125 ## sql/src/test/java/org/apache/druid/sql/calcite/CalciteArraysQueryTest.java: ## @@ -3930,6 +3945,8 @@ public void testUnnestWithJoinOnTheLeft() {

Re: [PR] Unnest now works on MSQ (druid)

2023-08-25 Thread via GitHub
LakshSingla commented on code in PR #14886: URL: https://github.com/apache/druid/pull/14886#discussion_r1305791226 ## sql/src/test/java/org/apache/druid/sql/calcite/CalciteArraysQueryTest.java: ## @@ -3930,6 +3945,8 @@ public void testUnnestWithJoinOnTheLeft() {

Re: [PR] Unnest now works on MSQ (druid)

2023-08-25 Thread via GitHub
somu-imply commented on code in PR #14886: URL: https://github.com/apache/druid/pull/14886#discussion_r1305781098 ## sql/src/test/java/org/apache/druid/sql/calcite/CalciteArraysQueryTest.java: ## @@ -3930,6 +3945,8 @@ public void testUnnestWithJoinOnTheLeft() {

Re: [PR] Vectorize earliest aggregator for both numeric and string types (druid)

2023-08-25 Thread via GitHub
somu-imply commented on code in PR #14408: URL: https://github.com/apache/druid/pull/14408#discussion_r1305704388 ## processing/src/main/java/org/apache/druid/query/aggregation/first/NumericFirstVectorAggregator.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software

Re: [PR] Vectorize earliest aggregator for both numeric and string types (druid)

2023-08-25 Thread via GitHub
somu-imply commented on code in PR #14408: URL: https://github.com/apache/druid/pull/14408#discussion_r1305704388 ## processing/src/main/java/org/apache/druid/query/aggregation/first/NumericFirstVectorAggregator.java: ## @@ -0,0 +1,174 @@ +/* + * Licensed to the Apache Software

[PR] Fix StringLastAggregatorFactory equals/toString (druid)

2023-08-25 Thread via GitHub
kgyrtkirk opened a new pull request, #14907: URL: https://github.com/apache/druid/pull/14907 In the `StringLastAggregatorFactory` class; `equals` / `toString` were not accounting for the `timeColumn` field. -- This is an automated message from the Apache Git Service. To respond to

Re: [I] Add IPv6 SQL Functions (druid)

2023-08-25 Thread via GitHub
gl commented on issue #10817: URL: https://github.com/apache/druid/issues/10817#issuecomment-1692892634 In https://github.com/apache/druid/pull/11634 @abhishekrb19 has changed the IP library to use an IPv6-compatible one. Since then, has there been progress regarding the