Skip to content

Commit fe761c8

Browse files
style: Remove unused imports in BuildInSqlFunctionTable to fix checkstyle violations
- Remove unused import: ConnectedComponents - Remove unused import: LabelPropagation - Remove unused import: Louvain These imports were added during merge but not actually used in the code. Checkstyle was failing with UnusedImports warnings.
1 parent 0992714 commit fe761c8

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

geaflow/geaflow-dsl/geaflow-dsl-plan/src/main/java/org/apache/geaflow/dsl/schema/function/BuildInSqlFunctionTable.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
import org.apache.geaflow.dsl.udf.graph.ClosenessCentrality;
3939
import org.apache.geaflow.dsl.udf.graph.ClusterCoefficient;
4040
import org.apache.geaflow.dsl.udf.graph.CommonNeighbors;
41-
import org.apache.geaflow.dsl.udf.graph.ConnectedComponents;
4241
import org.apache.geaflow.dsl.udf.graph.GraphSAGE;
4342
import org.apache.geaflow.dsl.udf.graph.IncKHopAlgorithm;
4443
import org.apache.geaflow.dsl.udf.graph.IncMinimumSpanningTree;
@@ -47,8 +46,6 @@
4746
import org.apache.geaflow.dsl.udf.graph.JaccardSimilarity;
4847
import org.apache.geaflow.dsl.udf.graph.KCore;
4948
import org.apache.geaflow.dsl.udf.graph.KHop;
50-
import org.apache.geaflow.dsl.udf.graph.LabelPropagation;
51-
import org.apache.geaflow.dsl.udf.graph.Louvain;
5249
import org.apache.geaflow.dsl.udf.graph.PageRank;
5350
import org.apache.geaflow.dsl.udf.graph.SingleSourceShortestPath;
5451
import org.apache.geaflow.dsl.udf.graph.TriangleCount;

0 commit comments

Comments
 (0)