Support for Flink dialect in sqlglot? #5959
-
Hi, I'm curious if there are plans to add support for Flink-sql dialect in sqlglot. Additionally, if I aim to implement it myself, would following the approach used for Spark or Hive dialect in the project work? Any suggestions are welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, there are no plans to support Flink at the moment. We're open to contributions, but do note that we don't plan to prioritize its maintenance and that burden will be on you and other contributors post-merge (see "official" vs "community" dialects here). Re: Spark / Hive question, I'm not familiar enough with Flink to make a suggestion. |
Beta Was this translation helpful? Give feedback.
Hey, there are no plans to support Flink at the moment. We're open to contributions, but do note that we don't plan to prioritize its maintenance and that burden will be on you and other contributors post-merge (see "official" vs "community" dialects here).
Re: Spark / Hive question, I'm not familiar enough with Flink to make a suggestion.