Skip to content

Bump org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.2 in the dependency-updates group across 1 directory #884

Bump org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.2 in the dependency-updates group across 1 directory

Bump org.apache.logging.log4j:log4j-api from 2.24.1 to 2.24.2 in the dependency-updates group across 1 directory #884

Triggered via pull request November 22, 2024 08:58
Status Success
Total duration 2m 51s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
maven-checks: src/main/java/org/ebyhr/trino/storage/StorageSplit.java#L83
getRetainedSizeInBytes implements method in ConnectorSplit; expected @OverRide
maven-checks: src/main/java/org/ebyhr/trino/storage/StorageConnector.java#L63
Importing nested classes/static methods/static fields with commonly-used names can make code harder to read, because it may not be clear from the context exactly which type is being referred to. Qualifying the name with that of the containing class can make the code clearer. Here we recommend using qualified class: StorageTransactionHandle.
maven-checks: src/main/java/org/ebyhr/trino/storage/StorageRecordSetProvider.java#L68
Using stream::iterator creates a one-shot Iterable, which may cause surprising failures.
maven-checks: src/main/java/org/ebyhr/trino/storage/operator/ExcelPlugin.java#L51
It is very rare for LinkedList to out-perform ArrayList or ArrayDeque. Avoid it unless you're willing to invest a lot of time into benchmarking. Caveat: LinkedList supports null elements, but ArrayDeque does not.
maven-checks: src/main/java/org/ebyhr/trino/storage/operator/JsonPlugin.java#L63
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
maven-checks: src/main/java/org/ebyhr/trino/storage/operator/JsonPlugin.java#L121
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
maven-checks: src/main/java/org/ebyhr/trino/storage/operator/RawPlugin.java#L42
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.
maven-checks: src/main/java/org/ebyhr/trino/storage/operator/TextPlugin.java#L40
Implicit use of the platform default charset, which can result in differing behaviour between JVM executions or incorrect behavior if the encoding of the data source doesn't match expectations.