Skip to content

Don't case-fold paths when using table syntax #626

Don't case-fold paths when using table syntax

Don't case-fold paths when using table syntax #626

Re-run triggered October 17, 2023 12:34
Status Success
Total duration 3m 33s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
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.
maven-checks: 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.
maven-checks: 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.
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/StorageRecordSetProvider.java#L65
Using stream::iterator creates a one-shot Iterable, which may cause surprising failures.
maven-checks: 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.
maven-checks: 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.
maven-checks: 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.
maven-checks: 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.
maven-checks: 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.

Artifacts

Produced during runtime
Name Size
test report maven-checks Expired
65 KB