[GitHub] [pinot] INNOCENT-BOY commented on a diff in pull request #10991: [enhance]: When enable case-insensitive, don't allow to add newly col…

2023-06-28 Thread via GitHub
INNOCENT-BOY commented on code in PR #10991: URL: https://github.com/apache/pinot/pull/10991#discussion_r1246134976 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java: ## @@ -359,7 +359,8 @@ private void validateSchemaInte

[GitHub] [pinot] INNOCENT-BOY commented on a diff in pull request #10991: [enhance]: When enable case-insensitive, don't allow to add newly col…

2023-06-28 Thread via GitHub
INNOCENT-BOY commented on code in PR #10991: URL: https://github.com/apache/pinot/pull/10991#discussion_r1246134976 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java: ## @@ -359,7 +359,8 @@ private void validateSchemaInte

[GitHub] [pinot] INNOCENT-BOY commented on a diff in pull request #10991: [enhance]: When enable case-insensitive, don't allow to add newly col…

2023-06-28 Thread via GitHub
INNOCENT-BOY commented on code in PR #10991: URL: https://github.com/apache/pinot/pull/10991#discussion_r1246134976 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java: ## @@ -359,7 +359,8 @@ private void validateSchemaInte

[GitHub] [pinot] shenyu0127 commented on a diff in pull request #10999: Fix flaky MultiNodesOfflineClusterIntegrationTest.testServerHardFailure()

2023-06-28 Thread via GitHub
shenyu0127 commented on code in PR #10999: URL: https://github.com/apache/pinot/pull/10999#discussion_r1246133357 ## pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiNodesOfflineClusterIntegrationTest.java: ## @@ -178,11 +178,12 @@ private void testC

[GitHub] [pinot] shwin commented on issue #10986: Count discrepancy among `in`/`=` and `<` queries using timestamp index

2023-06-28 Thread via GitHub
shwin commented on issue #10986: URL: https://github.com/apache/pinot/issues/10986#issuecomment-1612436438 in case it's helpful, here's some column metadata for the column in question: ``` "segment.start.time": "1620663024000", "segment.time.unit": "MILLISECONDS", "columns": [

[GitHub] [pinot] shwin commented on issue #10986: Count discrepancy among `in`/`=` and `<` queries using timestamp index

2023-06-28 Thread via GitHub
shwin commented on issue #10986: URL: https://github.com/apache/pinot/issues/10986#issuecomment-1612411307 Trying it again, I noticed that the `numSegmentsMatched` is 1 lower in the `=` EQ case than the >= case. -- This is an automated message from the Apache Git Service. To respo

[GitHub] [pinot] ankitsultana commented on pull request #10815: [Draft] Periodical Tmp Segment file deletion

2023-06-28 Thread via GitHub
ankitsultana commented on PR #10815: URL: https://github.com/apache/pinot/pull/10815#issuecomment-1612406620 > Do we need to clean up tmp files periodically, or just when the controller starts? To add to @wirybeaver 's response, we will need to add a periodic job for this clean-up. T

[GitHub] [pinot] shwin commented on issue #10986: Count discrepancy among `in`/`=` and `<` queries using timestamp index

2023-06-28 Thread via GitHub
shwin commented on issue #10986: URL: https://github.com/apache/pinot/issues/10986#issuecomment-1612404167 > When you run the second query, is it possible that the first segment just expired? Hmm, not sure what you mean here; I can repeatedly run both these queries and get consistent

[GitHub] [pinot] dang-stripe opened a new issue, #11001: optimize kafka `computePartitionGroupMetadata` with KafkaAdminClient

2023-06-28 Thread via GitHub
dang-stripe opened a new issue, #11001: URL: https://github.com/apache/pinot/issues/11001 we recently had some dns instability issues w/ our kafka cluster that caused consumer creation to fail since it couldn't resolve broker dns. while investigating, we noticed that we were creating N cons

[GitHub] [pinot] codecov-commenter commented on pull request #11000: wip: add support for mv cols with lucene index

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

[GitHub] [pinot] codecov-commenter commented on pull request #10999: Fix flaky MultiNodesOfflineClusterIntegrationTest.testServerHardFailure()

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

[GitHub] [pinot] itschrispeck opened a new pull request, #11000: wip: add support for mv cols with lucene index

2023-06-28 Thread via GitHub
itschrispeck opened a new pull request, #11000: URL: https://github.com/apache/pinot/pull/11000 wip PR for adding support for MV cols with lucene index -- 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 g

[GitHub] [pinot] Jackie-Jiang commented on issue #10986: Count discrepancy among `in`/`=` and `<` queries using timestamp index

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10986: URL: https://github.com/apache/pinot/issues/10986#issuecomment-1612352457 Based on the query plan, seems range index doesn't handle EQ predicate properly. Which Pinot version are you running? When you run the second query, is it possible that the firs

[pinot] branch master updated: Fix the NULL ordering in TableResizer for GROUP BY. (#10939)

2023-06-28 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 fc26d6d897 Fix the NULL ordering in TableResizer

[GitHub] [pinot] Jackie-Jiang merged pull request #10939: Fix the NULL ordering in TableResizer for GROUP BY.

2023-06-28 Thread via GitHub
Jackie-Jiang merged PR #10939: URL: https://github.com/apache/pinot/pull/10939 -- 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 merged pull request #10997: Fix a flaky test NullEnabledQueriesTest.testQueriesWithDictFloatColumnNoNullValues.

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

[pinot] branch master updated (ed4774c5d9 -> db0f3dcb73)

2023-06-28 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 ed4774c5d9 Use pinot-query-planner utils to extract table names in pinot-controller (#10873) add db0f3dcb73 Fix a

[GitHub] [pinot] Jackie-Jiang opened a new pull request, #10999: Fix flaky MultiNodesOfflineClusterIntegrationTest.testServerHardFailure()

2023-06-28 Thread via GitHub
Jackie-Jiang opened a new pull request, #10999: URL: https://github.com/apache/pinot/pull/10999 Got another possible exception message, so removed the message check as it is not important ``` MultiNodesOfflineClusterIntegrationTest.testServerHardFailure:150->testCountStarQuery:183

[GitHub] [pinot] wirybeaver commented on a diff in pull request #10758: Add a new controller endpoint for segment deletion with a time window

2023-06-28 Thread via GitHub
wirybeaver commented on code in PR #10758: URL: https://github.com/apache/pinot/pull/10758#discussion_r1245969155 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ## @@ -884,6 +865,47 @@ public SuccessResponse deleteSe

[GitHub] [pinot] wirybeaver commented on a diff in pull request #10758: Add a new controller endpoint for segment deletion with a time window

2023-06-28 Thread via GitHub
wirybeaver commented on code in PR #10758: URL: https://github.com/apache/pinot/pull/10758#discussion_r1245956913 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ## @@ -884,6 +865,52 @@ public SuccessResponse deleteSe

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #10990: Updated code for setting value of segment min/max property.

2023-06-28 Thread via GitHub
Jackie-Jiang commented on code in PR #10990: URL: https://github.com/apache/pinot/pull/10990#discussion_r1245955420 ## pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/creator/impl/SegmentColumnarIndexCreatorTest.java: ## @@ -174,21 +202,52 @@ private sta

[pinot] branch master updated (5c3cf01cd8 -> ed4774c5d9)

2023-06-28 Thread rongr
This is an automated email from the ASF dual-hosted git repository. rongr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pinot.git from 5c3cf01cd8 do not readd lucene readers to queue if segment is destroyed (#10989) add ed4774c5d9 Use pinot-query-pl

[GitHub] [pinot] walterddr merged pull request #10873: Use pinot-query-planner utils to extract table names in pinot-controller

2023-06-28 Thread via GitHub
walterddr merged PR #10873: URL: https://github.com/apache/pinot/pull/10873 -- 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.ap

[GitHub] [pinot] Jackie-Jiang commented on issue #10974: Clean up table management CLI commands

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10974: URL: https://github.com/apache/pinot/issues/10974#issuecomment-1612272348 Yes, we don't need the `-schemaName` option. `schemaName` is embedded in the table config, and is optional. When it is configured, we look up the schema using `schemaName`; when

[GitHub] [pinot] walterddr commented on a diff in pull request #10991: [enhance]: When enable case-insensitive, don't allow to add newly col…

2023-06-28 Thread via GitHub
walterddr commented on code in PR #10991: URL: https://github.com/apache/pinot/pull/10991#discussion_r1245949367 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java: ## @@ -359,7 +359,8 @@ private void validateSchemaInterna

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #10891: Ensure min/max value generation in the segment metadata.

2023-06-28 Thread via GitHub
Jackie-Jiang commented on code in PR #10891: URL: https://github.com/apache/pinot/pull/10891#discussion_r1245946338 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/creator/impl/SegmentColumnarIndexCreator.java: ## @@ -83,7 +83,7 @@ public class Segmen

[GitHub] [pinot] deemoliu commented on a diff in pull request #10758: Add a new controller endpoint for segment deletion with a time window

2023-06-28 Thread via GitHub
deemoliu commented on code in PR #10758: URL: https://github.com/apache/pinot/pull/10758#discussion_r1245918886 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ## @@ -884,6 +865,52 @@ public SuccessResponse deleteSegm

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #10423: [multistage] proper support for column-level null handling

2023-06-28 Thread via GitHub
Jackie-Jiang commented on code in PR #10423: URL: https://github.com/apache/pinot/pull/10423#discussion_r1245939233 ## pinot-common/src/main/java/org/apache/pinot/common/function/scalar/DataTypeConversionFunctions.java: ## @@ -41,6 +41,9 @@ private DataTypeConversionFunctions()

[GitHub] [pinot] Jackie-Jiang commented on issue #10907: Enabling Null Support after table creation results in incorrect results for `IS [NOT] NULL` expressions

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10907: URL: https://github.com/apache/pinot/issues/10907#issuecomment-1612255465 > Would this solution mean that if a user enables Null Values on an existing table they have to configure what columns will support Nulls and then we treat the default value as

[GitHub] [pinot] Jackie-Jiang commented on issue #10980: Failing local execution of Pinot.

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10980: URL: https://github.com/apache/pinot/issues/10980#issuecomment-1612251059 This doesn't seem to be the root cause of the failure. All these classes are `Helix` classes, not Pinot classes. Can you check if there are other error logs before this, or if t

[GitHub] [pinot] codecov-commenter commented on pull request #10997: Fix a flaky test NullEnabledQueriesTest.testQueriesWithDictFloatColumnNoNullValues.

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

[GitHub] [pinot] tibrewalpratik17 commented on pull request #10993: Update getTenantInstances call for controller and separate POST operations on it

2023-06-28 Thread via GitHub
tibrewalpratik17 commented on PR #10993: URL: https://github.com/apache/pinot/pull/10993#issuecomment-1612237184 cc @chenboat -- 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] egalpin opened a new issue, #10998: Block-level, intra-segment bloom filters

2023-06-28 Thread via GitHub
egalpin opened a new issue, #10998: URL: https://github.com/apache/pinot/issues/10998 This idea is not mine, but rather was mentioned by @npawar during the '22 RTA Summit video covering Tiered Storage[1]. The context in the video was using block-level bloom filters to enable loading of bloc

[GitHub] [pinot] Jackie-Jiang closed issue #10976: _luceneRealtimeReaders is constantly increasing, causing text index creation lag

2023-06-28 Thread via GitHub
Jackie-Jiang closed issue #10976: _luceneRealtimeReaders is constantly increasing, causing text index creation lag URL: https://github.com/apache/pinot/issues/10976 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[pinot] branch master updated: do not readd lucene readers to queue if segment is destroyed (#10989)

2023-06-28 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 5c3cf01cd8 do not readd lucene readers to queue i

[GitHub] [pinot] Jackie-Jiang merged pull request #10989: do not readd lucene readers to queue if segment is destroyed

2023-06-28 Thread via GitHub
Jackie-Jiang merged PR #10989: URL: https://github.com/apache/pinot/pull/10989 -- 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] mcvsubbu commented on issue #10996: Questions about Stream level consumption model

2023-06-28 Thread via GitHub
mcvsubbu commented on issue #10996: URL: https://github.com/apache/pinot/issues/10996#issuecomment-1612227779 On your questions: Stream level consumption basically involves a single server consuming all partitions of the stream. Therefore there are no guarantees that all replicas of the

[GitHub] [pinot] shenyu0127 opened a new pull request, #10997: Fix a flaky test NullEnabledQueriesTest.testQueriesWithDictFloatColumnNoNullValues.

2023-06-28 Thread via GitHub
shenyu0127 opened a new pull request, #10997: URL: https://github.com/apache/pinot/pull/10997 The test is flaky because we store the column as float and do a `SELECT WHERE column = Float.doubleValue()` query. We can reproduce a failed test by changing line 224 to `Float baseValue = 0

[GitHub] [pinot] mcvsubbu commented on issue #10996: Questions about Stream level consumption model

2023-06-28 Thread via GitHub
mcvsubbu commented on issue #10996: URL: https://github.com/apache/pinot/issues/10996#issuecomment-1612224205 Proposal accepted to sunset stream level consumption. if it makes sense for some unpartitioned stream later, they can implement/resurrect things as needed (better start fresh implem

[GitHub] [pinot] mcvsubbu commented on issue #10996: Questions about Stream level consumption model

2023-06-28 Thread via GitHub
mcvsubbu commented on issue #10996: URL: https://github.com/apache/pinot/issues/10996#issuecomment-1612223488 Related Issue #8804 -- 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 comm

[GitHub] [pinot] wirybeaver commented on pull request #10815: [Draft] Periodical Tmp Segment file deletion

2023-06-28 Thread via GitHub
wirybeaver commented on PR #10815: URL: https://github.com/apache/pinot/pull/10815#issuecomment-1612220804 > Do we need to clean up tmp files periodically, or just when the controller starts? Will controller create extra tmp files during the regular life cycle without shut down? Hi J

[GitHub] [pinot] mcvsubbu commented on issue #10996: Questions about Stream level consumption model

2023-06-28 Thread via GitHub
mcvsubbu commented on issue #10996: URL: https://github.com/apache/pinot/issues/10996#issuecomment-1612220585 cc: @sajjad-moradi -- 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 comm

[GitHub] [pinot] Jackie-Jiang commented on issue #10975: Text Index does not match against mutable segments for MV Columns

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10975: URL: https://github.com/apache/pinot/issues/10975#issuecomment-1612204456 cc @atris -- 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] Jackie-Jiang commented on issue #10974: Clean up table management CLI commands

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10974: URL: https://github.com/apache/pinot/issues/10974#issuecomment-1612203080 Great suggestion! FYI, `schemaName` is not mandatory in the table config (actually we recommend not putting it), and by default schema name should be the same as table name.

[GitHub] [pinot] Jackie-Jiang commented on pull request #10815: [Draft] Periodical Tmp Segment file deletion

2023-06-28 Thread via GitHub
Jackie-Jiang commented on PR #10815: URL: https://github.com/apache/pinot/pull/10815#issuecomment-1612198919 Do we need to clean up tmp files periodically, or just when the controller starts? Will controller create extra tmp files during the regular life cycle without shut down? -- This

[GitHub] [pinot] navina commented on issue #10996: Questions about Stream level consumption model

2023-06-28 Thread via GitHub
navina commented on issue #10996: URL: https://github.com/apache/pinot/issues/10996#issuecomment-1612197810 cc: @Jackie-Jiang @mayankshriv @npawar @mcvsubbu @yupeng9 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [pinot] navina opened a new issue, #10996: Questions about Stream level consumption model

2023-06-28 Thread via GitHub
navina opened a new issue, #10996: URL: https://github.com/apache/pinot/issues/10996 Issue is to open-up a discussion around: 1. Why and in what use-cases, does it make sense to use the stream level consumption model in Pinot ? 2. What are the semantics offered by the stream level cons

[GitHub] [pinot] JeffBolle opened a new pull request, #10995: Extract record keys, headers and metadata from Pulsar sources

2023-06-28 Thread via GitHub
JeffBolle opened a new pull request, #10995: URL: https://github.com/apache/pinot/pull/10995 fixes #10994. Adds Metadata parsing to Pulsar sources following the pattern of #9224. @navina -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [pinot] JeffBolle opened a new issue, #10994: Extract record keys, headers and metadata from Pulsar sources

2023-06-28 Thread via GitHub
JeffBolle opened a new issue, #10994: URL: https://github.com/apache/pinot/issues/10994 Following up on PR #9224, metadata from Pulsar sources should be available in Pinot. I will also have a PR to address this issue. -- This is an automated message from the Apache Git Service. To

[GitHub] [pinot] Jackie-Jiang commented on issue #10973: Minion upload after purge may leave segment in an inconsistent state

2023-06-28 Thread via GitHub
Jackie-Jiang commented on issue #10973: URL: https://github.com/apache/pinot/issues/10973#issuecomment-1612143722 I think the race condition happens because moving segment file to deep store and updating ZK metadata cannot be done atomically. There is another potential race condition: crc i

[GitHub] [pinot] Jackie-Jiang commented on a diff in pull request #10927: [WIP] improve disk read for partial upsert handler

2023-06-28 Thread via GitHub
Jackie-Jiang commented on code in PR #10927: URL: https://github.com/apache/pinot/pull/10927#discussion_r1245782927 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/upsert/ConcurrentMapPartitionUpsertMetadataManager.java: ## @@ -254,7 +256,9 @@ protected void

[GitHub] [pinot] navina closed issue #10452: Support delete record with upsert table

2023-06-28 Thread via GitHub
navina closed issue #10452: Support delete record with upsert table URL: https://github.com/apache/pinot/issues/10452 -- 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 unsubsc

[GitHub] [pinot] navina commented on issue #10452: Support delete record with upsert table

2023-06-28 Thread via GitHub
navina commented on issue #10452: URL: https://github.com/apache/pinot/issues/10452#issuecomment-1612107496 Resolving this issue. Documentation updated here - https://docs.pinot.apache.org/basics/data-import/upsert#delete-column -- This is an automated message from the Apache Git Service

[GitHub] [pinot] swaminathanmanish commented on a diff in pull request #10987: Adding segmentRowComputer interface for SegmentProcessorFramework to use

2023-06-28 Thread via GitHub
swaminathanmanish commented on code in PR #10987: URL: https://github.com/apache/pinot/pull/10987#discussion_r1245754119 ## pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentRowComputer.java: ## @@ -0,0 +1,28 @@ +/** + * Licensed to the Apache So

[pinot] branch master updated: [Clean up] Do not count DISTINCT as aggregation (#10985)

2023-06-28 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 82252ed843 [Clean up] Do not count DISTINCT as ag

[GitHub] [pinot] Jackie-Jiang merged pull request #10985: [Clean up] Do not count DISTINCT as aggregation

2023-06-28 Thread via GitHub
Jackie-Jiang merged PR #10985: URL: https://github.com/apache/pinot/pull/10985 -- 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] wirybeaver closed issue #10981: json_extract_scalar times out when the expression contains index

2023-06-28 Thread via GitHub
wirybeaver closed issue #10981: json_extract_scalar times out when the expression contains index URL: https://github.com/apache/pinot/issues/10981 -- 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

[GitHub] [pinot] wirybeaver commented on issue #10981: json_extract_scalar times out when the expression contains index

2023-06-28 Thread via GitHub
wirybeaver commented on issue #10981: URL: https://github.com/apache/pinot/issues/10981#issuecomment-1611972584 version 0.12 works fine. Close this issue -- 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

[GitHub] [pinot] snleee commented on a diff in pull request #10987: (Still WIP) Adding segmentRowComputer interface for SegmentProcessorFramework to use

2023-06-28 Thread via GitHub
snleee commented on code in PR #10987: URL: https://github.com/apache/pinot/pull/10987#discussion_r1245532994 ## pinot-core/src/main/java/org/apache/pinot/core/segment/processing/framework/SegmentRowComputer.java: ## @@ -0,0 +1,28 @@ +/** + * Licensed to the Apache Software Foun

[GitHub] [pinot] walterddr commented on a diff in pull request #10918: [multistage] Add TPC-H Test for Multistage Engine

2023-06-28 Thread via GitHub
walterddr commented on code in PR #10918: URL: https://github.com/apache/pinot/pull/10918#discussion_r1245506688 ## pinot-integration-tests/src/test/resources/examples/batch/tpch/customer/customer_offline_table_config.json: ## @@ -0,0 +1,27 @@ +{ Review Comment: Let's make t

[GitHub] [pinot] codecov-commenter commented on pull request #10993: Update getTenantInstances call for controller and separate POST operations on it

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

[GitHub] [pinot] robertzych commented on a diff in pull request #10463: Segment compaction for upsert real-time tables

2023-06-28 Thread via GitHub
robertzych commented on code in PR #10463: URL: https://github.com/apache/pinot/pull/10463#discussion_r1245482962 ## pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java: ## @@ -425,7 +425,7 @@ public Response downloadSegment( public Response d

[GitHub] [pinot] walterddr commented on issue #10992: [multistage] Revisit Stage Level Unique RequestId

2023-06-28 Thread via GitHub
walterddr commented on issue #10992: URL: https://github.com/apache/pinot/issues/10992#issuecomment-1611731906 this is a GOOD point! as of now, the entire v1 execution (all the way to the instanceResponseBlock) is considered as a "single-operator" of V2 (this execution is encapsulat

[GitHub] [pinot] tibrewalpratik17 opened a new pull request, #10993: Update getTenantInstances call for controller and separate POST operations on it

2023-06-28 Thread via GitHub
tibrewalpratik17 opened a new pull request, #10993: URL: https://github.com/apache/pinot/pull/10993 labels: 1. `bugfix` 2. `backward-incompatible` We found an issue with `listInstanceOrToggleTenantState` endpoint today in our production. - We do a POST operation in

[GitHub] [pinot] summerhasama-stripe commented on a diff in pull request #10983: Message batch ingestion lag fix

2023-06-28 Thread via GitHub
summerhasama-stripe commented on code in PR #10983: URL: https://github.com/apache/pinot/pull/10983#discussion_r1245377750 ## pinot-spi/src/test/java/org/apache/pinot/spi/stream/StreamDataDecoderImplTest.java: ## @@ -41,7 +41,7 @@ public void testDecodeValueOnly() messageDe

[pinot] branch master updated: Add a PrioritizedFilterOperator (#10953)

2023-06-28 Thread xbli
This is an automated email from the ASF dual-hosted git repository. xbli 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 45a32eaaad Add a PrioritizedFilterOperator (#10953)

[GitHub] [pinot] klsince merged pull request #10953: Add a PrioritizedFilterOperator

2023-06-28 Thread via GitHub
klsince merged PR #10953: URL: https://github.com/apache/pinot/pull/10953 -- 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] jackluo923 commented on issue #10981: json_extract_scalar times out when the expression contains index

2023-06-28 Thread via GitHub
jackluo923 commented on issue #10981: URL: https://github.com/apache/pinot/issues/10981#issuecomment-1611358390 Based on my experimentation and the version of Pinot you are currently using, it appears that there may be difficulties when using json_extract_scalar to extract values from JSON

[GitHub] [pinot] shounakmk219 commented on a diff in pull request #10969: Instance drop operation validation check API

2023-06-28 Thread via GitHub
shounakmk219 commented on code in PR #10969: URL: https://github.com/apache/pinot/pull/10969#discussion_r1245149485 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ## @@ -3148,6 +3137,31 @@ public PinotResourceManagerRespo

[GitHub] [pinot] shounakmk219 commented on a diff in pull request #10969: Instance drop operation validation check API

2023-06-28 Thread via GitHub
shounakmk219 commented on code in PR #10969: URL: https://github.com/apache/pinot/pull/10969#discussion_r1245142369 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotInstanceRestletResource.java: ## @@ -390,4 +391,33 @@ public SuccessResponse updat

[GitHub] [pinot] shounakmk219 commented on a diff in pull request #10905: Startree index build enhancement

2023-06-28 Thread via GitHub
shounakmk219 commented on code in PR #10905: URL: https://github.com/apache/pinot/pull/10905#discussion_r1245121270 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/startree/v2/builder/MultipleTreesBuilder.java: ## @@ -83,7 +86,11 @@ public MultipleTreesBuilde

[GitHub] [pinot] shounakmk219 commented on a diff in pull request #10905: Startree index build enhancement

2023-06-28 Thread via GitHub
shounakmk219 commented on code in PR #10905: URL: https://github.com/apache/pinot/pull/10905#discussion_r1245119124 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/startree/v2/builder/MultipleTreesBuilder.java: ## @@ -104,7 +111,11 @@ public MultipleTreesBuil

[GitHub] [pinot] shounakmk219 commented on a diff in pull request #10905: Startree index build enhancement

2023-06-28 Thread via GitHub
shounakmk219 commented on code in PR #10905: URL: https://github.com/apache/pinot/pull/10905#discussion_r1245114343 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/startree/v2/builder/MultipleTreesBuilder.java: ## @@ -115,13 +126,38 @@ public MultipleTreesBui

[GitHub] [pinot] ankitsultana opened a new issue, #10992: [multistage] Revisit Stage Level Unique RequestId

2023-06-28 Thread via GitHub
ankitsultana opened a new issue, #10992: URL: https://github.com/apache/pinot/issues/10992 Looks like we are making request-ids unique at stage level for the leaf stage execution. This doesn't fit neatly with the concept of request-id because we'd want a single request-id for tracing

[GitHub] [pinot] codecov-commenter commented on pull request #10991: [enhance]: When enable case-insensitive, don't allow to add newly col…

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

[GitHub] [pinot] saurabhd336 commented on a diff in pull request #10969: Instance drop operation validation check API

2023-06-28 Thread via GitHub
saurabhd336 commented on code in PR #10969: URL: https://github.com/apache/pinot/pull/10969#discussion_r1244790349 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ## @@ -3148,6 +3137,31 @@ public PinotResourceManagerRespon

[GitHub] [pinot] INNOCENT-BOY opened a new pull request, #10991: [enhance]: When enable case-insensitive, don't allow to add newly col…

2023-06-28 Thread via GitHub
INNOCENT-BOY opened a new pull request, #10991: URL: https://github.com/apache/pinot/pull/10991 Even though we enable case-insensitive,we found one potential risk in some occasions. My two colleagues want to add one column to the same table in the same pinot environment. But theirs naming s

[GitHub] [pinot] saurabhd336 commented on a diff in pull request #10969: Instance drop operation validation check API

2023-06-28 Thread via GitHub
saurabhd336 commented on code in PR #10969: URL: https://github.com/apache/pinot/pull/10969#discussion_r1244781157 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/PinotHelixResourceManager.java: ## @@ -3148,6 +3137,31 @@ public PinotResourceManagerRespon

[GitHub] [pinot] saurabhd336 commented on a diff in pull request #10969: Instance drop operation validation check API

2023-06-28 Thread via GitHub
saurabhd336 commented on code in PR #10969: URL: https://github.com/apache/pinot/pull/10969#discussion_r1244779760 ## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotInstanceRestletResource.java: ## @@ -390,4 +391,33 @@ public SuccessResponse update