s5dsn-eqee opened a new issue, #2534:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2534

   ```sql
   ALTER TABLE t ADD COLUMN c UInt8 AFTER a
   -- sql parser error: Expected: end of statement, found: AFTER
   ```
   
   ClickHouse [supports 
this](https://clickhouse.com/docs/sql-reference/statements/alter/column), and 
the parser already handles it for MySQL. `parse_column_position` is hardcoded 
to `dialect_of!(MySqlDialect | GenericDialect)`, and this should become a 
`Dialect` trait method so ClickHouse can enable it.
   


-- 
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]

Reply via email to