[Enhancement] subfield pushdown through table function #55425
reviewdog [checkstyle] report
reported by reviewdog 🐶
Findings (3)
fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java|17 col 8| Unused import - com.starrocks.planner.TableFunctionNode.
fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java|22 col 8| Unused import - java.util.Optional.
fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java|23 col 8| Unused import - java.util.stream.Collectors.
Filtered Findings (18)
fe/spark-dpp/src/test/java/com/starrocks/load/loadv2/dpp/StarRocksListPartitionerTest.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/spark-dpp/src/test/java/com/starrocks/load/loadv2/dpp/StarRocksListPartitionerTest.java|29 col 18| Local variable name 'arr3_1' must match pattern '^a-z?$'.
fe/spark-dpp/src/test/java/com/starrocks/load/loadv2/dpp/StarRocksListPartitionerTest.java|31 col 18| Local variable name 'arr3_2' must match pattern '^a-z?$'.
fe/spark-dpp/src/test/java/com/starrocks/load/loadv2/dpp/HllTest.java|36 col 50| Should use uppercase 'L'.
fe/spark-dpp/src/test/java/com/starrocks/load/loadv2/dpp/HllTest.java|37 col 50| Should use uppercase 'L'.
fe/spark-dpp/src/test/java/com/starrocks/load/loadv2/dpp/HllTest.java|41 col 17| Method name 'HllBasicTest' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/ThrowOfCheckedException.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/Deencapsulation.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/ConstructorReflection.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/ConstructorReflection.java|116| Line is longer than 130 characters (found 158).
fe/fe-common/src/main/java/com/starrocks/common/jmockit/ConstructorReflection.java|117| Line is longer than 130 characters (found 137).
fe/fe-common/src/main/java/com/starrocks/common/jmockit/FieldReflection.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/ParameterReflection.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/AutoType.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/GeneratedClasses.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/MethodReflection.java|1| Line does not match expected header line of '(^// Licensed to the Apache Software Foundation (ASF) under one$)|(^// Copyright 2021-present StarRocks, Inc. All rights reserved.$)'.
fe/fe-common/src/main/java/com/starrocks/common/jmockit/MethodReflection.java|99| Line is longer than 130 characters (found 147).
fe/fe-common/src/main/java/com/starrocks/common/jmockit/MethodReflection.java|128| Line is longer than 130 characters (found 140).
Annotations
Check failure on line 17 in fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java
github-actions / checkstyle
[checkstyle] fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java#L17 <com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck>
Unused import - com.starrocks.planner.TableFunctionNode.
Raw output
/github/workspace/./fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java:17:8: error: Unused import - com.starrocks.planner.TableFunctionNode. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
Check failure on line 22 in fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java
github-actions / checkstyle
[checkstyle] fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java#L22 <com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck>
Unused import - java.util.Optional.
Raw output
/github/workspace/./fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java:22:8: error: Unused import - java.util.Optional. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
Check failure on line 23 in fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java
github-actions / checkstyle
[checkstyle] fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java#L23 <com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck>
Unused import - java.util.stream.Collectors.
Raw output
/github/workspace/./fe/fe-core/src/test/java/com/starrocks/sql/plan/TableFunctionTest.java:23:8: error: Unused import - java.util.stream.Collectors. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)