pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
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...
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...
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....
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...
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...
``` Error: org.apache.pinot.core.operator.transform.function.CaseTransformFunctionTest.testCaseTransformFunctionWithIntResults -- Time elapsed: 1.254 s
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