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

# Description Adds security and safety checks for Groovy scripts by performing static analysis on the AST. When enabled this feature will check every Groovy script sent to Pinot against...

Requirements: have a way to track/compare the physical Kafka ingestion lag. This can be an optional stream config to report the consumer lag periodically to Kafka for tracking purpose. It's...

kafka
feature request

# Context https://jspecify.dev/docs/start-here/ https://jspecify.dev/docs/user-guide/ https://jspecify.dev/blog/release-1.0.0/ https://www.infoq.com/news/2024/08/jspecify-java-nullability/

cleanup
refactor

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.2 to 2.18.0. Commits 7236550 [maven-release-plugin] prepare release jackson-bom-2.18.0 58c2791 Prepare for 2.18.0 release 3775318 Merge pull request #73 from FasterXML/dependabot/github_actions/github-action... 540b7e7 Bump actions/setup-java from 4.2.1 to...

dependencies
java

- https://github.com/apache/pinot/pull/13733 - The broker config was renamed from `pinot.query.explain.ask.servers` to `pinot.query.multistage.explain.include.segment.plan` during the course of review. This patch updates the corresponding query option to match the name for a...

cleanup
multi-stage

Looking at `BaseSingleSegmentConversionExecutor`, I see that it always uploads the segment, even if the segment did not change but only the metadata (e.g., updating custom map for some minion task...

enhancement
help wanted
beginner-task

Currently `MergeRollupTask` runs in a forward manner, meaning segments that were processed are not processed again even after modifying the watermark in Zookeeper. Possible use case is that if ingestion...

ingestion
feature request

Just to have a good overview on all Kubernetes related open topics. Since only filtering for "kubernetes" does not give the right picture, this is a manual build list: feature...

Currently, scalar functions supports only Single valued column. Need generic function to apply any scalar function on an MV column

feature request

**What needs to be done?** We are seeking a method to tag a Pinot server with a specific pool for pool-based instance assignment during server startup. **Why is this feature...