Gonzalo Ortiz Jaureguizar
Gonzalo Ortiz Jaureguizar
The issue #130 reported by @p1nox indicates that when Stampede is trying to replicate from a MongoDB 3.4, the error shown is (syntethized) the following: ``` 2016-12-22T04:01:30.851 ERROR 'RecoveryService' c.t.m.r.ReplCoordinator...
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...
This PR adds a new property called `treatBinaryAsString` to `ParquetRecordReaderConfig`. This property is an optional boolean. If it is true, then the import process will treat all binary columns as...
SQL defines the [extract expression](https://modern-sql.com/feature/extract) that can be used to access components of temporal datatypes. Calcite already supports it, so when an expression includes an extract function it parses. But...
TL;DR: There is an inconsistency in Pinot when a table defines a column as a string but it is populated reading a parquet file whose column type is binary without...
We currently use Yammer as the metric library, but Yammer is not maintained and it doesn’t have new features other more modern metric libraries (like Drowizard or Micrometer) have. For...
A small PR that changes SortOperator to buffer entries in an ArrayList instead of a LinkedList. In general LinkedList performance is horrible, even in cases when theoretically (by Big-O) they...
At this moment this PR is a draft where I'm trying to modify the way stats are collected and encoded in multi-stage engine. ## The plan is to: 1. Use...
# Proposal: Multi Stage actual physical/implementation explain Apache Pinot has some particularities that make `explain` sentences a bit more complex than customers may be used to. First, Pinot is a...
**Description:** As we know, OpenJDK used to be the place where free JRE and JDKs were downloaded from, but in the new model consumers should use other vendors like temurin,...