pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Apache Pinot - A realtime distributed OLAP datastore

Results 570 pinot issues
Sort by recently updated
recently updated
newest added

See https://github.com/apache/pinot/security/dependabot for details

help wanted
dependencies
ui
vulnerability

# 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...

bugfix

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...

dependencies
java

**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...

multi-stage

# 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,...

feature
query

- 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...

enhancement
inverted-index
index

## 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....

system-table

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...

enhancement
help wanted
user-experience