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

Queries like: ```sql WITH CTE_B AS ( SELECT 1 AS __ts FROM a GROUP BY __ts ) SELECT 1 FROM CTE_B WHERE __ts >= 1 AND __ts < 2 ```...

I have scanned following image, and found some vulnerabilities. This is from master branch apachepinot/pinot:1.2.0-SNAPSHOT-ddce06f9cc-20240620-17-ms-openjdk below critical and high vulnerabilities? https://www.cve.org/CVERecord?id=CVE-2024-32002 https://www.cve.org/CVERecord?id=CVE-2020-19726 https://www.cve.org/CVERecord?id=CVE-2022-47695 https://www.cve.org/CVERecord?id=CVE-2023-47038 https://www.cve.org/CVERecord?id=CVE-2022-2000 https://www.cve.org/CVERecord?id=CVE-2022-2042 https://www.cve.org/CVERecord?id=CVE-2023-4733 https://www.cve.org/CVERecord?id=CVE-2023-4735 https://www.cve.org/CVERecord?id=CVE-2023-4750 https://www.cve.org/CVERecord?id=CVE-2023-4751...

security

Recently, on one of our customer tables we added a comparison column where `enableSnapshot` was true but `enablePreload` was false. After adding the comparison column and restarting, the expected records...

upsert

enable Netty native transports (epoll, kqueue) by default

In using `pinot-java-client : 1.0.0-hotfix` and `pinot-common : 1.0.0` and scanning the dependencies with Anchore the following CVEs were detected: ``` CVE-2022-39135+org.apache.calcite.avatica.avatica-core-1.20.0.jar vulnerabilities package CRITICAL Vulnerability found in non-os package...

vulnerability

This is a parent-issue for issues helping making Pinot more robust and give a better user experience (out of the box) - [ ] #13433 - [ ] #13434 -...

user-experience
parent-issue

- Improve the performance of constructing upsert metadata during server restart/table reload (related issue #7569) - Improve the performance of removing a segment from upsert metadata - Use disk space...

enhancement
upsert
parent-issue

Reloading a segment in a Pinot upsert table needs around 20 seconds during a table segment reload (see timeline below). In a server with hundreds of segments, the reload of...

upsert
performance

As a admin when I delete a table on Apache Pinot UI instead of just a confirmation box, I should be requested to validate the table name & type it...

ui

One of the potential solutions to https://github.com/apache/pinot/issues/12477 was a broker api that returns table freshness info. This PR: - adds a new broker api `/debug/tableFreshness/{table}?timeoutMs=1000` that returns the minimum ingestion...

rest-api
real-time