Skip to content

Commit eb97c36

Browse files
author
krooswu
committed
Update comment
1 parent 0f0a280 commit eb97c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/apache/calcite/sql/dialect/ClickHouseSqlDialect.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ private static boolean containsJoinRecursive(RelNode rel) {
445445
if (rel instanceof Project
446446
|| rel instanceof Filter
447447
|| rel instanceof Sort
448-
|| rel instanceof Aggregate) { // Add Aggregate here
448+
|| rel instanceof Aggregate) {
449449
return containsJoinRecursive(rel.getInput(0));
450450
}
451451

0 commit comments

Comments
 (0)