We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f0a280 commit eb97c36Copy full SHA for eb97c36
core/src/main/java/org/apache/calcite/sql/dialect/ClickHouseSqlDialect.java
@@ -445,7 +445,7 @@ private static boolean containsJoinRecursive(RelNode rel) {
445
if (rel instanceof Project
446
|| rel instanceof Filter
447
|| rel instanceof Sort
448
- || rel instanceof Aggregate) { // Add Aggregate here
+ || rel instanceof Aggregate) {
449
return containsJoinRecursive(rel.getInput(0));
450
}
451
0 commit comments