goldmedal opened a new issue, #1622: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1622
# Description #1621 fixed the parsing special double number for general dialects but it doesn't cover the dialect supporting unquoted_hyphenated_identifiers. However, the double values below are also supported by them (e.g. BigQuery) ``` 0. .0 .0e-0 0.e-0 ``` We should fix them and enable the tests `sqlparser_common::test_double_value`. -- 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]
