Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
jackluo923 commented on code in PR #13003: URL: https://github.com/apache/pinot/pull/13003#discussion_r1584153044 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/utils/CsvParser.java: ## @@ -0,0 +1,62 @@ +/** + * Licensed to the Apache Software Foundation (ASF)

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
jackluo923 commented on code in PR #13003: URL: https://github.com/apache/pinot/pull/13003#discussion_r1584153320 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/TextIndexConfig.java: ## @@ -75,6 +82,15 @@ public TextIndexConfig(@JsonProperty("disabled")

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
jackluo923 commented on code in PR #13003: URL: https://github.com/apache/pinot/pull/13003#discussion_r1584152935 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/realtime/impl/invertedindex/RealtimeLuceneTextIndex.java: ## @@ -181,6 +192,27 @@ private

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
jackluo923 commented on code in PR #13003: URL: https://github.com/apache/pinot/pull/13003#discussion_r1584153480 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/store/TextIndexUtils.java: ## @@ -108,10 +113,141 @@ private static List

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
jackluo923 commented on code in PR #13003: URL: https://github.com/apache/pinot/pull/13003#discussion_r1584152494 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/store/TextIndexUtils.java: ## @@ -108,10 +113,141 @@ private static List

Re: [PR] Use more efficient variants of URLEncoder::encode and URLDecoder::decode [pinot]

2024-04-29 Thread via GitHub
codecov-commenter commented on PR #13030: URL: https://github.com/apache/pinot/pull/13030#issuecomment-2084387960 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13030?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

[PR] Use more efficient variants of URLEncoder::encode and URLDecoder::decode [pinot]

2024-04-29 Thread via GitHub
yashmayya opened a new pull request, #13030: URL: https://github.com/apache/pinot/pull/13030 - The [URLEncoder::encode(String, String)](https://docs.oracle.com/en%2Fjava%2Fjavase%2F11%2Fdocs%2Fapi%2F%2F/java.base/java/net/URLEncoder.html#encode(java.lang.String,java.lang.String)) and

Re: [PR] Use try-with-resources to close file walk stream in LocalPinotFS [pinot]

2024-04-29 Thread via GitHub
codecov-commenter commented on PR #13029: URL: https://github.com/apache/pinot/pull/13029#issuecomment-2084327415 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13029?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
lnbest0707-uber commented on PR #13003: URL: https://github.com/apache/pinot/pull/13003#issuecomment-2084323492 LGTM overall, echo Bill's style comments. Please help check, thanks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] Use try-with-resources to close file walk stream in LocalPinotFS [pinot]

2024-04-29 Thread via GitHub
yashmayya opened a new pull request, #13029: URL: https://github.com/apache/pinot/pull/13029 From the `File::walk` Javadoc: https://github.com/apache/pinot/assets/23502577/676b2873-7c74-4bdd-9e8e-c168a1cfacee;> -- This is an automated message from the Apache Git Service. To

Re: [I] Support new data type: `TimestampWithTimeZone` [pinot]

2024-04-29 Thread via GitHub
mghildiy commented on issue #13004: URL: https://github.com/apache/pinot/issues/13004#issuecomment-2084184217 @Jackie-Jiang , thanks for the lead. -- 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

Re: [PR] Allow user configurable regex library for queries [pinot]

2024-04-29 Thread via GitHub
deemoliu commented on PR #13005: URL: https://github.com/apache/pinot/pull/13005#issuecomment-2083901849 +1 on making this configurable in the first version. And this change, it will be easier for us to benchmark with different library. There are some known cases re2j doesn't

(pinot) branch test_build deleted (was 7b06b9f5c3)

2024-04-29 Thread jiaguo
This is an automated email from the ASF dual-hosted git repository. jiaguo pushed a change to branch test_build in repository https://gitbox.apache.org/repos/asf/pinot.git was 7b06b9f5c3 Issue #12367 (#12922) The revisions that were on this branch are still contained in other references;

(pinot) branch test_build created (now 7b06b9f5c3)

2024-04-29 Thread jiaguo
This is an automated email from the ASF dual-hosted git repository. jiaguo pushed a change to branch test_build in repository https://gitbox.apache.org/repos/asf/pinot.git at 7b06b9f5c3 Issue #12367 (#12922) No new revisions were added by this update.

Re: [I] Caused by: software.amazon.awssdk.services.s3.model.S3Exception: Access Denied (Service: S3, Status Code: 403, Request ID: DFM25B81QM9RZ2WX, Extended Request ID: 7vSTw22PgYLApWtVYc4blcMDFPRq1N

2024-04-29 Thread via GitHub
swaminathanmanish commented on issue #11446: URL: https://github.com/apache/pinot/issues/11446#issuecomment-2083847471 @wahab-io - Could you try the workaround suggested here ? https://apache-pinot.slack.com/archives/C011C9JHN7R/p1694409197833749 -- This is an automated message from

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1583822172 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ## @@ -135,14 +160,128 @@ protected

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1583818070 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ## @@ -419,4 +550,122 @@ public void

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1583790911 ## pinot-common/src/main/java/org/apache/pinot/common/response/BrokerResponse.java: ## @@ -123,6 +127,17 @@ String toJsonString() */ long

Re: [I] [Flaky test] CaseTransformFunctionTest. testCaseTransformFunctionWithIntResults() [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang closed issue #12367: [Flaky test] CaseTransformFunctionTest. testCaseTransformFunctionWithIntResults() URL: https://github.com/apache/pinot/issues/12367 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

(pinot) branch master updated: Issue #12367 (#12922)

2024-04-29 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 7b06b9f5c3 Issue #12367 (#12922) 7b06b9f5c3 is

Re: [PR] Issue #12367 testCaseTransformFunctionWithIntResults test fix [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #12922: URL: https://github.com/apache/pinot/pull/12922 -- 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] dynamic chunk sizing for v4 raw forward index [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #12945: URL: https://github.com/apache/pinot/pull/12945#discussion_r1583694418 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/ForwardIndexConfig.java: ## @@ -31,30 +31,46 @@ import

Re: [I] Support new data type: `TimestampWithTimeZone` [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on issue #13004: URL: https://github.com/apache/pinot/issues/13004#issuecomment-2083593634 @mghildiy It should be similar to how the `TIMESTAMP` data type is handled (you may search the usage of `DataType.TIMESTAMP`). We need to design the internal storage format

Re: [PR] Upgrade s3mock to 2.17.0 [pinot]

2024-04-29 Thread via GitHub
codecov-commenter commented on PR #13028: URL: https://github.com/apache/pinot/pull/13028#issuecomment-2083420302 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13028?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

Re: [PR] [Feature] Support configurable Lucene analyzer with args and configurable query parser [pinot]

2024-04-29 Thread via GitHub
Bill-hbrhbr commented on code in PR #13003: URL: https://github.com/apache/pinot/pull/13003#discussion_r1583243217 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/TextIndexConfig.java: ## @@ -75,6 +82,15 @@ public TextIndexConfig(@JsonProperty("disabled")

Re: [PR] Ensure all the lists used in PinotQuery are ArrayList [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #13017: URL: https://github.com/apache/pinot/pull/13017#discussion_r1583531976 ## pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java: ## @@ -89,12 +91,13 @@ public static void setOptions(SqlNodeAndOptions

Re: [I] API SQL not following format field configuration for timestamp/datetime fields [pinot]

2024-04-29 Thread via GitHub
estebanz01 commented on issue #12734: URL: https://github.com/apache/pinot/issues/12734#issuecomment-2083374646 hi @hpvd it did solved my issue, but I don't think this issue should be closed. Shouldn't the format field tell the engine how to render properly the info? -- This is an

Re: [PR] Ensure all the lists used in PinotQuery are ArrayList [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #13017: URL: https://github.com/apache/pinot/pull/13017#discussion_r1583521074 ## pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java: ## @@ -301,6 +304,43 @@ public static Expression

Re: [PR] Upgrade jna to version 5.14.0 for Mac M1/M2 local execution support [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on code in PR #13018: URL: https://github.com/apache/pinot/pull/13018#discussion_r1583516981 ## pinot-plugins/pinot-file-system/pinot-adls/pom.xml: ## @@ -67,12 +67,12 @@ net.java.dev.jna jna-platform -5.14.0 +

Re: [PR] Ensure all the lists used in PinotQuery are ArrayList [pinot]

2024-04-29 Thread via GitHub
klsince commented on code in PR #13017: URL: https://github.com/apache/pinot/pull/13017#discussion_r1583511926 ## pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java: ## @@ -89,12 +91,13 @@ public static void setOptions(SqlNodeAndOptions

Re: [PR] Ensure all the lists used in PinotQuery are ArrayList [pinot]

2024-04-29 Thread via GitHub
klsince commented on code in PR #13017: URL: https://github.com/apache/pinot/pull/13017#discussion_r1583506074 ## pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java: ## @@ -301,6 +304,43 @@ public static Expression getLiteralExpression(Object

(pinot) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.16.0 deleted (was 66edabcb32)

2024-04-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.16.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 66edabcb32 Bump com.puppycrawl.tools:checkstyle from 10.15.0 to

(pinot) branch master updated (bdfb34a4b8 -> 14651a2fef)

2024-04-29 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 bdfb34a4b8 Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (#13025) add 14651a2fef Bump

Re: [PR] Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #13027: URL: https://github.com/apache/pinot/pull/13027 -- 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:

(pinot) branch dependabot/maven/com.adobe.testing-s3mock-testcontainers-3.7.1 deleted (was 21a2d8d007)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.adobe.testing-s3mock-testcontainers-3.7.1 in repository https://gitbox.apache.org/repos/asf/pinot.git was 21a2d8d007 Bump com.adobe.testing:s3mock-testcontainers

Re: [PR] Bump com.adobe.testing:s3mock-testcontainers from 2.12.2 to 3.7.1 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] commented on PR #13026: URL: https://github.com/apache/pinot/pull/13026#issuecomment-2083350563 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version,

Re: [PR] Bump com.adobe.testing:s3mock-testcontainers from 2.12.2 to 3.7.1 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang commented on PR #13026: URL: https://github.com/apache/pinot/pull/13026#issuecomment-2083350477 Doesn't work with java 11 -- 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

Re: [PR] Bump com.adobe.testing:s3mock-testcontainers from 2.12.2 to 3.7.1 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang closed pull request #13026: Bump com.adobe.testing:s3mock-testcontainers from 2.12.2 to 3.7.1 URL: https://github.com/apache/pinot/pull/13026 -- 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

Re: [PR] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #13025: URL: https://github.com/apache/pinot/pull/13025 -- 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:

(pinot) branch master updated (2a7f320593 -> e2cadfabf1)

2024-04-29 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 2a7f320593 Bump aws.sdk.version from 2.25.39 to 2.25.40 (#13022) add e2cadfabf1 Bump

(pinot) branch dependabot/maven/org.apache.datasketches-datasketches-java-6.0.0 deleted (was d94b64cd22)

2024-04-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.apache.datasketches-datasketches-java-6.0.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was d94b64cd22 Bump org.apache.datasketches:datasketches-java

(pinot) branch dependabot/maven/com.google.errorprone-error_prone_annotations-2.27.0 deleted (was 02f77bd78c)

2024-04-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/com.google.errorprone-error_prone_annotations-2.27.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 02f77bd78c Bump

(pinot) branch master updated (fc967d0d15 -> 2a7f320593)

2024-04-29 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 fc967d0d15 Bump org.testng:testng from 7.10.1 to 7.10.2 (#13021) add 2a7f320593 Bump aws.sdk.version from 2.25.39

(pinot) branch dependabot/maven/aws.sdk.version-2.25.40 deleted (was 422d312661)

2024-04-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/aws.sdk.version-2.25.40 in repository https://gitbox.apache.org/repos/asf/pinot.git was 422d312661 Bump aws.sdk.version from 2.25.39 to 2.25.40 The revisions that were on

Re: [PR] Bump aws.sdk.version from 2.25.39 to 2.25.40 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #13022: URL: https://github.com/apache/pinot/pull/13022 -- 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:

(pinot) branch master updated (bbf63c7d72 -> bdfb34a4b8)

2024-04-29 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 bbf63c7d72 Bump org.apache.datasketches:datasketches-java from 5.0.2 to 6.0.0 (#13024) add bdfb34a4b8 Bump

(pinot) branch master updated (e2cadfabf1 -> bbf63c7d72)

2024-04-29 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 e2cadfabf1 Bump com.google.errorprone:error_prone_annotations from 2.26.1 to 2.27.0 (#13023) add bbf63c7d72 Bump

Re: [PR] Bump org.apache.datasketches:datasketches-java from 5.0.2 to 6.0.0 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #13024: URL: https://github.com/apache/pinot/pull/13024 -- 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:

(pinot) branch dependabot/maven/commons-codec-commons-codec-1.17.0 deleted (was 62e8b8ab96)

2024-04-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/commons-codec-commons-codec-1.17.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 62e8b8ab96 Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 The

Re: [PR] Bump com.google.errorprone:error_prone_annotations from 2.26.1 to 2.27.0 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #13023: URL: https://github.com/apache/pinot/pull/13023 -- 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:

(pinot) branch dependabot/maven/org.testng-testng-7.10.2 deleted (was 1950c030b0)

2024-04-29 Thread jackie
This is an automated email from the ASF dual-hosted git repository. jackie pushed a change to branch dependabot/maven/org.testng-testng-7.10.2 in repository https://gitbox.apache.org/repos/asf/pinot.git was 1950c030b0 Bump org.testng:testng from 7.10.1 to 7.10.2 The revisions that were on

(pinot) branch master updated (0be51ca955 -> fc967d0d15)

2024-04-29 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 0be51ca955 Allow apply both environment variables and system properties to user and table configs, Environment

Re: [PR] Bump org.testng:testng from 7.10.1 to 7.10.2 [pinot]

2024-04-29 Thread via GitHub
Jackie-Jiang merged PR #13021: URL: https://github.com/apache/pinot/pull/13021 -- 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: [I] [multistage] Subqueries return different results depending on where clause [pinot]

2024-04-29 Thread via GitHub
gortiz commented on issue #12949: URL: https://github.com/apache/pinot/issues/12949#issuecomment-2083019949 We are pretty blind here given we don't know in which stage the extra rows are being generated. @RalfJL could you compile and run your case with the code I have in

Re: [I] Use Foreign Memory API, introduced in Java 22 [pinot]

2024-04-29 Thread via GitHub
gortiz commented on issue #12809: URL: https://github.com/apache/pinot/issues/12809#issuecomment-2082757464 > why cant we use reflection as discussed in para 1 [here](https://maven.apache.org/plugins/maven-compiler-plugin/multirelease.html#the-forward-compatibility-solution)? What do

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on PR #12704: URL: https://github.com/apache/pinot/pull/12704#issuecomment-2082719975 > Is it possible to break this PR into smaller ones? Currently it covers too many topics and is hard to track all the changes I can try, but I think most of the topics are related.

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1583055716 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ## @@ -135,14 +160,128 @@ protected

Re: [PR] [WIP] Move offset validation logic to consumer classes" [pinot]

2024-04-29 Thread via GitHub
KKcorps commented on PR #13015: URL: https://github.com/apache/pinot/pull/13015#issuecomment-2082652122 > There is no guarantee we can always detect gap with start offset and batch first offset, especially after we introduce the exclusive start offset concept. Seems like we still want to

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1583030085 ## pinot-common/src/main/java/org/apache/pinot/common/datablock/MetadataBlock.java: ## @@ -36,108 +39,129 @@ */ public class MetadataBlock extends BaseDataBlock {

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1582896361 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ## @@ -135,14 +160,128 @@ protected

[PR] Bump com.puppycrawl.tools:checkstyle from 10.15.0 to 10.16.0 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13027: URL: https://github.com/apache/pinot/pull/13027 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.15.0 to 10.16.0. Release notes Sourced from

(pinot) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.16.0 created (now 66edabcb32)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.16.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at 66edabcb32 Bump com.puppycrawl.tools:checkstyle from 10.15.0 to

(pinot) branch dependabot/maven/com.adobe.testing-s3mock-testcontainers-3.7.1 created (now 21a2d8d007)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.adobe.testing-s3mock-testcontainers-3.7.1 in repository https://gitbox.apache.org/repos/asf/pinot.git at 21a2d8d007 Bump com.adobe.testing:s3mock-testcontainers

(pinot) branch dependabot/maven/commons-codec-commons-codec-1.17.0 created (now 62e8b8ab96)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/commons-codec-commons-codec-1.17.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at 62e8b8ab96 Bump commons-codec:commons-codec from 1.16.1 to 1.17.0

[PR] Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13025: URL: https://github.com/apache/pinot/pull/13025 Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.0. Changelog Sourced from

[PR] Bump org.apache.datasketches:datasketches-java from 5.0.2 to 6.0.0 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13024: URL: https://github.com/apache/pinot/pull/13024 Bumps org.apache.datasketches:datasketches-java from 5.0.2 to 6.0.0. [![Dependabot compatibility

[PR] Bump aws.sdk.version from 2.25.39 to 2.25.40 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13022: URL: https://github.com/apache/pinot/pull/13022 Bumps `aws.sdk.version` from 2.25.39 to 2.25.40. Updates `software.amazon.awssdk:bom` from 2.25.39 to 2.25.40 Updates `software.amazon.awssdk:apache-client` from 2.25.39 to 2.25.40

[PR] Bump com.adobe.testing:s3mock-testcontainers from 2.12.2 to 3.7.1 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13026: URL: https://github.com/apache/pinot/pull/13026 Bumps com.adobe.testing:s3mock-testcontainers from 2.12.2 to 3.7.1. [![Dependabot compatibility

(pinot) branch dependabot/maven/org.apache.datasketches-datasketches-java-6.0.0 created (now d94b64cd22)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.apache.datasketches-datasketches-java-6.0.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at d94b64cd22 Bump

(pinot) branch dependabot/maven/com.google.errorprone-error_prone_annotations-2.27.0 created (now 02f77bd78c)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/com.google.errorprone-error_prone_annotations-2.27.0 in repository https://gitbox.apache.org/repos/asf/pinot.git at 02f77bd78c Bump

[PR] Bump com.google.errorprone:error_prone_annotations from 2.26.1 to 2.27.0 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13023: URL: https://github.com/apache/pinot/pull/13023 Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.26.1 to 2.27.0. Release notes Sourced from

(pinot) branch dependabot/maven/aws.sdk.version-2.25.40 created (now 422d312661)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/aws.sdk.version-2.25.40 in repository https://gitbox.apache.org/repos/asf/pinot.git at 422d312661 Bump aws.sdk.version from 2.25.39 to 2.25.40 No new revisions were

(pinot) branch dependabot/maven/org.testng-testng-7.10.2 created (now 1950c030b0)

2024-04-29 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/org.testng-testng-7.10.2 in repository https://gitbox.apache.org/repos/asf/pinot.git at 1950c030b0 Bump org.testng:testng from 7.10.1 to 7.10.2 No new revisions were

[PR] Bump org.testng:testng from 7.10.1 to 7.10.2 [pinot]

2024-04-29 Thread via GitHub
dependabot[bot] opened a new pull request, #13021: URL: https://github.com/apache/pinot/pull/13021 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.10.1 to 7.10.2. Release notes Sourced from https://github.com/testng-team/testng/releases;>org.testng:testng's

Re: [PR] DRAFT: Adding SHOW TABLES/DESCRIBE table support [pinot]

2024-04-29 Thread via GitHub
aadilkhalifa commented on code in PR #12537: URL: https://github.com/apache/pinot/pull/12537#discussion_r1582877639 ## pinot-common/src/main/codegen/includes/parserImpls.ftl: ## @@ -109,3 +109,14 @@ SqlNode SqlPhysicalExplain() : nDynamicParams); } } +SqlNode

Re: [PR] DRAFT: Adding SHOW TABLES/DESCRIBE table support [pinot]

2024-04-29 Thread via GitHub
aadilkhalifa commented on code in PR #12537: URL: https://github.com/apache/pinot/pull/12537#discussion_r1582876981 ## pinot-common/src/thrift/query.thrift: ## @@ -32,6 +32,8 @@ struct PinotQuery { 11: optional map queryOptions; 12: optional bool explain; 13: optional

Re: [PR] Enhancement: Sketch value aggregator performance [pinot]

2024-04-29 Thread via GitHub
codecov-commenter commented on PR #13020: URL: https://github.com/apache/pinot/pull/13020#issuecomment-2082425755 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/13020?dropdown=coverage=pr=h1_medium=referral_source=github_content=comment_campaign=pr+comments_term=apache) Report

[PR] Enhancement: Sketch value aggregator performance [pinot]

2024-04-29 Thread via GitHub
davecromberge opened a new pull request, #13020: URL: https://github.com/apache/pinot/pull/13020 This addresses excessive resource consumption and performance problems with the following Apache Datasketches value aggregators: - Theta - CPC - Tuple (Integer) When merging

Re: [I] [multistage] Subqueries return different results depending on where clause [pinot]

2024-04-29 Thread via GitHub
RalfJL commented on issue #12949: URL: https://github.com/apache/pinot/issues/12949#issuecomment-2082309994 Thanks for the query. I can confirm that it returns the same amount of records as the query ``` select a.acctuniquesessionid, a.acctstatustype, a.ts, b.acctstatustype, b.ts,

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1582735688 ## pinot-common/src/main/java/org/apache/pinot/common/response/BrokerResponse.java: ## @@ -123,6 +127,17 @@ String toJsonString() */ long

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1582764851 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/LeafStageTransferableBlockOperator.java: ## @@ -419,4 +550,122 @@ public void

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1582735688 ## pinot-common/src/main/java/org/apache/pinot/common/response/BrokerResponse.java: ## @@ -123,6 +127,17 @@ String toJsonString() */ long

Re: [PR] Multi stage stats [pinot]

2024-04-29 Thread via GitHub
gortiz commented on code in PR #12704: URL: https://github.com/apache/pinot/pull/12704#discussion_r1582728941 ## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java: ## @@ -798,7 +798,6 @@ protected BrokerResponse handleRequest(long