[Feature] Trino dialect, the extract function supports dow and week parameters #41000
Annotations
2 errors
Run java checkstyle:
fe/fe-core/src/main/java/com/starrocks/connector/parser/trino/Trino2SRFunctionCallTransformer.java#L236
[checkstyle] reported by reviewdog 🐶
',' is preceded with whitespace.
Raw Output:
/github/workspace/./fe/fe-core/src/main/java/com/starrocks/connector/parser/trino/Trino2SRFunctionCallTransformer.java:236:55: error: ',' is preceded with whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck)
|
Run java checkstyle:
fe/fe-core/src/main/java/com/starrocks/connector/parser/trino/Trino2SRFunctionCallTransformer.java#L236
[checkstyle] reported by reviewdog 🐶
',' is not followed by whitespace.
Raw Output:
/github/workspace/./fe/fe-core/src/main/java/com/starrocks/connector/parser/trino/Trino2SRFunctionCallTransformer.java:236:55: error: ',' is not followed by whitespace. (com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAfterCheck)
|
Loading