Re: [PR] Use expected version in api for table config read modify write change [pinot]

2023-10-10 Thread via GitHub
codecov-commenter commented on PR #11782: URL: https://github.com/apache/pinot/pull/11782#issuecomment-1756957767 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/11782?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: free up more disk for trivy job (#11780)

2023-10-10 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 10055ffc39 free up more disk for trivy job (#117

Re: [PR] free up more disk for trivy job [pinot]

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

[I] flaky test org.apache.pinot.controller.api.TableViewsTest.setUp [pinot]

2023-10-10 Thread via GitHub
xiangfu0 opened a new issue, #11783: URL: https://github.com/apache/pinot/issues/11783 https://github.com/apache/pinot/actions/runs/6478269923/job/17589792539?pr=11780 ``` 2023-10-11T05:42:25.8353888Z [ERROR] org.apache.pinot.controller.api.TableViewsTest.setUp -- Time elapsed: 7.787

Re: [I] PinotS3 : Connection Pool Shutdown after one hour on EKS on release-1.0.0 [pinot]

2023-10-10 Thread via GitHub
piby180 commented on issue #11761: URL: https://github.com/apache/pinot/issues/11761#issuecomment-1756909824 > > What do you think about downgrading the AWS-SDK version? (only in the environment with the problem, not in the official release of course) > > Just trying to understand the

Re: [PR] Add support to read exact buffer byte ranges corresponding to a given forward index doc id [pinot]

2023-10-10 Thread via GitHub
saurabhd336 commented on PR #11729: URL: https://github.com/apache/pinot/pull/11729#issuecomment-1756851682 @Jackie-Jiang I added some code example on how to use these new APIs in the description -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] Add support to read exact buffer byte ranges corresponding to a given forward index doc id [pinot]

2023-10-10 Thread via GitHub
saurabhd336 commented on code in PR #11729: URL: https://github.com/apache/pinot/pull/11729#discussion_r1354125407 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/ForwardIndexReader.java: ## @@ -916,4 +919,67 @@ default byte[][] getBytesMV(int docId,

[PR] Use expected version in api for table config read modify write change [pinot]

2023-10-10 Thread via GitHub
xiangfu0 opened a new pull request, #11782: URL: https://github.com/apache/pinot/pull/11782 - Add new API in ZKMetadataProvider for `setTableConfig(ZkHelixPropertyStore propertyStore, String tableNameWithType, TableConfig tableConfig, int expectVersion)` with previous version. - Update

Re: [PR] Add support to read exact buffer byte ranges corresponding to a given forward index doc id [pinot]

2023-10-10 Thread via GitHub
saurabhd336 commented on code in PR #11729: URL: https://github.com/apache/pinot/pull/11729#discussion_r1354080442 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/forward/FixedByteChunkMVForwardIndexReader.java: ## @@ -195,6 +220,38 @@ p

Re: [PR] Add support to read exact buffer byte ranges corresponding to a given forward index doc id [pinot]

2023-10-10 Thread via GitHub
saurabhd336 commented on code in PR #11729: URL: https://github.com/apache/pinot/pull/11729#discussion_r1353988984 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/ForwardIndexReader.java: ## @@ -916,4 +919,67 @@ default byte[][] getBytesMV(int docId,

Re: [PR] Add support to read exact buffer byte ranges corresponding to a given forward index doc id [pinot]

2023-10-10 Thread via GitHub
saurabhd336 commented on code in PR #11729: URL: https://github.com/apache/pinot/pull/11729#discussion_r1353988772 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/ForwardIndexReader.java: ## @@ -916,4 +919,67 @@ default byte[][] getBytesMV(int docId,

Re: [PR] add json_index_extract transform function to leverage json index for json value extraction [pinot]

2023-10-10 Thread via GitHub
itschrispeck commented on code in PR #11739: URL: https://github.com/apache/pinot/pull/11739#discussion_r1353978315 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/json/ImmutableJsonIndexReader.java: ## @@ -76,6 +80,67 @@ public Immutabl

Re: [I] pinot-controller pod clash over and over again in kubernetes [pinot]

2023-10-10 Thread via GitHub
haowanv commented on issue #11764: URL: https://github.com/apache/pinot/issues/11764#issuecomment-1756620727 I deployed pinot by helmfile sync command, and all pods are as below: ``` pinot-broker-0 1/1 Running 0 19m pinot-controller

Re: [I] Then query runner tool doesn't accept header as a parameter which make the tool unusable for cluster with access control. [pinot]

2023-10-10 Thread via GitHub
JasonLeeWeiHern commented on issue #11772: URL: https://github.com/apache/pinot/issues/11772#issuecomment-1756602361 Yes okay. -- 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 commen

Re: [I] Pluggable Key-Value Store for Upserts [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on issue #11658: URL: https://github.com/apache/pinot/issues/11658#issuecomment-1756553220 In that case how much code do you think can be reused? Currently `ConcurrentMapPartitionUpsertMetadataManager` heavily rely on `ConcurrentHashMap.compute()`, and TBH I don't thi

[pinot] branch master updated: Fix schema name in table config during controller startup (#11574)

2023-10-10 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 169aba9fc9 Fix schema name in table config durin

Re: [PR] Fix schema name in table config during controller startup [pinot]

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

Re: [I] Then query runner tool doesn't accept header as a parameter which make the tool unusable for cluster with access control. [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on issue #11772: URL: https://github.com/apache/pinot/issues/11772#issuecomment-1756543081 Do you want to help contribute this feature? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] pinot-controller pod clash over and over again in kubernetes [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on issue #11764: URL: https://github.com/apache/pinot/issues/11764#issuecomment-1756542167 I don't think the red box is related because all the exceptions are caught here. From the above log, seems like controller is actually shut down gracefully (i.e. not crash). Can

[pinot] branch master updated: Prevent NPE when attempt to fetch partition information fails (#11769)

2023-10-10 Thread snlee
This is an automated email from the ASF dual-hosted git repository. snlee 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 cdd16fef4d Prevent NPE when attempt to fetch parti

Re: [PR] Prevent NPE when attempt to fetch partition information fails [pinot]

2023-10-10 Thread via GitHub
snleee merged PR #11769: URL: https://github.com/apache/pinot/pull/11769 -- 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.apach

Re: [PR] Fix schema name in table config during controller startup [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on code in PR #11574: URL: https://github.com/apache/pinot/pull/11574#discussion_r1353669798 ## pinot-common/src/main/java/org/apache/pinot/common/metadata/ZKMetadataProvider.java: ## @@ -79,6 +80,26 @@ public static void setTableConfig(ZkHelixPropertySto

Re: [PR] free up more disk for trivy job [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on code in PR #11780: URL: https://github.com/apache/pinot/pull/11780#discussion_r1353664741 ## .github/workflows/scripts/.pinot_vuln_check.sh: ## @@ -39,3 +39,5 @@ docker build \ . docker image ls +docker image prune --all --filter "until=1h" -f

[I] Create an API for cloning a table [pinot]

2023-10-10 Thread via GitHub
dang-stripe opened a new issue, #11781: URL: https://github.com/apache/pinot/issues/11781 Per https://docs.pinot.apache.org/users/tutorials/schema-evolution, most schema changes aside from adding a column are not supported. In order to be able to rollback to a previous schema, we want to be

Re: [PR] free up more disk for trivy job [pinot]

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

Re: [PR] [multistage] framework to back-propagate metadata across opChains [pinot]

2023-10-10 Thread via GitHub
walterddr commented on code in PR #11746: URL: https://github.com/apache/pinot/pull/11746#discussion_r1353601990 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/MailboxReceiveOperator.java: ## @@ -42,6 +42,10 @@ public String toExplainString() {

Re: [PR] [multistage] framework to back-propagate metadata across opChains [pinot]

2023-10-10 Thread via GitHub
walterddr commented on code in PR #11746: URL: https://github.com/apache/pinot/pull/11746#discussion_r1353597355 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/runtime/operator/exchange/BlockExchange.java: ## @@ -68,25 +67,29 @@ protected BlockExchange(List sending

Re: [PR] add json_index_extract transform function to leverage json index for json value extraction [pinot]

2023-10-10 Thread via GitHub
itschrispeck commented on PR #11739: URL: https://github.com/apache/pinot/pull/11739#issuecomment-1756396539 Thanks for the review and suggestions! Will update w/ perf numbers. For `json_match` filter are you referring to some query like `where json_match(col, '$.keyA = ''val''') AND

Re: [PR] add json_index_extract transform function to leverage json index for json value extraction [pinot]

2023-10-10 Thread via GitHub
itschrispeck commented on code in PR #11739: URL: https://github.com/apache/pinot/pull/11739#discussion_r1353529541 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/JsonIndexReader.java: ## @@ -31,4 +33,13 @@ public interface JsonIndexReader extends I

[pinot] branch master updated (3a9f95f469 -> 17ffa3e305)

2023-10-10 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 3a9f95f469 Fix PeerServerSegmentFinder not respecting HTTPS port (#11752) add 17ffa3e305 Capture build scans on

Re: [PR] Capture build scans on ge.apache.org to benefit from deep build insights [pinot]

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

Re: [PR] add json_index_extract transform function to leverage json index for json value extraction [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on PR #11739: URL: https://github.com/apache/pinot/pull/11739#issuecomment-1756348232 Can you share some new perf numbers after the optimization? In the query, let's add the `json_match` in the filter -- This is an automated message from the Apache Git Service. To r

Re: [PR] add json_index_extract transform function to leverage json index for json value extraction [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on code in PR #11739: URL: https://github.com/apache/pinot/pull/11739#discussion_r1353494155 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/json/ImmutableJsonIndexReader.java: ## @@ -76,6 +80,67 @@ public Immutabl

[PR] free up more disk for trivy job [pinot]

2023-10-10 Thread via GitHub
xiangfu0 opened a new pull request, #11780: URL: https://github.com/apache/pinot/pull/11780 Trying to free up more disk space for trivy job -- 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 spe

Re: [I] Add partition, validDocId as the derived column [pinot]

2023-10-10 Thread via GitHub
snleee commented on issue #11580: URL: https://github.com/apache/pinot/issues/11580#issuecomment-1756325341 1. `$partitionValues` are the ones partition id of the segment. This information is already getting populated to segment metadata as `partitionValues` when the customer partition func

Re: [PR] track rebalance status when instance assignment already correct [pinot]

2023-10-10 Thread via GitHub
jadami10 commented on PR #11768: URL: https://github.com/apache/pinot/pull/11768#issuecomment-1756257942 > Do we return the job id when the job finishes immediately (IMO that is not really needed)? If we want to track all the jobs, we also need to update the status for dry-run etc (basicall

Re: [PR] Fix a flaky test [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on PR #11771: URL: https://github.com/apache/pinot/pull/11771#issuecomment-1756239578 Please fix the import -- 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 com

Re: [PR] Add support to read exact buffer byte ranges corresponding to a given forward index doc id [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on code in PR #11729: URL: https://github.com/apache/pinot/pull/11729#discussion_r1353373261 ## pinot-segment-spi/src/main/java/org/apache/pinot/segment/spi/index/reader/ForwardIndexReader.java: ## @@ -916,4 +919,67 @@ default byte[][] getBytesMV(int docId

Re: [PR] track rebalance status when instance assignment already correct [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on PR #11768: URL: https://github.com/apache/pinot/pull/11768#issuecomment-1756173067 cc @klsince to also take a look -- 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 sp

Re: [PR] track rebalance status when instance assignment already correct [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on PR #11768: URL: https://github.com/apache/pinot/pull/11768#issuecomment-1756172808 Currently we only track the rebalance status when it returns `IN_PROGRESS` (execute in background), and not track the rebalance status when it finishes immediately (`NO_OP` or `DONE`

Re: [I] PinotS3 : Connection Pool Shutdown after one hour on EKS on release-1.0.0 [pinot]

2023-10-10 Thread via GitHub
davizucon commented on issue #11761: URL: https://github.com/apache/pinot/issues/11761#issuecomment-1756130086 Thank you for your help ! Sure, in the tests I took, the credential comes from here: awsCredentialsProvider = DefaultCredentialsProvider.create(); not sure if I set AccessKey

Re: [I] PinotS3 : Connection Pool Shutdown after one hour on EKS on release-1.0.0 [pinot]

2023-10-10 Thread via GitHub
swaminathanmanish commented on issue #11761: URL: https://github.com/apache/pinot/issues/11761#issuecomment-1756074153 > What do you think about downgrading the AWS-SDK version? (only in the environment with the problem, not in the official release of course) Just to understand the sc

Re: [PR] Add support to retry failed table rebalance [pinot]

2023-10-10 Thread via GitHub
klsince commented on code in PR #11740: URL: https://github.com/apache/pinot/pull/11740#discussion_r1353180549 ## pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/rebalance/RebalanceConfig.java: ## @@ -84,6 +84,24 @@ public class RebalanceConfig { @ApiMod

Re: [PR] add json_index_extract transform function to leverage json index for json value extraction [pinot]

2023-10-10 Thread via GitHub
itschrispeck commented on code in PR #11739: URL: https://github.com/apache/pinot/pull/11739#discussion_r1353133600 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/segment/index/readers/json/ImmutableJsonIndexReader.java: ## @@ -76,6 +77,63 @@ public Immutabl

Re: [I] PinotS3 : Connection Pool Shutdown after one hour on EKS on release-1.0.0 [pinot]

2023-10-10 Thread via GitHub
davizucon commented on issue #11761: URL: https://github.com/apache/pinot/issues/11761#issuecomment-1756001216 I got this error too, what you think to downgrade aws sdk to work around this error? -- This is an automated message from the Apache Git Service. To respond to the message, plea

Re: [PR] custom partial upsert row merger [pinot]

2023-10-10 Thread via GitHub
rohityadav1993 commented on PR #11584: URL: https://github.com/apache/pinot/pull/11584#issuecomment-1755999768 > IIUC, `LazyRow` is introduced to avoid reading the same value from the segment multiple times. I think it is a good abstraction (suggestion making it a wrapper over `IndexSegment

Re: [PR] Issue-6420 Add support for Apache Datasketches CPC sketch [pinot]

2023-10-10 Thread via GitHub
cbalci commented on code in PR #11774: URL: https://github.com/apache/pinot/pull/11774#discussion_r1353024718 ## pinot-core/src/main/java/org/apache/pinot/core/common/ObjectSerDeUtils.java: ## @@ -515,23 +518,23 @@ public VarianceTuple deserialize(ByteBuffer byteBuffer) { }

Re: [PR] Add compression configuration for functionColumnPairs to StartreeIndexConfigs [pinot]

2023-10-10 Thread via GitHub
t0mpere commented on code in PR #11744: URL: https://github.com/apache/pinot/pull/11744#discussion_r1352891714 ## pinot-spi/src/main/java/org/apache/pinot/spi/config/table/StarTreeIndexConfig.java: ## @@ -34,6 +35,8 @@ public class StarTreeIndexConfig extends BaseJsonConfig {

Re: [PR] Prevent NPE when attempt to fetch partition information fails [pinot]

2023-10-10 Thread via GitHub
rajagopr commented on code in PR #11769: URL: https://github.com/apache/pinot/pull/11769#discussion_r1353051133 ## pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/src/main/java/org/apache/pinot/plugin/stream/kafka20/KafkaStreamMetadataProvider.java: ## @@ -57,7 +60,11 @@ pu

Re: [PR] [Do not review] add support for retention on deleted upsert keys [pinot]

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

Re: [PR] Fix schema name in table config during controller startup [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on code in PR #11574: URL: https://github.com/apache/pinot/pull/11574#discussion_r1353040724 ## pinot-controller/src/main/java/org/apache/pinot/controller/BaseControllerStarter.java: ## @@ -549,6 +556,83 @@ protected void configure() { _serviceStatus

Re: [PR] Adding support for generating data in JSON format. [pinot]

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

Re: [PR] custom partial upsert row merger [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang commented on PR #11584: URL: https://github.com/apache/pinot/pull/11584#issuecomment-1755887036 IIUC, `LazyRow` is introduced to avoid reading the same value from the segment multiple times. I think it is a good abstraction (suggestion making it a wrapper over `IndexSegment` an

[PR] [Do not review] add support for retention on deleted upsert keys [pinot]

2023-10-10 Thread via GitHub
tibrewalpratik17 opened a new pull request, #11779: URL: https://github.com/apache/pinot/pull/11779 labels: - feature Created this draft PR to just give a design view of supporting retention for deleted upsert primary keys which we are discussing in #11736. TODO: - Add co

Re: [PR] Fix PeerServerSegmentFinder not respecting HTTPS port [pinot]

2023-10-10 Thread via GitHub
Jackie-Jiang merged PR #11752: URL: https://github.com/apache/pinot/pull/11752 -- 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 (24af80d3bc -> 3a9f95f469)

2023-10-10 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 24af80d3bc more geospatial v2 integration tests (#11741) add 3a9f95f469 Fix PeerServerSegmentFinder not respecting

[PR] Adding support for generating data in JSON format. [pinot]

2023-10-10 Thread via GitHub
soumitra-st opened a new pull request, #11778: URL: https://github.com/apache/pinot/pull/11778 GenerateData command is an existing utility to generate random dataset based on a schema. This PR adds support for writing data in JSON format in addition to AVRO and CSV. `feature` -- T

Re: [PR] Add compression configuration for functionColumnPairs to StartreeIndexConfigs [pinot]

2023-10-10 Thread via GitHub
t0mpere commented on code in PR #11744: URL: https://github.com/apache/pinot/pull/11744#discussion_r1352891714 ## pinot-spi/src/main/java/org/apache/pinot/spi/config/table/StarTreeIndexConfig.java: ## @@ -34,6 +35,8 @@ public class StarTreeIndexConfig extends BaseJsonConfig {

Re: [PR] Prevent NPE when attempt to fetch partition information fails [pinot]

2023-10-10 Thread via GitHub
snleee commented on code in PR #11769: URL: https://github.com/apache/pinot/pull/11769#discussion_r1352882744 ## pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/src/main/java/org/apache/pinot/plugin/stream/kafka20/KafkaStreamMetadataProvider.java: ## @@ -57,7 +60,11 @@ publ

Re: [PR] [SQL Compatible] Fix literal type handling [pinot]

2023-10-10 Thread via GitHub
walterddr commented on code in PR #11763: URL: https://github.com/apache/pinot/pull/11763#discussion_r1352797541 ## pinot-spi/src/main/java/org/apache/pinot/spi/utils/BooleanUtils.java: ## @@ -64,6 +64,13 @@ public static int toInt(String booleanString) { return toBoolean(b

Re: [PR] Update Segment builder to use column major tables [pinot]

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

Re: [PR] Issue-6420 Add support for Apache Datasketches CPC sketch [pinot]

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

Re: [I] [multistage] Null Check Predicates Not Pushed Down [pinot]

2023-10-10 Thread via GitHub
walterddr commented on issue #10381: URL: https://github.com/apache/pinot/issues/10381#issuecomment-1755645902 we can definitely discuss the ingestion level nullability however regardless of whether we use `column level nullability` as a source of truth for ingestion. the solution to the qu

Re: [I] PinotS3 : Connection Pool Shutdown after one hour on EKS on release-1.0.0 [pinot]

2023-10-10 Thread via GitHub
piby180 commented on issue #11761: URL: https://github.com/apache/pinot/issues/11761#issuecomment-1755643203 @swaminathanmanish The issue seems to be somewhat related to the comment [here](https://github.com/aws/aws-sdk-java-v2/issues/4386#issuecomment-1712361944) > WebIdentityTokenF

[I] Configure QueryServer and GrpcMailboxServer for TLS [pinot]

2023-10-10 Thread via GitHub
mgranderath opened a new issue, #11777: URL: https://github.com/apache/pinot/issues/11777 We have a requirement that all communication needs to be secured using mutual TLS, also Pinot internal communication. From our investigation we found that both GRPC servers for the multi-stage query en

Re: [I] PinotS3 : Connection Pool Shutdown after one hour on EKS on release-1.0.0 [pinot]

2023-10-10 Thread via GitHub
swaminathanmanish commented on issue #11761: URL: https://github.com/apache/pinot/issues/11761#issuecomment-1755628115 > Thanks for reporting the issue. @snleee @swaminathanmanish Can you help take a look? Thanks @Jackie-Jiang . Will take a look. -- This is an automated message fro

[PR] Update Segment builder to use column major tables [pinot]

2023-10-10 Thread via GitHub
ege-st opened a new pull request, #11776: URL: https://github.com/apache/pinot/pull/11776 This PR updates the Realtime Segment Builder to remove an unnecessary and costly transformation: Pinot would transpose the column major table to a row major table and then transform it back to a column

[I] Create DATETIMECONVERTWINDOWHOP function [pinot]

2023-10-10 Thread via GitHub
alexch2000 opened a new issue, #11775: URL: https://github.com/apache/pinot/issues/11775 # Create a Window HOP function similar to DATETIMECONVERT. The DATETIMECONVERTWINDOWHOP converts the value from a column that contains an epoch timestamp into another time unit and buckets based

Re: [I] [discuss]integrating Apache DataSketches library [pinot]

2023-10-10 Thread via GitHub
davecromberge commented on issue #6420: URL: https://github.com/apache/pinot/issues/6420#issuecomment-1755579214 I've added support for the CPC sketch in this PR which is still being tested: https://github.com/apache/pinot/pull/11774 The name of the query aggregation function has be

[PR] Issue-6420 Add support for Apache Datasketches CPC sketch [pinot]

2023-10-10 Thread via GitHub
davecromberge opened a new pull request, #11774: URL: https://github.com/apache/pinot/pull/11774 The [CPC sketch](https://arxiv.org/abs/1708.06839) is a space-efficient cardinality estimation algorithm. More detail can be found on the Apache Datasketches website documentation: https://datas

[PR] Add DATETIMECONVERTWINDOWHOP function [pinot]

2023-10-10 Thread via GitHub
alexch2000 opened a new pull request, #11773: URL: https://github.com/apache/pinot/pull/11773 Adding DATETIMECONVERTWINDOWHOP function -- 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

Re: [I] [multistage] Null Check Predicates Not Pushed Down [pinot]

2023-10-10 Thread via GitHub
gortiz commented on issue #10381: URL: https://github.com/apache/pinot/issues/10381#issuecomment-1755446477 > IMO this is not a good idea, see my table above. we dont want to couple ingestion time config with query time config I think that is where we see things differently. I think c

Re: [I] Servers can't consume messages due to permission denied error in the endpoint '/segmentConsumed' when ACL is enabled [pinot]

2023-10-10 Thread via GitHub
jddsc commented on issue #11407: URL: https://github.com/apache/pinot/issues/11407#issuecomment-1755258113 Hi team, same issue as well. Could you share your workaround (if any)? @rodolphogarrido -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [I] Pluggable Key-Value Store for Upserts [pinot]

2023-10-10 Thread via GitHub
Aravind-Suresh commented on issue #11658: URL: https://github.com/apache/pinot/issues/11658#issuecomment-1755058392 Yes you are right @Jackie-Jiang. For our experiments, we did a small refactor to RecordLocation to hold the segment name instead of IndexSegment and derived the index segment

Re: [I] Servers can't consume messages due to permission denied error in the endpoint '/segmentConsumed' when ACL is enabled [pinot]

2023-10-10 Thread via GitHub
CA1087 commented on issue #11407: URL: https://github.com/apache/pinot/issues/11407#issuecomment-1754930854 Hi Team, We are facing the same issue as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] Then query runner tool doesn't accept header as a parameter which make the tool unusable for cluster with access control. [pinot]

2023-10-10 Thread via GitHub
JasonLeeWeiHern opened a new issue, #11772: URL: https://github.com/apache/pinot/issues/11772 Then query runner tool doesn't accept the header as a parameter, making the tool unusable for the pinot cluster with access control as we can't pass the token. -- This is an automated message fr