Re: [PR] Add button to Pause/Resume consumption in Table UI [pinot]

2025-04-27 Thread via GitHub
KKcorps commented on code in PR #15657: URL: https://github.com/apache/pinot/pull/15657#discussion_r2062983829 ## pinot-controller/src/main/resources/app/pages/TenantDetails.tsx: ## @@ -279,6 +304,38 @@ const TenantPageDetails = ({ match }: RouteComponentProps) => { useEffec

Re: [PR] Use Kafka Admin client to Fetch offsets instead of Kafka Consumer [pinot]

2025-04-27 Thread via GitHub
KKcorps commented on PR #15641: URL: https://github.com/apache/pinot/pull/15641#issuecomment-2834127750 @sajjad-moradi wanted your opinion on if this won't cause any backward incompatibility issues? -- This is an automated message from the Apache Git Service. To respond to the message, pl

[PR] [multistage] Add Pushdown and Worker Rules [pinot]

2025-04-27 Thread via GitHub
ankitsultana opened a new pull request, #15658: URL: https://github.com/apache/pinot/pull/15658 Does NOT touch any existing multistage code path and only contains changes to the new optimizer. TODO -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] Add button to Pause/Resume consumption in Table UI [pinot]

2025-04-27 Thread via GitHub
Copilot commented on code in PR #15657: URL: https://github.com/apache/pinot/pull/15657#discussion_r2062943845 ## pinot-controller/src/main/resources/app/pages/TenantDetails.tsx: ## @@ -279,6 +304,38 @@ const TenantPageDetails = ({ match }: RouteComponentProps) => { useEffec

[PR] Add button to Pause/Resume consumption in Table UI [pinot]

2025-04-27 Thread via GitHub
KKcorps opened a new pull request, #15657: URL: https://github.com/apache/pinot/pull/15657 This pull request introduces a new feature to manage the pause and resume functionality for real-time table consumption in the Pinot Controller UI. It includes updates to the UI components, API integr

[I] Add support for querying logical tables in SSE. [pinot]

2025-04-27 Thread via GitHub
vrajat opened a new issue, #15656: URL: https://github.com/apache/pinot/issues/15656 The work consists of changes in `BaseSingleStageBrokerHandler` processing logical tables to extract metadata of multiple physical tables and pass a map of table, segment list to SSE query executor in each s

Re: [PR] Logical table CRUD operations. [pinot]

2025-04-27 Thread via GitHub
abhishekbafna commented on PR #15515: URL: https://github.com/apache/pinot/pull/15515#issuecomment-2834051961 Closes [#15556](https://github.com/apache/pinot/issues/15556) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

(pinot) branch master updated: Allow raw JSON as input for Add table button in Pinot UI (#15647)

2025-04-27 Thread kharekartik
This is an automated email from the ASF dual-hosted git repository. kharekartik 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 c894265b1f Allow raw JSON as input for Add t

Re: [PR] Allow raw JSON as input for Add table button in Pinot UI [pinot]

2025-04-27 Thread via GitHub
KKcorps merged PR #15647: URL: https://github.com/apache/pinot/pull/15647 -- 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

Re: [PR] Adding CityHash support to scalar functions [pinot]

2025-04-27 Thread via GitHub
codecov-commenter commented on PR #15655: URL: https://github.com/apache/pinot/pull/15655#issuecomment-2833993457 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15655?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Logical table CRUD operations. [pinot]

2025-04-27 Thread via GitHub
vrajat commented on code in PR #15515: URL: https://github.com/apache/pinot/pull/15515#discussion_r2062879617 ## pinot-common/src/main/java/org/apache/pinot/common/config/provider/TableCache.java: ## @@ -144,6 +172,17 @@ public String getActualTableName(String tableName) {

Re: [PR] Fix Select-Star failures during schema evolution and segment reload [pinot]

2025-04-27 Thread via GitHub
praveenc7 commented on code in PR #15350: URL: https://github.com/apache/pinot/pull/15350#discussion_r2062747309 ## pinot-core/src/main/java/org/apache/pinot/core/operator/combine/merger/SelectionOnlyResultsBlockMerger.java: ## @@ -46,15 +50,42 @@ public void mergeResultsBlocks(

Re: [PR] Fix Select-Star failures during schema evolution and segment reload [pinot]

2025-04-27 Thread via GitHub
praveenc7 commented on PR #15350: URL: https://github.com/apache/pinot/pull/15350#issuecomment-2833691720 > How is this handled on the broker when the DataTable schema mismatches between 2 servers for a select * query? Added this support as well -- This is an automated message from

Re: [PR] Fix Select-Star failures during schema evolution and segment reload [pinot]

2025-04-27 Thread via GitHub
praveenc7 commented on code in PR #15350: URL: https://github.com/apache/pinot/pull/15350#discussion_r2062747109 ## pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseSingleStageBrokerRequestHandler.java: ## @@ -1729,6 +1729,7 @@ static void updateColumnNames(

Re: [PR] [pinot-avro plugin] by default enable logical types support [pinot]

2025-04-27 Thread via GitHub
codecov-commenter commented on PR #15654: URL: https://github.com/apache/pinot/pull/15654#issuecomment-2833477223 ## [Codecov](https://app.codecov.io/gh/apache/pinot/pull/15654?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

Re: [PR] Bump software.amazon.awssdk:bom from 2.31.28 to 2.31.29 [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15643: URL: https://github.com/apache/pinot/pull/15643 -- 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] [pinot-avro plugin] by default enable logical types support [pinot]

2025-04-27 Thread via GitHub
Copilot commented on code in PR #15654: URL: https://github.com/apache/pinot/pull/15654#discussion_r2062645895 ## pinot-plugins/pinot-input-format/pinot-avro-base/src/main/java/org/apache/pinot/plugin/inputformat/avro/AvroSchemaUtil.java: ## @@ -193,8 +194,26 @@ private static O

(pinot) branch master updated: Fix JsonExtractIndex with null handling enabled (#15616)

2025-04-27 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 adc3d79e81 Fix JsonExtractIndex with null handli

Re: [PR] Bump com.google.protobuf:protobuf-bom from 3.25.5 to 3.25.7 [pinot]

2025-04-27 Thread via GitHub
yashmayya commented on PR #15632: URL: https://github.com/apache/pinot/pull/15632#issuecomment-2833526153 Updating ORC to the latest version (`2.1.1`) doesn't fix the issue either. > or we could exclude ORC from the main build or package The issue here is that the test setup in

Re: [PR] Optimize memory usage on SchemaConformingTransformer [pinot]

2025-04-27 Thread via GitHub
Copilot commented on code in PR #15624: URL: https://github.com/apache/pinot/pull/15624#discussion_r2062666847 ## pinot-segment-local/src/main/java/org/apache/pinot/segment/local/recordtransformer/SchemaConformingTransformer.java: ## @@ -406,25 +408,25 @@ public GenericRow trans

Re: [I] Support CityHash function [pinot]

2025-04-27 Thread via GitHub
vinodbaba commented on issue #15454: URL: https://github.com/apache/pinot/issues/15454#issuecomment-2833519660 @xiangfu0 Could you review the [PR](https://github.com/apache/pinot/pull/15655) Thanks -- This is an automated message from the Apache Git Service. To respond to the message,

[PR] Adding CityHash support to scalar functions [pinot]

2025-04-27 Thread via GitHub
vinodbaba opened a new pull request, #15655: URL: https://github.com/apache/pinot/pull/15655 PR for [15454](https://github.com/apache/pinot/issues/15454) -- 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

Re: [PR] Fix JsonExtractIndex with null handling enabled [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15616: URL: https://github.com/apache/pinot/pull/15616 -- 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] Implementation of SPI_change_checker Github action [pinot]

2025-04-27 Thread via GitHub
xiangfu0 commented on PR #15626: URL: https://github.com/apache/pinot/pull/15626#issuecomment-2833512787 in this case, I was thinking we should just let latest code to build on top of the SPIs from the previous 2 released versions. Just it cannot be simply by importing the old `pinot-spi`

Re: [PR] Bump com.google.protobuf:protobuf-bom from 3.25.5 to 3.25.7 [pinot]

2025-04-27 Thread via GitHub
xiangfu0 commented on PR #15632: URL: https://github.com/apache/pinot/pull/15632#issuecomment-2833511189 Is there a plan to upgrade ORC? or we could exclude ORC from the main build? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [I] JSON_EXTRACT_INDEX null pointer exception, this._arguments is null [pinot]

2025-04-27 Thread via GitHub
xiangfu0 closed issue #15516: JSON_EXTRACT_INDEX null pointer exception, this._arguments is null URL: https://github.com/apache/pinot/issues/15516 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Use Kafka Admin client to Fetch offsets instead of Kafka Consumer [pinot]

2025-04-27 Thread via GitHub
Copilot commented on code in PR #15641: URL: https://github.com/apache/pinot/pull/15641#discussion_r2062653220 ## pinot-plugins/pinot-stream-ingestion/pinot-kafka-3.0/src/main/java/org/apache/pinot/plugin/stream/kafka30/KafkaStreamMetadataProvider.java: ## @@ -97,49 +100,51 @@ p

Re: [PR] Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15644: URL: https://github.com/apache/pinot/pull/15644 -- 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: Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 (#15642)

2025-04-27 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 b7887e2545 Bump com.fasterxml.jackson:jackson-bo

(pinot) branch dependabot/maven/com.fasterxml.jackson-jackson-bom-2.19.0 deleted (was cd6b57fafc)

2025-04-27 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch dependabot/maven/com.fasterxml.jackson-jackson-bom-2.19.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was cd6b57fafc Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2

Re: [PR] Bump com.fasterxml.jackson:jackson-bom from 2.18.3 to 2.19.0 [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15642: URL: https://github.com/apache/pinot/pull/15642 -- 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 dependabot/maven/software.amazon.awssdk-bom-2.31.29 deleted (was ba592e751b)

2025-04-27 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch dependabot/maven/software.amazon.awssdk-bom-2.31.29 in repository https://gitbox.apache.org/repos/asf/pinot.git was ba592e751b Bump software.amazon.awssdk:bom from 2.31.28 to 2.31.29 The

(pinot) branch master updated: Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.3 to 5.4.4 (#15644)

2025-04-27 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 d1d265128c Bump org.apache.httpcomponents.client

(pinot) branch master updated: Bump software.amazon.awssdk:bom from 2.31.28 to 2.31.29 (#15643)

2025-04-27 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 1a5bb32fe7 Bump software.amazon.awssdk:bom from

(pinot) branch dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4.4 deleted (was ae11ac0195)

2025-04-27 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch dependabot/maven/org.apache.httpcomponents.client5-httpclient5-5.4.4 in repository https://gitbox.apache.org/repos/asf/pinot.git was ae11ac0195 Bump org.apache.httpcomponents.client5:httpc

(pinot) branch dependabot/maven/com.dynatrace.hash4j-hash4j-0.22.0 deleted (was 771c16f0ce)

2025-04-27 Thread xiangfu
This is an automated email from the ASF dual-hosted git repository. xiangfu pushed a change to branch dependabot/maven/com.dynatrace.hash4j-hash4j-0.22.0 in repository https://gitbox.apache.org/repos/asf/pinot.git was 771c16f0ce Bump com.dynatrace.hash4j:hash4j from 0.21.0 to 0.22.0 The r

(pinot) branch master updated: Bump com.dynatrace.hash4j:hash4j from 0.21.0 to 0.22.0 (#15645)

2025-04-27 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 489e9927ef Bump com.dynatrace.hash4j:hash4j from

Re: [PR] Bump com.dynatrace.hash4j:hash4j from 0.21.0 to 0.22.0 [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15645: URL: https://github.com/apache/pinot/pull/15645 -- 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] Automating License Binary updation flow for New Releases [pinot]

2025-04-27 Thread via GitHub
destrex271 commented on PR #15653: URL: https://github.com/apache/pinot/pull/15653#issuecomment-2833498340 Also @xiangfu0 , my initial idea for this is that the current bash script will run inside Github Actions and then raise a pull request with the updated License binary file. Does that a

Re: [PR] Automating License Binary updation flow for New Releases [pinot]

2025-04-27 Thread via GitHub
destrex271 commented on PR #15653: URL: https://github.com/apache/pinot/pull/15653#issuecomment-2833460969 > Thanks for submitting the PR! Could you also paste a sample output or changes ? Sure! I am currently figuring out how to validate licenses of all the dependencies. Once that i

[PR] [pinot-avro plugin] by default enable logical types support [pinot]

2025-04-27 Thread via GitHub
xiangfu0 opened a new pull request, #15654: URL: https://github.com/apache/pinot/pull/15654 seems better to have this config enabled to support types like bigDecimal etc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [PR] Automating License Binary updation flow for New Releases [pinot]

2025-04-27 Thread via GitHub
xiangfu0 commented on PR #15653: URL: https://github.com/apache/pinot/pull/15653#issuecomment-2833448389 Thanks for submitting the PR! Could you also paste a sample output or changes ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [PR] Add netty memory related metrics for grpc query/broker servers [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15625: URL: https://github.com/apache/pinot/pull/15625 -- 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: Add netty memory related metrics for grpc query/broker servers (#15625)

2025-04-27 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 fd802fcf9a Add netty memory related metrics for

[PR] Automating License Binary updation flow for New Releases [pinot]

2025-04-27 Thread via GitHub
destrex271 opened a new pull request, #15653: URL: https://github.com/apache/pinot/pull/15653 Hi, This PR is to resolve issue: - #15460 **Changes** - Add a new Github Actions workflow which is triggered on relevant dependabot PRs - Adds a new bash script to run all the

(pinot) branch master updated: Add netty memory related metrics for GrpcMailboxServer (#15651)

2025-04-27 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 43089b15f3 Add netty memory related metrics for

Re: [PR] Add netty memory related metrics for GrpcMailboxServer [pinot]

2025-04-27 Thread via GitHub
xiangfu0 merged PR #15651: URL: https://github.com/apache/pinot/pull/15651 -- 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 netty memory related metrics for GrpcMailboxServer [pinot]

2025-04-27 Thread via GitHub
Copilot commented on code in PR #15651: URL: https://github.com/apache/pinot/pull/15651#discussion_r2062502414 ## pinot-query-runtime/src/main/java/org/apache/pinot/query/mailbox/channel/GrpcMailboxServer.java: ## @@ -49,24 +55,48 @@ public class GrpcMailboxServer extends Pinot

Re: [I] Use body for /zk/put PUT request API in ZK browser UI [pinot]

2025-04-27 Thread via GitHub
ishaan1091 commented on issue #15311: URL: https://github.com/apache/pinot/issues/15311#issuecomment-2833253827 Sure, Let me take a look at the linked resources once I get some time this week post which I will try to raise a PR -- This is an automated message from the Apache Git Service.