Re: [PR] Add manifest file for MSQ export (druid)

2024-03-26 Thread via GitHub
adarshsanjeev commented on code in PR #15953: URL: https://github.com/apache/druid/pull/15953#discussion_r1538634671 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/results/ExportResultsFrameProcessorFactory.java: ## @@ -107,7 +112,14 @@ public

Re: [PR] Add manifest file for MSQ export (druid)

2024-03-26 Thread via GitHub
adarshsanjeev commented on code in PR #15953: URL: https://github.com/apache/druid/pull/15953#discussion_r1538634834 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/results/ExportResultsFrameProcessorFactory.java: ## @@ -88,7 +93,7 @@ public

Re: [PR] Add manifest file for MSQ export (druid)

2024-03-26 Thread via GitHub
adarshsanjeev commented on code in PR #15953: URL: https://github.com/apache/druid/pull/15953#discussion_r1538635316 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/results/ExportResultsFrameProcessorFactory.java: ## @@ -127,11 +139,46 @@ public

Re: [PR] Check for handoff of upgraded segments (druid)

2024-03-26 Thread via GitHub
kfaraz commented on code in PR #16162: URL: https://github.com/apache/druid/pull/16162#discussion_r1538601791 ## server/src/main/java/org/apache/druid/segment/realtime/appenderator/SegmentsAndCommitMetadata.java: ## @@ -20,28 +20,50 @@ package

Re: [PR] Allow non literal rhs in MV_FILTER_ONLY and MV_FILTER_NONE (druid)

2024-03-26 Thread via GitHub
kfaraz merged PR #16113: URL: https://github.com/apache/druid/pull/16113 -- 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 master updated: Allow non literal rhs in MV_FILTER_ONLY and MV_FILTER_NONE (#16113)

2024-03-26 Thread kfaraz
This is an automated email from the ASF dual-hosted git repository. kfaraz 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 f29c8ac3681 Allow non literal rhs in

Re: [PR] Unifying GroupBy strategies and grouping on complex columns (druid)

2024-03-26 Thread via GitHub
LakshSingla commented on code in PR #16068: URL: https://github.com/apache/druid/pull/16068#discussion_r1538787941 ## processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/column/FixedWidthGroupByColumnSelectorStrategy.java: ## @@ -0,0 +1,214 @@ +/* + * Licensed

Re: [PR] Check for handoff of upgraded segments (druid)

2024-03-26 Thread via GitHub
kfaraz commented on code in PR #16162: URL: https://github.com/apache/druid/pull/16162#discussion_r1538642455 ## server/src/main/java/org/apache/druid/segment/realtime/appenderator/SegmentsAndCommitMetadata.java: ## @@ -20,28 +20,50 @@ package

[PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 opened a new pull request, #16206: URL: https://github.com/apache/druid/pull/16206 Problem: Before this patch, the `/datasources/{dataSourceName}/unusedSegments` API throws a 500 with a huge stack trace for any invalid parameters specified in the request. This is

[I] Null Values handling for Kafka ingestion of proto2 messages (druid)

2024-03-26 Thread via GitHub
layoaster opened a new issue, #16207: URL: https://github.com/apache/druid/issues/16207 ### Affected Version 28.0.1 ### Description After upgrading from Druid 27 and keeping the SQl compatible mode on Druid 28 we've noticed that fields with `Null` values started

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
YongGang commented on PR #16041: URL: https://github.com/apache/druid/pull/16041#issuecomment-2021010161 @kfaraz , thanks for your input. The design of `TaskIdentitiesProvider` is to help identify the purpose of the task, as existing task type information falls short (for instance,

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539881558 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1540028816 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

Re: [PR] Visibility into LagBased AutoScaler desired task count (druid)

2024-03-26 Thread via GitHub
adithyachakilam commented on code in PR #16199: URL: https://github.com/apache/druid/pull/16199#discussion_r1539954094 ## docs/operations/metrics.md: ## @@ -258,6 +258,8 @@ batch ingestion emit the following metrics. These metrics are deltas for each em

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539600493 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
kfaraz commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539842647 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539877810 ## server/src/test/java/org/apache/druid/server/http/MetadataResourceTest.java: ## @@ -129,6 +129,15 @@ public void setUp() .when(storageCoordinator)

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539937267 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
github-advanced-security[bot] commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539710847 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ @QueryParam("sortOrder") @Nullable

Re: [PR] add tutorial with examples of sql null handling (druid)

2024-03-26 Thread via GitHub
317brian commented on code in PR #16185: URL: https://github.com/apache/druid/pull/16185#discussion_r1539902244 ## docs/querying/sql-data-types.md: ## @@ -140,23 +140,38 @@ as regular JSON arrays instead of in stringified form. ## NULL values +By default, Druid treats NULL

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
YongGang commented on code in PR #16041: URL: https://github.com/apache/druid/pull/16041#discussion_r1539636313 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java: ## @@ -571,7 +572,11 @@ public TaskStatus runTask(final Closer

Re: [PR] add tutorial with examples of sql null handling (druid)

2024-03-26 Thread via GitHub
techdocsmith commented on code in PR #16185: URL: https://github.com/apache/druid/pull/16185#discussion_r1539752240 ## docs/tutorials/tutorial-sql-null.md: ## @@ -0,0 +1,193 @@ +--- +id: tutorial-sql-null +title: Null handling tutorial +sidebar_label: Handling null values

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
YongGang commented on code in PR #16041: URL: https://github.com/apache/druid/pull/16041#discussion_r1539575155 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java: ## @@ -571,7 +572,11 @@ public TaskStatus runTask(final Closer

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539869154 ## server/src/test/java/org/apache/druid/server/http/MetadataResourceTest.java: ## @@ -251,101 +260,124 @@ public void testGetAllSegmentsIncludingRealtime()

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539937267 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
zachjsh commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1539936321 ## server/src/main/java/org/apache/druid/server/http/MetadataResource.java: ## @@ -349,37 +353,52 @@ public Response getUnusedSegmentsInDataSource(

[PR] Add heartbeat and zk-connected metrics in defaultMetrics.json (druid)

2024-03-26 Thread via GitHub
tapojit047 opened a new pull request, #16209: URL: https://github.com/apache/druid/pull/16209 Fixes [#16148 ](https://github.com/apache/druid/issues/16148) ### Description I have updated

Re: [PR] Refactor: Add common method in AbstractBatchIndexTask to create ingestion stats report (druid)

2024-03-26 Thread via GitHub
kfaraz commented on PR #16202: URL: https://github.com/apache/druid/pull/16202#issuecomment-2021827617 Thanks for the review, @abhishekrb19 ! I will try adding the suggested tests today. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Suggest resetting a supervisor when the topic is updated (druid)

2024-03-26 Thread via GitHub
kfaraz commented on code in PR #16208: URL: https://github.com/apache/druid/pull/16208#discussion_r1540412428 ## server/src/test/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinatorTest.java: ## @@ -935,7 +935,12 @@ public void

Re: [PR] Unifying GroupBy strategies and grouping on complex columns (druid)

2024-03-26 Thread via GitHub
LakshSingla commented on code in PR #16068: URL: https://github.com/apache/druid/pull/16068#discussion_r1540406635 ## processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/column/IdToDimensionConverter.java: ## @@ -0,0 +1,56 @@ +/* + * Licensed to the Apache

Re: [I] Configurable Query Metric Collection - Disable/Sample Metric Generation to reduce CPU load (druid)

2024-03-26 Thread via GitHub
github-actions[bot] closed issue #14327: Configurable Query Metric Collection - Disable/Sample Metric Generation to reduce CPU load URL: https://github.com/apache/druid/issues/14327 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] Configurable Query Metric Collection - Disable/Sample Metric Generation to reduce CPU load (druid)

2024-03-26 Thread via GitHub
github-actions[bot] commented on issue #14327: URL: https://github.com/apache/druid/issues/14327#issuecomment-2021694722 This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.

Re: [PR] Refactor: Add common method in AbstractBatchIndexTask to create ingestion stats report (druid)

2024-03-26 Thread via GitHub
abhishekrb19 commented on code in PR #16202: URL: https://github.com/apache/druid/pull/16202#discussion_r1540337797 ## indexing-service/src/main/java/org/apache/druid/indexing/common/task/batch/parallel/ParallelIndexSupervisorTask.java: ## @@ -1612,8 +1607,10 @@ private Pair,

[PR] Suggest resetting a supervisor when the topic is updated (druid)

2024-03-26 Thread via GitHub
abhishekrb19 opened a new pull request, #16208: URL: https://github.com/apache/druid/pull/16208 Updating the topic name for a supervisor results in the following error: ```text [java.lang.RuntimeException: Inconsistent metadata state. This can happen if you update input topic in a

Re: [PR] Fix up error handling in unusedSegments API. (druid)

2024-03-26 Thread via GitHub
kfaraz commented on code in PR #16206: URL: https://github.com/apache/druid/pull/16206#discussion_r1540383702 ## server/src/main/java/org/apache/druid/server/http/security/DatasourceResourceFilter.java: ## @@ -74,20 +72,11 @@ public ContainerRequest filter(ContainerRequest

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #16041: URL: https://github.com/apache/druid/pull/16041#discussion_r1539485807 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java: ## @@ -571,7 +572,11 @@ public TaskStatus runTask(final Closer

Re: [PR] Unifying GroupBy strategies and grouping on complex columns (druid)

2024-03-26 Thread via GitHub
LakshSingla commented on code in PR #16068: URL: https://github.com/apache/druid/pull/16068#discussion_r1538847396 ## processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/column/DimensionToIdConverter.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache

Re: [PR] Unifying GroupBy strategies and grouping on complex columns (druid)

2024-03-26 Thread via GitHub
LakshSingla commented on code in PR #16068: URL: https://github.com/apache/druid/pull/16068#discussion_r1538847396 ## processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/column/DimensionToIdConverter.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache

Re: [PR] Unifying GroupBy strategies and grouping on complex columns (druid)

2024-03-26 Thread via GitHub
LakshSingla commented on code in PR #16068: URL: https://github.com/apache/druid/pull/16068#discussion_r1538847396 ## processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/column/DimensionToIdConverter.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache

[PR] Refactor: Add common method in AbstractBatchIndexTask to create ingestion stats report (druid)

2024-03-26 Thread via GitHub
kfaraz opened a new pull request, #16202: URL: https://github.com/apache/druid/pull/16202 ### Changes - No functional changes - Add method `AbstractBatchIndexTask.buildIngestionStatsReport()` used in several batch tasks - Add utility method

Re: [PR] Unifying GroupBy strategies and grouping on complex columns (druid)

2024-03-26 Thread via GitHub
clintropolis commented on code in PR #16068: URL: https://github.com/apache/druid/pull/16068#discussion_r1538804829 ## processing/src/main/java/org/apache/druid/query/groupby/epinephelinae/column/DimensionToIdConverter.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
kfaraz commented on code in PR #16041: URL: https://github.com/apache/druid/pull/16041#discussion_r1539280851 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java: ## @@ -571,7 +572,11 @@ public TaskStatus runTask(final Closer closer)

Re: [PR] Window function on msq (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1538813795 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/indexing/error/TooManyRowsInAWindowFault.java: ## @@ -0,0 +1,81 @@ +/* + * Licensed to the

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #16041: URL: https://github.com/apache/druid/pull/16041#discussion_r1539434515 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java: ## @@ -571,7 +572,11 @@ public TaskStatus runTask(final Closer

Re: [PR] Avoid conversion to String in JsonReader, JsonNodeReader. (druid)

2024-03-26 Thread via GitHub
gianm merged PR #15693: URL: https://github.com/apache/druid/pull/15693 -- 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 master updated: Avoid conversion to String in JsonReader, JsonNodeReader. (#15693)

2024-03-26 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian 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 58a8a23243f Avoid conversion to String in

Re: [PR] Window function on msq (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1539472142 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/WindowOperatorQueryFrameProcessor.java: ## @@ -0,0 +1,544 @@ +/* + * Licensed to the

Re: [PR] Window function on msq (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1539478399 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/WindowOperatorQueryFrameProcessor.java: ## @@ -0,0 +1,544 @@ +/* + * Licensed to the

Re: [PR] Improve Task Monitoring and Analysis (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #16041: URL: https://github.com/apache/druid/pull/16041#discussion_r1539428750 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/exec/ControllerImpl.java: ## @@ -571,7 +572,11 @@ public TaskStatus runTask(final Closer

[PR] Bump express from 4.18.2 to 4.19.2 in /website (druid)

2024-03-26 Thread via GitHub
dependabot[bot] opened a new pull request, #16203: URL: https://github.com/apache/druid/pull/16203 Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from https://github.com/expressjs/express/releases;>express's releases.

Re: [PR] Bump axios, @docusaurus/core, @docusaurus/plugin-client-redirects and @docusaurus/preset-classic in /website (druid)

2024-03-26 Thread via GitHub
dependabot[bot] closed pull request #15391: Bump axios, @docusaurus/core, @docusaurus/plugin-client-redirects and @docusaurus/preset-classic in /website URL: https://github.com/apache/druid/pull/15391 -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] Bump axios, @docusaurus/core, @docusaurus/plugin-client-redirects and @docusaurus/preset-classic in /website (druid)

2024-03-26 Thread via GitHub
dependabot[bot] commented on PR #15391: URL: https://github.com/apache/druid/pull/15391#issuecomment-2020721481 Superseded by #16205. -- 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

(druid) branch dependabot/npm_and_yarn/website/axios-and-docusaurus/core-and-docusaurus/plugin-client-redirects-and-docusaurus/preset-classic-and-docusaurus/theme-mermaid--removed created (now bdf3dc8

2024-03-26 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/website/axios-and-docusaurus/core-and-docusaurus/plugin-client-redirects-and-docusaurus/preset-classic-and-docusaurus/theme-mermaid--removed in repository

[PR] Bump axios, @docusaurus/core, @docusaurus/plugin-client-redirects, @docusaurus/preset-classic and @docusaurus/theme-mermaid in /website (druid)

2024-03-26 Thread via GitHub
dependabot[bot] opened a new pull request, #16205: URL: https://github.com/apache/druid/pull/16205 Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependencies [axios](https://github.com/axios/axios),

(druid) branch dependabot/npm_and_yarn/website/axios-and-docusaurus/core-and-docusaurus/plugin-client-redirects-and-docusaurus/preset-classic-1.6.2 deleted (was 7431e67259d)

2024-03-26 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/website/axios-and-docusaurus/core-and-docusaurus/plugin-client-redirects-and-docusaurus/preset-classic-1.6.2 in repository

Re: [PR] Window function on msq (druid)

2024-03-26 Thread via GitHub
somu-imply commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1539472998 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/WindowOperatorQueryFrameProcessor.java: ## @@ -0,0 +1,544 @@ +/* + * Licensed to

Re: [PR] Window function on msq (druid)

2024-03-26 Thread via GitHub
somu-imply commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1539471820 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/WindowOperatorQueryFrameProcessor.java: ## @@ -0,0 +1,544 @@ +/* + * Licensed to

Re: [PR] Window function on msq (druid)

2024-03-26 Thread via GitHub
cryptoe commented on code in PR #15470: URL: https://github.com/apache/druid/pull/15470#discussion_r1539472142 ## extensions-core/multi-stage-query/src/main/java/org/apache/druid/msq/querykit/WindowOperatorQueryFrameProcessor.java: ## @@ -0,0 +1,544 @@ +/* + * Licensed to the

(druid) branch dependabot/npm_and_yarn/website/express-4.19.2 created (now 2f8ff6af5b9)

2024-03-26 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/website/express-4.19.2 in repository https://gitbox.apache.org/repos/asf/druid.git at 2f8ff6af5b9 Bump express from 4.18.2 to 4.19.2 in /website No new

(druid) branch dependabot/npm_and_yarn/web-console/express-4.19.2 created (now cfa9cf8f841)

2024-03-26 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/express-4.19.2 in repository https://gitbox.apache.org/repos/asf/druid.git at cfa9cf8f841 Bump express from 4.18.2 to 4.19.2 in /web-console No

[PR] Bump express from 4.18.2 to 4.19.2 in /web-console (druid)

2024-03-26 Thread via GitHub
dependabot[bot] opened a new pull request, #16204: URL: https://github.com/apache/druid/pull/16204 Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from https://github.com/expressjs/express/releases;>express's releases.

Re: [PR] Enhanced JsonInputFormatBenchmark. (druid)

2024-03-26 Thread via GitHub
gianm closed pull request #16188: Enhanced JsonInputFormatBenchmark. URL: https://github.com/apache/druid/pull/16188 -- 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

Re: [PR] Enhanced JsonInputFormatBenchmark. (druid)

2024-03-26 Thread via GitHub
gianm commented on PR #16188: URL: https://github.com/apache/druid/pull/16188#issuecomment-2020716166 No longer relevant since #15693 was merged. -- 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