alamb commented on PR #2195:
URL: 
https://github.com/apache/arrow-datafusion/pull/2195#issuecomment-1096599374

   I tried quickly making some changes in sqlparser-rs like this:
   
   ```diff
   -        if dialect_of!(self is PostgreSqlDialect) {
   +        if dialect_of!(self is PostgreSqlDialect | GenericDialect) {
   ```
   
   And it seemed to go well. What do you think @ovr ?  would that be a 
reasonable approach? I can try to make a new release of sqlparser later this 
week to get it through. 


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