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

Pull request for the issue: https://github.com/apache/pinot/issues/11786 Adding ARRAY_GENERATE function to allow generation of array of values with start, end and step value (optional). Supported data types are int, long, float...

feature

We have an partial-upsert table where the number of updates per key is pretty high in a short period of time (within an hour we get 1000s of updates for...

bug
upsert

label: `observability` - Small follow-up fix to #12594 - Also adding logs to track offsets of filtered events. Publishing this log every 1 minute along with `Consumed x events` log....

observability

We had a situation where defining `controller.data.dir` twice leads to the values being concatenated. It would probably be better if an exception was thrown telling the user to only set...

beginner-task

We've seen many cases where a user wants to search for a substring in a field with a text index. If all of the tokens in the query are complete...

The default behavior of PropertiesConfiguration when reading a .properties file is to create an array of the duplicate values for the key instead of a single string. This change throws...

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

On Pinot V1 and on the new RC there are some issues with equality/inequality -- We first noticed an issue as we were trying to use != and operators on...

bug
multi-stage

``` Error: org.apache.pinot.core.operator.transform.function.CaseTransformFunctionTest.testCaseTransformFunctionWithIntResults -- Time elapsed: 1.254 s

flaky-test

In certain scenarios, gzip can be more storage efficient than other compression codec. We can add the support of gzip for raw forward index. Reference: https://github.com/apache/pinot/pull/7035

beginner-task