Jefffrey commented on issue #3448:
URL: 
https://github.com/apache/arrow-datafusion/issues/3448#issuecomment-1368607406

   Resolved by https://github.com/apache/arrow-datafusion/pull/4770 (which 
includes this fix https://github.com/sqlparser-rs/sqlparser-rs/pull/768)
   
   Can now parse exponent literals:
   
   ```sql
   DataFusion CLI v15.0.0
   ❯ select 1e3;
   +---------------+
   | Float64(1000) |
   +---------------+
   | 1000          |
   +---------------+
   1 row in set. Query took 0.002 seconds.
   ```


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

Reply via email to