-
Hello,
I am currently starting in this way on version 2.5.3 and would like to use the URI statistics feature:
`java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-starter-boot-2.5.3.jar
j…
-
Seeing an issue with dynamic table queries through the Pinot connector for Trino version 379. When doing a query with a WHERE clause on the partition key without using a dynamic table query where ther…
-
Today, the realtime segment data manager creates a kafka `clientId` for consumer by concatenating topic name and partition id. However, this will lead to conflicting mbeans from kafka clients as we sp…
-
Here there is a part that we setup a kafka cluster using helm and bitnami's packages, Bitnami's helm packages do deploy kafka in a KRaft Mode by default, even though throughout the documentation on ap…
-
We run Pinot behind a proxy which only permits https. The cert served by the proxy is signed by an internal CA, which Trino running in a docker container doesn't trust out of the box.
Therefore, it…
-
Trying to create a table. I have restarted this project again after 1 year but having the same issue I'm sure I'm doing something wrong, need I really appreciate if someone helps me to setup this up. …
-
`pinot-jdbc-client` depends directly on `pinot-common` that have a lot of dependencies.
When packaging with shadowJar, this led to a 120MB package only for pinot. Mostly all my other jdbc package …
-
## what's the problem?
Return a unique `requestId` always is important for tracing/debugging, to find related logging events for example. There're some limitation at the moment:
1. it's not availabl…
-
I was unable to find snapshots for the pinot-java-client module in maven central snapshots repository. For now, I have been building the project locally for testing my changes to pinot-java-client in …
-
We are seeing some different behaviors between 0.9.0 and latest Pinot:
Some of our queries are selecting on bytesToBigDecimal(amount_decimal_hex) where amount_decimal_hex is BYTES column, values …