maciek134 opened a new issue, #2042: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2042
While `CREATE TABLE ... PARTITION BY` was mentioned in https://github.com/apache/datafusion-sqlparser-rs/issues/1281 and works, trying to create a partition in `CREATE TABLE`: ```sql CREATE TABLE measurement_y2006m02 PARTITION OF measurement FOR VALUES FROM ('2006-02-01') TO ('2006-03-01'); ``` will fail with ``` ParserError("Expected: end of statement, found: PARTITION at Line: 2, Column: 43") ``` Happy to create a PR once I get comfortable with the codebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
