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: This PR adds a default groupid in kafka consumer This PR will solve the following issue -- #9183 Testing: Added KafkaStreamLevelStreamConfigTest.java to ensure that default value is added to...

Following the guide from [kubernetes-quickstart](https://docs.pinot.apache.org/basics/getting-started/kubernetes-quickstart#3.4-load-data-into-kafka-and-create-pinot-schema-tables) When I run the jobs in section "Load data into Kafka and create Pinot schema/tables" `kubectl apply -f pinot/pinot-realtime-quickstart.yml ` The job container 'pinot-add-example-realtime-table-avro' fails...

Will use this PR to discuss some questions offline and update details here afterwards.

Hi, we just noticed there is one change introduced by [#7374](https://github.com/apache/pinot/pull/7374). A new checking schema.isBackwardCompatibleWith(oldSchema) is added for POST /schemas API. With the checking, we can not modify any existing...

Below the line is the original PR comment. After the PR was open, some things have changed. Specially: - The DESC case is also optimized - The `partial-order-by` option, which...

Many SQL features are not yet supported in multistage engine, because one of the two followings: - stage plan node in pinot-query-planner hasn't been implemented yet. - operator in pinot-query-runtime...

Add support for calculating Pearson's coefficient `corr(x,y)` as part of the effort in #8493. Can leverage implementation for COVAR_SAMP and COVAR_POP as mentioned in #9236.

beginner-task

Hello! We are doing some work to make changes for our tables to utilize "pool based" assignment strategy. A question that I encountered is do we need to rebalance the...

At the moment only Dropwizard/Yammer metrics are provided. A new plugin for Micrometer metrics would be a nice to have. However, I think this should reside in a separate project....

observability

Currently `select * from tbl limit 10` returns a unimplemented exception because limit is considered as an `Order By` with `fetch top 10`. since we do not order with limit...