JSQLParser / JSqlParser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
https://github.com/JSQLParser/JSqlParser/wiki
Apache License 2.0
5.34k stars 1.34k forks source link

[BUG] JSQLParser 4.6 : KsqlDB : Not able to parse Ksqldb queries #1752

Open devanshusharma17 opened 1 year ago

devanshusharma17 commented 1 year ago

Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram

Failing SQL Feature:

SQL Example:

Software Information:

Tips:

Please write in English and avoid Screenshots (as we can't copy and paste content from it). Try your example online with the latest JSQLParser and share the link in the error report. Do provide Links or References to the specific Grammar and Syntax you are trying to use.

manticore-projects commented 1 year ago

Greetings,

certainly not supported, since ksqlDB is a very specific/exotic DB for streaming/Kafka. You can either provide or sponsor an implementation of those syntax.

manticore-projects commented 1 year ago

Turns out, that there is some support for ksqlDB already. I found some KSQL related tests including support for WITHIN(..).