Laurent Goujon

Results 24 issues of Laurent Goujon

Add a new `report-aggregate-all` goal to the JaCoCo maven plugin which include executions and source files of all the reactor projects into a single project.

It is possible to easily trigger a `StackOverflowError` during resolution if using the concatenation operator a large number of times. For example the following test case is likely to fail...

This is similar to #177 but instead of adding elements one by one like in the following example: ``` d { x = [] }, c : ${d}, c {...

Currently, JoinToMultiJoinRule does not collapse well joins if they are null-generating (e.g. full/left/right). In particular, if all the joins are FULL joins, then it should be able to collapse all...

org.apache.calcite.rel.RelShuttleImpl class has a protected stack field used to capture parent node when visiting children, but all subclasses in Calcite codebase never read the content of the stack. The change...

Improve simplification of expression by RexSimplify when unknownAsFalse is true by not setting back unknownAsFalse to false while processing terms. Allow for expressions like A = A AND B =...

returned-with-feedback

Address an issue in fullyQualify method when fully qualifying an identifier and the prefix cannot be resolved but could if name matching was not case sensitive, the method would throw...

LGTM-will-merge-soon

Add support into Presto/Trino to read Iceberg Tables using Nessie

integrations

Several spotless check actually use `google-java-format` under the hoods. When those checks are run from a JDK 17 environment but files are actually targeting Java 8 or Java 11, and...

enhancement

When formatting files with `google-java-format`, the parser uses the same source version as its own runtime version (running `google-java-format` on JDK X implies that that Java source files are conformant...