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

Found during code review by copilot in #17295. There is typo in method name `getPermissios` in `UserConfig`. We should create a new method `getPermissions` in `UserConfig` and deprecate `getPermissios`

bug
Configuration

can you please help me to fix this error, i tried all possible combinations I am able to able to read topic metadata, produce message and consume message from c#...

ingestion
troubleshooting
real-time

[Design](https://docs.google.com/document/d/1DDSW8aG1UHa3eCBmecS2Y9zsj7AeP29tCjlCMHW0Q5Q/edit?usp=sharing) - [ ] Create new table with designated consuming watermarks inducted from source table. https://github.com/apache/pinot/pull/17235 - [ ] Backfill Historical Segments https://github.com/wirybeaver/pinot/pull/64

PEP-Request

This pr adds the support to perform average with fixed precision. `SELECT AVGPRECISION(colA, precision, scale, roundingmode) FROM table` `SELECT AVGPRECISION(colA, precision, scale) FROM table` `SELECT AVGPRECISION(colA, precision) FROM table` `SELECT...

feature
functions

https://github.com/apache/pinot/pull/15264 introduced an info log with the full sql for each request. In high QPS environments, this causes at least high log volume but may also lead to heavy degradation...

PEP-Request
observability

Bumps `calcite.version` from 1.40.0 to 1.41.0. Updates `org.apache.calcite:calcite-core` from 1.40.0 to 1.41.0 Commits c838dd4 [CALCITE-7223] Release Calcite 1.41.0 34989b0 [CALCITE-7194] Simplify comparisons between function calls and literals to SE... f26bd43...

dependencies
java
minor

Remove instanceType as parameter in segment build classes and add it to generator config

This PR reverts #15992. We found some installations where the extra cancel call is more expensive than expected, especially because the server code executed during cancellation is quite costly. The...

Currently, Apache Pinot documentation is written in GitBook, a proprietary solution designed for its own web application. The documentation is stored in a Git repository ([link](https://github.com/pinot-contrib/pinot-docs)) as markdown, but it...

documentation

java.io.FileNotFoundException: File does not exist: hdfs://namenode:8020/pinot/data/myTable/segment_name.metadata.tar.gz at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1520) at org.apache.pinot.plugin.filesystem.HadoopPinotFS.isDirectory(HadoopPinotFS.java:236) at org.apache.pinot.plugin.filesystem.HadoopPinotFS.delete(HadoopPinotFS.java:92) ```

bug
hadoop
ingestion