geoffreyclaude commented on code in PR #16685:
URL: https://github.com/apache/datafusion/pull/16685#discussion_r2187358106
##
datafusion/sql/src/relation/mod.rs:
##
@@ -281,3 +796,49 @@ fn optimize_subquery_sort(plan: LogicalPlan) ->
Result>
});
new_plan
}
+
+/// Hel
geoffreyclaude commented on code in PR #16685:
URL: https://github.com/apache/datafusion/pull/16685#discussion_r2319487949
##
datafusion/sql/src/relation/mod.rs:
##
@@ -281,3 +796,49 @@ fn optimize_subquery_sort(plan: LogicalPlan) ->
Result>
});
new_plan
}
+
+/// Hel
geoffreyclaude commented on PR #16685:
URL: https://github.com/apache/datafusion/pull/16685#issuecomment-3179565631
> @geoffreyclaude Hi, really interested in this. I wonder how far you are
with the implementation.
> Can you let me know when it's ready for review?
@Dandandan Hi! Cu
Dandandan commented on PR #16685:
URL: https://github.com/apache/datafusion/pull/16685#issuecomment-3178372494
@geoffreyclaude Hi, really interested in this. I wonder how far you are with
the implementation.
Can you let me know when it's ready for review?
--
This is an automated messag
geoffreyclaude commented on code in PR #16685:
URL: https://github.com/apache/datafusion/pull/16685#discussion_r2187358106
##
datafusion/sql/src/relation/mod.rs:
##
@@ -281,3 +796,49 @@ fn optimize_subquery_sort(plan: LogicalPlan) ->
Result>
});
new_plan
}
+
+/// Hel
geoffreyclaude opened a new pull request, #16685:
URL: https://github.com/apache/datafusion/pull/16685
## Which issue does this PR close?
- Draft attempt at #13583.
## How to review?
- The sqllogic tests in the
`datafusion/sqllogictest/test_files/match_recognize` cover e