pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
Instructions: 1. The PR has to be tagged with at least one of the following labels (*): 1. `feature` 2. `bugfix` 3. `performance` 4. `ui` 5. `backward-incompat` 6. `release-notes` (**)...
When there is only one server queried, we can calculate the final aggregation result on the server side, instead of serializing back the intermediate result (which can be huge for...
We had some kind of issue with a Kafka topic such that the most recent offsets changed (to lower values). The realtime table is not processing any new messages to...
Label: `feature` This PR adds support for Cast transform function for mv columns.
### Description: This PR addresses https://github.com/apache/pinot/issues/9268 for the segment push job runners under the standalone execution framework: `SegmentMetadataPushJobRunner`, `SegmentTarPushJobRunner`, and `SegmentUriPushJobRunner`. This is accomplished by introducing a new class `ConsistentDataPushUtils`...
There are places in the code base in which multiple write interactions with ZK is done as a part of one operation. If any of these interactions fails or if...
The users currently need to create the whole spark-submit command to run a spark job for batch ingestion. With so many plugins available inside pinot leads a lot of classpath...
One possible solution is to manually delete the consuming segment and let the controller create a new one during real-time segment validation. But this scenario is not covered in the...
Currently, if a query is run with the ORDER BY clause. data is - in selection only, data is sorted and trimmed to the limit - in aggregation/group-by/distinct, data is...