Bump dep.aws-sdk.version from 1.12.561 to 1.12.566 #618
Annotations
10 warnings
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.
|
src/main/java/org/ebyhr/trino/storage/operator/CsvPlugin.java#L41
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.
|
src/main/java/org/ebyhr/trino/storage/operator/CsvPlugin.java#L56
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.
|
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.
|
src/main/java/org/ebyhr/trino/storage/StorageRecordSetProvider.java#L65
Using stream::iterator creates a one-shot Iterable, which may cause surprising failures.
|
src/main/java/org/ebyhr/trino/storage/operator/JsonPlugin.java#L58
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.
|
src/main/java/org/ebyhr/trino/storage/operator/JsonPlugin.java#L116
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.
|
src/main/java/org/ebyhr/trino/storage/operator/TsvPlugin.java#L41
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.
|
src/main/java/org/ebyhr/trino/storage/operator/TsvPlugin.java#L56
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.
|
src/main/java/org/ebyhr/trino/storage/operator/ExcelPlugin.java#L52
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.
|
The logs for this run have expired and are no longer available.
Loading