Re: [PR] Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching [datafusion]

2025-09-03 Thread via GitHub
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

Re: [PR] Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching [datafusion]

2025-09-03 Thread via GitHub
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

Re: [PR] Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching [datafusion]

2025-08-12 Thread via GitHub
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

Re: [PR] Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching [datafusion]

2025-08-12 Thread via GitHub
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

Re: [PR] Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching [datafusion]

2025-07-05 Thread via GitHub
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

[PR] Partially implement MATCH_RECOGNIZE for Advanced Pattern Matching [datafusion]

2025-07-04 Thread via GitHub
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