DataSQRL / sqrl

Flexible development framework for building streaming data applications in SQL with Kafka, Flink, Postgres, GraphQL, and more.
https://www.datasqrl.com/
97 stars 14 forks source link

Support Async Scalar Functions #932

Closed henneberger closed 2 weeks ago

henneberger commented 1 month ago

Flink 1.19 adds async scalar function support. We need to validate that async scalar functions are properly resolved in preprocessor and sql type inference.

henneberger commented 2 weeks ago

Resolved in #985