Marios Trivyzas
Marios Trivyzas
Fixes: #16203
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") ); ```...
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...
Add support to `sin()`, `asin()`, `cos()`, `acos()`, `tan(), `atan()`, `atan2()` and `cot()`. Follows: #16818 Relates: #15632
- ABS - CEIL - FLOOR - SQRT - EXP - ROUND (without precision) Closes: #15632
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....