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

PR to add support for "SHOW TABLES" and "DESCRIBE table" queries. Current status: - [x] SHOW TABLES - [x] DESCRIBE table

When the security protocol of kafka is SASL_PLAINTEXT, if I use SASL_SSL to create a realtime table, the log of fetch topic timeout will appear instead of the log of...

enhancement
security

I notice that the postingListMap is changed from hashMap to TreeMap in this PR: https://github.com/apache/pinot/pull/12568 jsonMatch performs a point search on the _postingListMap wheras jsonExtractIndex perform a prefix search on...

enhancement

use EqualsVerifier library to verify equals method https://jqno.nl/equalsverifier/

1. The current description of the API `@Path("/tasks/subtask/{taskName}/config")` is minimal and doesn't capture all the actions performed by the API. 2. Improve the API description and capture how the API...

Do Not Merge. I am evaluating Netty 4.2.x https://netty.io/news/2024/07/03/4-2-0-Alpha2.html

### Problem statement In #12037, we added support for removing deleted keys and the validDocId for the deleted records after a TTL window. This ensured that deleted records would eventually...

enhancement
release-notes
upsert

**Labels** - `dependencies` **Description** - As per the [issue](https://github.com/apache/pinot/issues/13472), upgrading the helix dependency to `1.4.0`

dependencies

This PR allows for better freshness/cpu/disk io usage for realtime Lucene text index. User facing changes: 1. Add config `pinot.server.lucene.min.refresh.interval.ms` (default is 10, as 10ms was the previous behavior) 2....

enhancement
Configuration
performance
refactor
real-time