LucaCappelletti94 commented on issue #1722: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1722#issuecomment-5803976843
`FORCE INDEX (idx_name)` parses on `main` with `MySqlDialect` since #1675 added MySQL index hints. `GenericDialect` still rejects it because table hints are enabled per dialect through `Dialect::supports_table_hints`. As this is MySQL syntax, closing as resolved for `MySqlDialect`. -- 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]
