nuno-faria opened a new issue, #2432: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2432
Right now, the `generic` dialect (DataFusion's default) does not support numeric literals with separators: ```sql DataFusion CLI v54.0.0 > select 1_000; +------+ | _000 | +------+ | 1 | +------+ ``` I'm wondering if the `generic` dialect should support this, just like Postgres/DuckDB/SQLite/Clickhouse, so DataFusion can use them directly without needing to switch to another dialect. -- 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]
