pinot
pinot copied to clipboard
Apache Pinot - A realtime distributed OLAP datastore
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`
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#...
[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
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...
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...
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...
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...
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) ```