Skip to content

Commit 24cf459

Browse files
committed
fix: typo?
1 parent a75dbe6 commit 24cf459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/service/src/pipelines/processors/transforms/transform_recursive_cte_source.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ fn rewrite_assign_and_strip_recursive_cte(
237237
prefix: &str,
238238
exec_ids: &mut HashMap<String, Vec<u64>>,
239239
) {
240-
// Only nested recursive UNIONs that reference the current recursive CTE should be
240+
// Only nested recursive UNION nodes that reference the current recursive CTE should be
241241
// downgraded to normal unions to avoid nested recursive sources for the same table.
242242
if let Some(union_all) = UnionAll::from_mut_physical_plan(plan) {
243243
if !union_all.cte_scan_names.is_empty()

0 commit comments

Comments
 (0)