ovr opened a new pull request, #2195:
URL: https://github.com/apache/arrow-datafusion/pull/2195

   Hello!
   
   SQLParser library which is used for parsing has hacks for dialect:
   
   
https://github.com/sqlparser-rs/sqlparser-rs/blob/bfd416d9785acc5d75f811cf0240c18d999a1d38/src/parser.rs#L647
   
   I want to implement support for ArrayIndex, but it's not possible with 
`GenericDialect`. DF uses PostgresSQL as a base for implementing 
functions/information_schema/etc. I would like to suggest using the PostgreSQL 
dialect for parsing instead of implementing our own dialect and changing 
SQLParser.
   
   Thanks


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