clickhouse-java
clickhouse-java copied to clipboard
Parse error at line 1, column 19. Encountered: FUNCTION
. If you believe the SQL is valid, please feel free to open an issue on Github with this warning and the following SQL attached. CREATE OR REPLACE FUNCTION direction AS (uri) -> if (uri IN ('urn:foo','urn:bar','baz'), 'OUT', 'IN');
I use the parser for splitting statements in DDL, and the FUNCTION keyword is currently tripping the parser.
Any updates about this bug?