Tomasz Zarna
Tomasz Zarna
Parsing the following line fails with an error. `CREATE MATERIALIZED VIEW myview BACKUP NO AS SELECT * FROM mytab` ``` net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "CREATE" "CREATE" at line 1, column...
In Redshift the syntax for SET statements is `SET x TO y`, for [example](https://docs.aws.amazon.com/redshift/latest/dg/super-configurations.html#upper-mixed-case): `SET enable_case_sensitive_identifier to true` This format is not supported and fails with ``` net.sf.jsqlparser.JSQLParserException: net.sf.jsqlparser.parser.ParseException: Encountered...
[SPARK-413](https://jira.mongodb.org/browse/SPARK-413)
Java 1.8 is no longer actively supported. Upgrade the project to more recent Java 11.
Add Eclipse project related files to the .gitignore