Samyak2 opened a new issue, #2204:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2204

   ## Summary
   
   `MAP { ... }` literals are failing with `GenericDialect`. Example:
   ```
   SELECT MAP {'a': 1, 'b': NULL}
   ```
   
   Fails with:
   ```
   ParserError("Expected: end of statement, found: {")
   ```
   
   This is causing failures in DataFusion tests when trying to upgrade: 
https://github.com/apache/datafusion/pull/20177
   
   It's a regression from the last release (v0.60.0).


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

Reply via email to