alamb commented on issue #5746:
URL: 
https://github.com/apache/arrow-datafusion/issues/5746#issuecomment-1484901193

   That is correct -- in sql (at least in postgres), 
   
   ```
   SELECT * FROM example where cpu = "host1"
   ```
   
   The double quote `"` is used for identifiers (aka column names)
   
   A single quote `'` is used for string literals
   
   This is a feature of https://github.com/sqlparser-rs/sqlparser-rs -- you may 
be able to use a different SQL dialect in sqlparser-rs if you want different 
quoting behavior


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