pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
See https://github.com/apache/pinot/security/dependabot for details
# Observation We saw query traffic from Trino always hitting one set of Pinot servers. And the repeated curl `/debug/routingTable/` always returns the same subset of servers even though queries...
Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 3.0.4 to 3.0.5. Release notes Sourced from org.asynchttpclient:async-http-client's releases. AHC v3.0.5 Release What's Changed Fix NPE in NettyConnectListener by @hyperxpro in AsyncHttpClient/async-http-client#2127 Maintain Content-Type set explicitly by...
**Note:** Creating this ticket for tracking. Some existing solutions might already suffice, but I want to ideally find a path forward where we don't have to turn any config or...
# Changes Add `maxRowsInDistinct`/`numRowsWithoutChangeInDistinct` plumbing throughout the distinct pipeline: query options, executors, dictionary plan, and broker/server metadata so early termination is reported consistently Teach every distinct executor (raw & dictionary,...
- Infer dictionary creation whenever indexes that require a dictionary (inverted, FST, range, etc.) are configured, and plumb raw-encoding awareness through forward index creator/reader factories. - Extend forward index handler...
## Summary - Introduce a system table SPI (request, response, filter, provider, config utils) in pinot-spi. - Add a registry and two providers (system.tables, system.instances) plus unit and integration tests....
[Real-time Table Replication X clusters][1/n] Creating new tables with designated consuming segments
This the first part of a series of changes aimed at enabling **real-time table replication between two Pinot clusters**. The core purpose of this specific PR is to introduce the...
We should enhance index type compatibility check in table config validation. E.g. inverted index enabled column must have dictionary enabled. We should list down all supported index types, and do...