Re: What's the current status of pattern matching with Beam SQL?

2024-03-24 Thread XQ Hu via user
I do not think anyone plans to work on these issues in the near future. On Sun, Mar 24, 2024 at 6:59 PM Jaehyeon Kim wrote: > Hi XQ > > Thanks for your reply. I had a quick check and there seem to be two > streams of discussions. > > 1. (BEAM-9543) BeamSQL Pattern Recognization Functionality -

Re: What's the current status of pattern matching with Beam SQL?

2024-03-24 Thread Jaehyeon Kim
Hi XQ Thanks for your reply. I had a quick check and there seem to be two streams of discussions. 1. (BEAM-9543) BeamSQL Pattern Recognization Functionality - https://issues.apache.org/jira/browse/BEAM-9543 I see the code is merged but the ticket indicates it is partially supported due to the

Re: What's the current status of pattern matching with Beam SQL?

2024-03-23 Thread XQ Hu via user
https://beam.apache.org/documentation/dsls/sql/zetasql/overview/ and https://github.com/apache/beam/blob/master/sdks/java/extensions/sql/zetasql/src/main/java/org/apache/beam/sdk/extensions/sql/zetasql/SupportedZetaSqlBuiltinFunctions.java for the supported functions. On Sat, Mar 23, 2024 at 5:50 

What's the current status of pattern matching with Beam SQL?

2024-03-23 Thread Jaehyeon Kim
Hello, I found a blog article about pattern matching with Beam SQL - https://beam.apache.org/blog/pattern-match-beam-sql/. All of the PRs and commits that are included in the post are merged. On the other hand, the Beam Calcite SQL overview page indicates MATCH_RECOGNIZE is not supported (