You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CLI, based on sqlline, currently parses ANSI SQL. This turns out to be an unpopular dialect. We should probably use the MySQL dialect by default, since that is what Flink uses. It's unclear whether this is at all possible with sqlline.
At the same time, the planner will need to support the same dialects. Ideally, we'd switch from ANSI SQL to the MySQL dialect everywhere.
The text was updated successfully, but these errors were encountered:
The CLI, based on sqlline, currently parses ANSI SQL. This turns out to be an unpopular dialect. We should probably use the MySQL dialect by default, since that is what Flink uses. It's unclear whether this is at all possible with sqlline.
At the same time, the planner will need to support the same dialects. Ideally, we'd switch from ANSI SQL to the MySQL dialect everywhere.
The text was updated successfully, but these errors were encountered: