[pinot] branch master updated (1b94818311 -> bc07eb8e7f)

2023-09-20 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 1b94818311 Simplify kafka build and remove old kafka 0.9 files (#11638) add bc07eb8e7f update maven-jar-plugin an

[GitHub] [pinot] xiangfu0 merged pull request #11637: clean up maven-jar-plugin and maven-enforcer-plugin version in pom

2023-09-20 Thread via GitHub
xiangfu0 merged PR #11637: URL: https://github.com/apache/pinot/pull/11637 -- 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.apa

[pinot] branch master updated: Simplify kafka build and remove old kafka 0.9 files (#11638)

2023-09-20 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu 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 1b94818311 Simplify kafka build and remove old k

[GitHub] [pinot] xiangfu0 merged pull request #11638: Simplify kafka build and remove old kafka 0.9 files

2023-09-20 Thread via GitHub
xiangfu0 merged PR #11638: URL: https://github.com/apache/pinot/pull/11638 -- 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.apa

[GitHub] [pinot] siddharthteotia commented on pull request #11575: Add metrics to export netty direct memory used and max

2023-09-20 Thread via GitHub
siddharthteotia commented on PR #11575: URL: https://github.com/apache/pinot/pull/11575#issuecomment-1728711178 It looks like the "periodic" update is now done when channel is initialized ? If so, that is not enough imo to see the trend line and may give an outdated picture ? Possi

[GitHub] [pinot] yupeng9 commented on a diff in pull request #11604: JSON index: Add support for ignoring values longer than a given length.

2023-09-20 Thread via GitHub
yupeng9 commented on code in PR #11604: URL: https://github.com/apache/pinot/pull/11604#discussion_r1332380087 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/realtime/impl/json/MutableJsonIndexImpl.java: ## @@ -106,8 +106,11 @@ private void addFlattenedRecor

[pinot] branch master updated: Fix NPE in SingleColumnKeySelector (#11644)

2023-09-20 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 09c138503b Fix NPE in SingleColumnKeySelector (#1

[GitHub] [pinot] Jackie-Jiang merged pull request #11644: Fix NPE in SingleColumnKeySelector

2023-09-20 Thread via GitHub
Jackie-Jiang merged PR #11644: URL: https://github.com/apache/pinot/pull/11644 -- 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

[GitHub] [pinot] Jackie-Jiang commented on pull request #11635: [cleanup] remove LLCSegmentName getTableName

2023-09-20 Thread via GitHub
Jackie-Jiang commented on PR #11635: URL: https://github.com/apache/pinot/pull/11635#issuecomment-1728676673 Hmm, do you want to allow pushing segments to a different table? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pinot] Jackie-Jiang commented on issue #10697: double NaN as default value can massivly expand off heap mutable dictionary

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #10697: URL: https://github.com/apache/pinot/issues/10697#issuecomment-1728675910 I feel we should just reject `NaN` for now. Dictionary binary search might also fail. To reject it, we can add a check in `FieldSpec.getDefaultNullValue()`, and in the record

[GitHub] [pinot] codecov-commenter commented on pull request #11644: Fix NPE in SingleColumnKeySelector

2023-09-20 Thread via GitHub
codecov-commenter commented on PR #11644: URL: https://github.com/apache/pinot/pull/11644#issuecomment-1728675862 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11644?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] Jackie-Jiang commented on issue #10712: Add support for table alias for ease of replacing a table

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #10712: URL: https://github.com/apache/pinot/issues/10712#issuecomment-1728669933 @egalpin To achieve that, we need to introduce logical table concept, where one logical table can point to multiple physical tables. It is no longer a simple alias (alias is one

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #11590: Remove/Deprecate HLC handling code

2023-09-20 Thread via GitHub
Jackie-Jiang commented on code in PR #11590: URL: https://github.com/apache/pinot/pull/11590#discussion_r1332365316 ## pinot-common/src/main/java/org/apache/pinot/common/utils/SegmentName.java: ## @@ -18,80 +18,16 @@ */ package org.apache.pinot.common.utils; -public abstrac

[GitHub] [pinot] Jackie-Jiang commented on pull request #11568: Add integration test for rebalance in upsert tables

2023-09-20 Thread via GitHub
Jackie-Jiang commented on PR #11568: URL: https://github.com/apache/pinot/pull/11568#issuecomment-1728665255 @klsince Can you help review this test? -- 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 t

[GitHub] [pinot] Jackie-Jiang commented on issue #11631: Documentation for argmax/argmin is inconsistent with actual function name exprmax/exprmin

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #11631: URL: https://github.com/apache/pinot/issues/11631#issuecomment-1728662826 @jasperjiaguo Can you help take a look? Seems we are mix-using them in a lot of places, even in the code -- This is an automated message from the Apache Git Service. To respon

[GitHub] [pinot] Jackie-Jiang commented on issue #11622: jawuery datatable vulnerability in Pinot 1.0.0

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #11622: URL: https://github.com/apache/pinot/issues/11622#issuecomment-1728660555 Thanks for reporting this! Do you want to help contribute a fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #11604: JSON index: Add support for ignoring values longer than a given length.

2023-09-20 Thread via GitHub
Jackie-Jiang commented on code in PR #11604: URL: https://github.com/apache/pinot/pull/11604#discussion_r1332359396 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/realtime/impl/json/MutableJsonIndexImpl.java: ## @@ -106,8 +106,11 @@ private void addFlattened

[GitHub] [pinot] Jackie-Jiang commented on issue #11629: Columns with CAST in the select statement are return as OBJECT data types in the resultSet

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #11629: URL: https://github.com/apache/pinot/issues/11629#issuecomment-1728657739 That involves some implementation details. If the `CAST` is applied to a column (not aggregate function), it will be solved with `CastTransformFunction`, where the return type c

[GitHub] [pinot] Jackie-Jiang commented on pull request #11555: Add more array scalar functions

2023-09-20 Thread via GitHub
Jackie-Jiang commented on PR #11555: URL: https://github.com/apache/pinot/pull/11555#issuecomment-1728655545 @xiangfu0 there are still pending comments @wirybeaver Can you address the pending comments in a separate PR? -- This is an automated message from the Apache Git Service. To

[GitHub] [pinot] Jackie-Jiang commented on issue #11543: Queries that involve string timestamps do not work properly unless the string is singled quoted

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #11543: URL: https://github.com/apache/pinot/issues/11543#issuecomment-1728653363 > Uff that is a very misleading parsing, specially given the fact that the server knows that this field is a string: shouldn't the schema play a role here? If I am filtering on

[GitHub] [pinot] Jackie-Jiang opened a new pull request, #11644: Fix NPE in SingleColumnKeySelector

2023-09-20 Thread via GitHub
Jackie-Jiang opened a new pull request, #11644: URL: https://github.com/apache/pinot/pull/11644 (no comment) -- 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,

[pinot] branch master updated: Simplify authrozation for table config get (#11640)

2023-09-20 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 a96e36eecd Simplify authrozation for table config

[GitHub] [pinot] Jackie-Jiang merged pull request #11640: Simplify authorization for table config get

2023-09-20 Thread via GitHub
Jackie-Jiang merged PR #11640: URL: https://github.com/apache/pinot/pull/11640 -- 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

[GitHub] [pinot] swaminathanmanish commented on pull request #11643: 0.13.0 st.98.5

2023-09-20 Thread via GitHub
swaminathanmanish commented on PR #11643: URL: https://github.com/apache/pinot/pull/11643#issuecomment-1728597573 This was created by mistake. Closing it. -- 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 t

[GitHub] [pinot] swaminathanmanish closed pull request #11643: 0.13.0 st.98.5

2023-09-20 Thread via GitHub
swaminathanmanish closed pull request #11643: 0.13.0 st.98.5 URL: https://github.com/apache/pinot/pull/11643 -- 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-m

[GitHub] [pinot] swaminathanmanish opened a new pull request, #11643: 0.13.0 st.98.5

2023-09-20 Thread via GitHub
swaminathanmanish opened a new pull request, #11643: URL: https://github.com/apache/pinot/pull/11643 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

[GitHub] [pinot] xiangfu0 commented on pull request #11591: Throw exception when schema name doesn't match table name during table creation

2023-09-20 Thread via GitHub
xiangfu0 commented on PR #11591: URL: https://github.com/apache/pinot/pull/11591#issuecomment-1728564842 > > > I have a more general question on this PR. Should this PR not include places in pinot-spi where we can throw exception if a client tries to create a table config that does not have

[GitHub] [pinot] codecov-commenter commented on pull request #11640: Simplify authorization for table config get

2023-09-20 Thread via GitHub
codecov-commenter commented on PR #11640: URL: https://github.com/apache/pinot/pull/11640#issuecomment-1728556445 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11640?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] xiangfu0 closed pull request #11641: Find next available port when start test servers in ClusterTest

2023-09-20 Thread via GitHub
xiangfu0 closed pull request #11641: Find next available port when start test servers in ClusterTest URL: https://github.com/apache/pinot/pull/11641 -- 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

[GitHub] [pinot] adriens opened a new issue, #11642: :scroll: Provide a release polici :calendar:

2023-09-20 Thread via GitHub
adriens opened a new issue, #11642: URL: https://github.com/apache/pinot/issues/11642 # :grey_question: About I'm a [`endoflife.date`](https://endoflife.date/) contributor, and I wold like to add Apache Pinot next to [Apacke Kafka](https://endoflife.date/apache-kafka) to manage its m

[GitHub] [pinot] xiangfu0 opened a new pull request, #11641: Find next available port when start test servers in ClusterTest

2023-09-20 Thread via GitHub
xiangfu0 opened a new pull request, #11641: URL: https://github.com/apache/pinot/pull/11641 https://github.com/apache/pinot/actions/runs/6254563237/job/16982357903?pr=11638 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pinot] Jackie-Jiang opened a new pull request, #11640: Simplify authorization for table config get

2023-09-20 Thread via GitHub
Jackie-Jiang opened a new pull request, #11640: URL: https://github.com/apache/pinot/pull/11640 Minor improvement on top of #11621 -- 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 co

[GitHub] [pinot] codecov-commenter commented on pull request #11638: Simplify kafka build and remove old kafka 0.9 files

2023-09-20 Thread via GitHub
codecov-commenter commented on PR #11638: URL: https://github.com/apache/pinot/pull/11638#issuecomment-1728520584 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11638?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] Ferix9288 opened a new issue, #11639: MultiStage Engine Fails to Parse Table Names with `-` (Dash)

2023-09-20 Thread via GitHub
Ferix9288 opened a new issue, #11639: URL: https://github.com/apache/pinot/issues/11639 For us, we utilize UUIDs as Pinot table names. V1 engine works and supports it just fine but looks like V2 crashes and burns with the following error: ``` [ { "message": "SQLParsingE

[GitHub] [pinot] codecov-commenter commented on pull request #11637: clean up maven-jar-plugin and maven-enforcer-plugin version in pom

2023-09-20 Thread via GitHub
codecov-commenter commented on PR #11637: URL: https://github.com/apache/pinot/pull/11637#issuecomment-1728513437 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11637?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #11258: fix fromDateTime malform handling

2023-09-20 Thread via GitHub
Jackie-Jiang commented on code in PR #11258: URL: https://github.com/apache/pinot/pull/11258#discussion_r1332240656 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/DateTimeFunctions.java: ## @@ -491,7 +492,7 @@ public static String[] toDateTimeMV(long[] mil

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #11258: fix fromDateTime malform handling

2023-09-20 Thread via GitHub
Jackie-Jiang commented on code in PR #11258: URL: https://github.com/apache/pinot/pull/11258#discussion_r1332240383 ## pinot-common/src/main/java/org/apache/pinot/common/function/DateTimePatternHandler.java: ## @@ -35,15 +35,23 @@ private DateTimePatternHandler() { */ pub

[GitHub] [pinot] Jackie-Jiang commented on issue #11626: Helix Incorrectly Reports Pending Messages (potentially)

2023-09-20 Thread via GitHub
Jackie-Jiang commented on issue #11626: URL: https://github.com/apache/pinot/issues/11626#issuecomment-1728502838 Is this metric emitted by Pinot or Helix? -- 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] [pinot] xiangfu0 opened a new pull request, #11638: Simplify kafka build and remove old kafka 0.9 files

2023-09-20 Thread via GitHub
xiangfu0 opened a new pull request, #11638: URL: https://github.com/apache/pinot/pull/11638 1. Directly set `kafka.version` to 2.0 2. Remove kafka 0.9 related files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [pinot] xiangfu0 opened a new pull request, #11637: update maven-jar-plugin and maven-enforcer-plugin version

2023-09-20 Thread via GitHub
xiangfu0 opened a new pull request, #11637: URL: https://github.com/apache/pinot/pull/11637 Update `maven-jar-plugin` and `maven-enforcer-plugin` version across all the components. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [pinot] codecov-commenter commented on pull request #11462: upgrade testng version to 7.8.0

2023-09-20 Thread via GitHub
codecov-commenter commented on PR #11462: URL: https://github.com/apache/pinot/pull/11462#issuecomment-1728456609 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11462?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[GitHub] [pinot] xiangfu0 commented on pull request #4567: Add integration test for ControllerLeaderLocator

2023-09-20 Thread via GitHub
xiangfu0 commented on PR #4567: URL: https://github.com/apache/pinot/pull/4567#issuecomment-172871 @jackjlli any reason we put this test in `pinot-integration-tests` module but a different package? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pinot] egalpin commented on issue #11464: Consider leveraging inverted index to augment time range index performance

2023-09-20 Thread via GitHub
egalpin commented on issue #11464: URL: https://github.com/apache/pinot/issues/11464#issuecomment-1728415468 Before and after using the above technique for a workload where every query uses a date range filter: https://github.com/apache/pinot/assets/7582748/91d0b10a-a886-4926-b459-a6b

[pinot-site] branch dev updated: fixing marks url (#87)

2023-09-20 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/pinot-site.git The following commit(s) were added to refs/heads/dev by this push: new ed868851 fixing marks url (#87) ed868851 is descr

[GitHub] [pinot-site] xiangfu0 merged pull request #87: fixing marks url

2023-09-20 Thread via GitHub
xiangfu0 merged PR #87: URL: https://github.com/apache/pinot-site/pull/87 -- 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] deemoliu commented on a diff in pull request #11346: Add hyperLogLogPlus aggregation function for distinct count

2023-09-20 Thread via GitHub
deemoliu commented on code in PR #11346: URL: https://github.com/apache/pinot/pull/11346#discussion_r1332156424 ## pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountHLLPlusAggregationFunction.java: ## @@ -0,0 +1,469 @@ +/** + * Licensed to th

[GitHub] [pinot-site] hdulay commented on pull request #87: fixing marks url

2023-09-20 Thread via GitHub
hdulay commented on PR #87: URL: https://github.com/apache/pinot-site/pull/87#issuecomment-1728385625 @mayankshriv Can you approve and merge? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [pinot] ankitsultana opened a new issue, #11636: Concurrent Offline Table Segment Uploads Can Lead to Error State

2023-09-20 Thread via GitHub
ankitsultana opened a new issue, #11636: URL: https://github.com/apache/pinot/issues/11636 For two of our use-cases we started seeing weird segment in error state issues recently and on debugging we found that it is because of the fact that uploading offline table segments concurrently acro

[GitHub] [pinot] walterddr commented on pull request #11611: UI: add toggle to hide/show query exceptions

2023-09-20 Thread via GitHub
walterddr commented on PR #11611: URL: https://github.com/apache/pinot/pull/11611#issuecomment-1728373116 > > do i need to do something to enable this? i compiled with latest pinot-controller module and it is still showing plain exception without the toggle > > It should work, can yo

[GitHub] [pinot] walterddr commented on a diff in pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11630: URL: https://github.com/apache/pinot/pull/11630#discussion_r1332130606 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/JoinNode.java: ## @@ -94,24 +92,24 @@ public T visit(PlanNodeVisitor visitor, C context

[GitHub] [pinot] walterddr commented on a diff in pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11630: URL: https://github.com/apache/pinot/pull/11630#discussion_r1332130606 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/plannode/JoinNode.java: ## @@ -94,24 +92,24 @@ public T visit(PlanNodeVisitor visitor, C context

[GitHub] [pinot] walterddr commented on a diff in pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11630: URL: https://github.com/apache/pinot/pull/11630#discussion_r1332128451 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/partitioning/KeySelectorFactory.java: ## @@ -0,0 +1,42 @@ +/** + * Licensed to the Apache Software

[GitHub] [pinot] walterddr commented on a diff in pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11630: URL: https://github.com/apache/pinot/pull/11630#discussion_r1332127248 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/colocated/GreedyShuffleRewriteVisitor.java: ## @@ -190,23 +191,24 @@ public Set visitMai

[GitHub] [pinot] ankitsultana commented on issue #11633: Remove the `pinotFS.listFiles()` from the core commit protocol path

2023-09-20 Thread via GitHub
ankitsultana commented on issue #11633: URL: https://github.com/apache/pinot/issues/11633#issuecomment-1728340732 @snleee : We had hit this exact issue and we just recently did this: https://github.com/apache/pinot/pull/10815 Here's the sort of design doc I had raised a while back ht

[GitHub] [pinot] ankitsultana commented on pull request #11625: Force FileChannel to commit data to disk

2023-09-20 Thread via GitHub
ankitsultana commented on PR #11625: URL: https://github.com/apache/pinot/pull/11625#issuecomment-1728331278 @Jackie-Jiang : can you help run unit-tests on this PR? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [pinot] codecov-commenter commented on pull request #11634: Make integration tests using test suites

2023-09-20 Thread via GitHub
codecov-commenter commented on PR #11634: URL: https://github.com/apache/pinot/pull/11634#issuecomment-1728330093 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11634?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) R

[pinot] branch master updated: Handle interrupt gracefully for Lucene mutable index (#11558)

2023-09-20 Thread siddteotia
This is an automated email from the ASF dual-hosted git repository. siddteotia 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 9bcbef80cc Handle interrupt gracefully for Lu

[GitHub] [pinot] siddharthteotia merged pull request #11558: Handle interrupt gracefully for Lucene mutable index

2023-09-20 Thread via GitHub
siddharthteotia merged PR #11558: URL: https://github.com/apache/pinot/pull/11558 -- 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...@pi

[GitHub] [pinot-site] hdulay opened a new pull request, #87: fixing marks url

2023-09-20 Thread via GitHub
hdulay opened a new pull request, #87: URL: https://github.com/apache/pinot-site/pull/87 All of Mark Needham's profile URLs are wrong. https://www.linkedin.com/in/markhneedham/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [pinot] walterddr opened a new pull request, #11635: [cleanup] remove LLCSegmentName getTableName

2023-09-20 Thread via GitHub
walterddr opened a new pull request, #11635: URL: https://github.com/apache/pinot/pull/11635 table name should not be derived from SegmentName. -- 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 th

[GitHub] [pinot] xiangfu0 opened a new pull request, #11634: Make integration tests using test suites

2023-09-20 Thread via GitHub
xiangfu0 opened a new pull request, #11634: URL: https://github.com/apache/pinot/pull/11634 Split integration tests into two suites: `integration-suite-1` and `integration-suite-2` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [pinot] jvenant commented on issue #10697: double NaN as default value can massivly expand off heap mutable dictionary

2023-09-20 Thread via GitHub
jvenant commented on issue #10697: URL: https://github.com/apache/pinot/issues/10697#issuecomment-1728195024 I think this bug can be very dangerous. Maybe waiting for a good NaN management, we could reject schemas in case on NaN default...? -- This is an automated message from the Apache

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
Jackie-Jiang commented on code in PR #11630: URL: https://github.com/apache/pinot/pull/11630#discussion_r1331949272 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/colocated/GreedyShuffleRewriteVisitor.java: ## @@ -190,23 +191,24 @@ public Set visit

[pinot] branch master updated: Optimize group-by and join for single key scenario (#11630)

2023-09-20 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 f6cb672980 Optimize group-by and join for single

[GitHub] [pinot] Jackie-Jiang merged pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
Jackie-Jiang merged PR #11630: URL: https://github.com/apache/pinot/pull/11630 -- 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

[GitHub] [pinot] walterddr commented on a diff in pull request #11457: Turn on expand identifier in SqlValidator config

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11457: URL: https://github.com/apache/pinot/pull/11457#discussion_r1331946223 ## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java: ## @@ -529,6 +529,28 @@ public void testBase64Func()

[GitHub] [pinot] walterddr commented on a diff in pull request #11457: Turn on expand identifier in SqlValidator config

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11457: URL: https://github.com/apache/pinot/pull/11457#discussion_r1331946223 ## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java: ## @@ -529,6 +529,28 @@ public void testBase64Func()

[GitHub] [pinot] egalpin commented on issue #10712: Add support for table alias for ease of replacing a table

2023-09-20 Thread via GitHub
egalpin commented on issue #10712: URL: https://github.com/apache/pinot/issues/10712#issuecomment-1727999407 @Jackie-Jiang do you think that it would be possible to use aliases to support a use case like: - There are 3 tables, each with a **different schema** - Table1 has fields:

[GitHub] [pinot] walterddr commented on a diff in pull request #11590: Remove/Deprecate HLC handling code

2023-09-20 Thread via GitHub
walterddr commented on code in PR #11590: URL: https://github.com/apache/pinot/pull/11590#discussion_r1331862403 ## pinot-common/src/main/java/org/apache/pinot/common/utils/SegmentName.java: ## @@ -18,80 +18,16 @@ */ package org.apache.pinot.common.utils; -public abstract c

[GitHub] [pinot] gortiz commented on pull request #11575: Add metrics to export netty direct memory used and max

2023-09-20 Thread via GitHub
gortiz commented on PR #11575: URL: https://github.com/apache/pinot/pull/11575#issuecomment-1727986828 I think the issues were addressed. Are you ok merging this? -- 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] gortiz closed pull request #11538: DO NOT MERGE: Change notSupportedInV2 to fail in order to have the actual pass rate

2023-09-20 Thread via GitHub
gortiz closed pull request #11538: DO NOT MERGE: Change notSupportedInV2 to fail in order to have the actual pass rate URL: https://github.com/apache/pinot/pull/11538 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [pinot] mcvsubbu commented on pull request #11591: Throw exception when schema name doesn't match table name during table creation

2023-09-20 Thread via GitHub
mcvsubbu commented on PR #11591: URL: https://github.com/apache/pinot/pull/11591#issuecomment-1727841062 > > I have a more general question on this PR. Should this PR not include places in pinot-spi where we can throw exception if a client tries to create a table config that does not have a

[GitHub] [pinot] snleee opened a new issue, #11632: Reduce the number of threads for `IngestionDelayTimerThread`

2023-09-20 Thread via GitHub
snleee opened a new issue, #11632: URL: https://github.com/apache/pinot/issues/11632 while debugging some issue, we have observed that we can potentially create a lot of threads for `IngestionDelayTimerThread`. It would be better if we can cap this number. ![Screenshot 2023-09-20 at

[GitHub] [pinot] snleee commented on issue #11632: Reduce the number of threads for `IngestionDelayTimerThread`

2023-09-20 Thread via GitHub
snleee commented on issue #11632: URL: https://github.com/apache/pinot/issues/11632#issuecomment-1727086005 cc: @jugomezv -- 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. T

[GitHub] [pinot] gortiz commented on a diff in pull request #11512: [multistage] Support range queries in search

2023-09-20 Thread via GitHub
gortiz commented on code in PR #11512: URL: https://github.com/apache/pinot/pull/11512#discussion_r1331066244 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/RexExpressionUtils.java: ## @@ -155,10 +157,83 @@ private static RexExpression.FunctionCall

[GitHub] [pinot] xiangfu0 commented on a diff in pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
xiangfu0 commented on code in PR #11630: URL: https://github.com/apache/pinot/pull/11630#discussion_r1331215732 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/physical/colocated/GreedyShuffleRewriteVisitor.java: ## @@ -190,23 +191,24 @@ public Set visitMail

[GitHub] [pinot] gortiz commented on pull request #11545: [multistage] (improve #11518) disable calcite implicit float to double cast

2023-09-20 Thread via GitHub
gortiz commented on PR #11545: URL: https://github.com/apache/pinot/pull/11545#issuecomment-1727055238 IIRC the solution we actually applied was to ignore some cast requests from Calcite. I had some objections, but by the time it was the only solution we found that seems to be correct for,

[GitHub] [pinot] tibrewalpratik17 commented on a diff in pull request #11437: Add broker query event listener

2023-09-20 Thread via GitHub
tibrewalpratik17 commented on code in PR #11437: URL: https://github.com/apache/pinot/pull/11437#discussion_r1331061357 ## pinot-spi/src/main/java/org/apache/pinot/spi/eventlistener/query/PinotBrokerQueryEventListenerUtils.java: ## @@ -0,0 +1,106 @@ +/** + * Licensed to the Apac

[GitHub] [pinot] tibrewalpratik17 commented on a diff in pull request #11437: Add broker query event listener

2023-09-20 Thread via GitHub
tibrewalpratik17 commented on code in PR #11437: URL: https://github.com/apache/pinot/pull/11437#discussion_r1331067753 ## pinot-spi/src/main/java/org/apache/pinot/spi/eventlistener/query/BrokerQueryEventListener.java: ## @@ -0,0 +1,28 @@ +/** + * Licensed to the Apache Software

[GitHub] [pinot] xiangfu0 commented on pull request #11630: Optimize group-by and join for single key scenario

2023-09-20 Thread via GitHub
xiangfu0 commented on PR #11630: URL: https://github.com/apache/pinot/pull/11630#issuecomment-1727053483 Please fix the CI. -- 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.

[GitHub] [pinot] snleee opened a new issue, #11633: Remove the `pinotFS.listFiles()` from the core commit protocol path

2023-09-20 Thread via GitHub
snleee opened a new issue, #11633: URL: https://github.com/apache/pinot/issues/11633 `pinotFS.listFiles()` can be expensive when we use remote file system (e.g. AWS s3) and the number of segments are very high (e.g. 100k). If the number of partition is high, it makes the problem even worse.

[GitHub] [pinot] gortiz commented on pull request #11484: Changes to support private columns

2023-09-20 Thread via GitHub
gortiz commented on PR #11484: URL: https://github.com/apache/pinot/pull/11484#issuecomment-1727053030 Yes, there are a couple of test that ensures that we do not project _internal_ columns -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pinot] saurabhd336 commented on a diff in pull request #11511: Add auto generated query tests for tpch

2023-09-20 Thread via GitHub
saurabhd336 commented on code in PR #11511: URL: https://github.com/apache/pinot/pull/11511#discussion_r1331534877 ## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/tpch/generator/TPCHQueryGeneratorV2.java: ## @@ -0,0 +1,553 @@ +/** + * Licensed to the

[GitHub] [pinot] KKcorps commented on pull request #11568: Add integration test for rebalance in upsert tables

2023-09-20 Thread via GitHub
KKcorps commented on PR #11568: URL: https://github.com/apache/pinot/pull/11568#issuecomment-1727549356 > > Mostly tests that partitions move as a whole unit to new servers > > is there an jira that prompted this item? did this not work in some env / scenario? Yes, there are ca

[GitHub] [pinot] gortiz commented on a diff in pull request #11512: [multistage] Support range queries in search

2023-09-20 Thread via GitHub
gortiz commented on code in PR #11512: URL: https://github.com/apache/pinot/pull/11512#discussion_r1331073106 ## pinot-query-planner/src/main/java/org/apache/pinot/query/planner/logical/RexExpressionUtils.java: ## @@ -155,10 +157,83 @@ private static RexExpression.FunctionCall

[GitHub] [pinot] tibrewalpratik17 commented on a diff in pull request #11437: Add broker query event listener

2023-09-20 Thread via GitHub
tibrewalpratik17 commented on code in PR #11437: URL: https://github.com/apache/pinot/pull/11437#discussion_r1331061357 ## pinot-spi/src/main/java/org/apache/pinot/spi/eventlistener/query/PinotBrokerQueryEventListenerUtils.java: ## @@ -0,0 +1,106 @@ +/** + * Licensed to the Apac

[GitHub] [pinot] saurabhd336 commented on a diff in pull request #11455: Add array functions to v2 fn registry

2023-09-20 Thread via GitHub
saurabhd336 commented on code in PR #11455: URL: https://github.com/apache/pinot/pull/11455#discussion_r1331528911 ## pinot-common/src/main/java/org/apache/pinot/common/function/FunctionRegistry.java: ## @@ -217,5 +217,30 @@ public static Object clpDecode(String logtypeFieldName

[GitHub] [pinot] tibrewalpratik17 commented on a diff in pull request #11437: Add broker query event listener

2023-09-20 Thread via GitHub
tibrewalpratik17 commented on code in PR #11437: URL: https://github.com/apache/pinot/pull/11437#discussion_r1331063657 ## pinot-spi/src/main/java/org/apache/pinot/spi/trace/RequestContext.java: ## @@ -19,6 +19,7 @@ package org.apache.pinot.spi.trace; public interface Reques

[GitHub] [pinot] tibrewalpratik17 commented on a diff in pull request #11437: Add broker query event listener

2023-09-20 Thread via GitHub
tibrewalpratik17 commented on code in PR #11437: URL: https://github.com/apache/pinot/pull/11437#discussion_r1331063657 ## pinot-spi/src/main/java/org/apache/pinot/spi/trace/RequestContext.java: ## @@ -19,6 +19,7 @@ package org.apache.pinot.spi.trace; public interface Reques

[GitHub] [pinot] jayeshchoudhary commented on pull request #11611: UI: add toggle to hide/show query exceptions

2023-09-20 Thread via GitHub
jayeshchoudhary commented on PR #11611: URL: https://github.com/apache/pinot/pull/11611#issuecomment-1727631669 > do i need to do something to enable this? i compiled with latest pinot-controller module and it is still showing plain exception without the toggle It should work, can yo