Marios Trivyzas

Results 23 issues of Marios Trivyzas

Given the table: ``` CREATE TABLE IF NOT EXISTS t ( "a" TEXT NOT NULL, "b" TEXT NOT NULL, "c" TEXT NOT NULL, PRIMARY KEY ("a", "b", "c") ); ```...

feature: performance
complexity: no estimate

Each argument is first double quoted, but because of the default configuration of `org.apache.maven.shared.utils.cli.shell.Shell` is also single quoted on top. This leads to a shell command line which is not...

Dependency to commons-lang3 has been removed earlier on, but still there were usages of `StringUtils` & `SystemUtils` which lead to the plugin requiring the dependency to be added explicitly when...

## What is the purpose of the change Add support for microsecond precision for timestamp in Avro. ## Brief change log - Add support for microsecond precision for timestamp in...

component=Formats

Add support to `sin()`, `asin()`, `cos()`, `acos()`, `tan(), `atan()`, `atan2()` and `cot()`. Follows: #16818 Relates: #15632

cla-signed

- ABS - CEIL - FLOOR - SQRT - EXP - ROUND (without precision) Closes: #15632

cla-signed

Add support to `ln()` and `log()` but only for the one arg version, so the log base 10 version, as the `BigDecimalMath` library doesn't support log with an arbitrary base....

cla-signed

Lucene 10 deprecated the COMPLEMENT flag, see: https://github.com/apache/lucene/pull/13732 With: https://github.com/apache/lucene/pull/13739 bwc was added and the flag was renamed from COMPLEMENT to DEPRECATED_COMPLEMENT, but the support will be dropped in future...

feature: sql: scalars

With: https://github.com/crate/crate/pull/17371 support for MIN/MAX on numeric is added. (Previously, the NUMERIC values where casted to string, leading to wrong results) Add support for DocValuesAggregator for MIN/MAX on `NUMERIC` type.

feature: performance
feature: sql: aggregations