pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
Bumps `kotlin.stdlib.version` from 1.9.24 to 2.0.0. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.24 to 2.0.0 Release notes Sourced from org.jetbrains.kotlin:kotlin-stdlib-jdk8's releases. Kotlin 2.0.0 Changelog Analysis. API New Features KT-65327 Support reading klib contents...
PR #11620 removed `pinot-core` dependency from the `pinot-jdbc-client` since it was not needed for Auth anymore However, there are a lot of other deps such as sl4j which jdbc client...
Addresses #11788. Approach: For each partition get the set of servers on which the partition resides for each table and verify that the 2 server sets are equal Edge case:...
wip: need to be tested
In single-stage query engine, Apache Pinot implements an approximate grouping algorithm, which is explained in [its own documentation page](https://docs.pinot.apache.org/operators/operating-pinot/oom-protection-using-automatic-query-killing). The key point in this algorithm is that when we group...
I am trying to ingest Kafka messages serialized with Protobuf format into Pinot tables using realtime connector but i am getting errors while querying table. Here are the steps followed....
Hey all! We are facing serious issue of high availability despite replication across all components. When one out of three broker/server pods is unavailable, some of our queries fail with...
# Issue Our LB consumes header information to route requests to create and delete schemas and tables. This issue allows setting additional header information to route requests to Pinot when...