LucaCappelletti94 commented on issue #1365: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1365#issuecomment-5803991498
The AST derives `PartialOrd` and `Ord` throughout, so a map inside it needs `BTreeMap` rather than `HashMap`, as suggested above. Closing as answered, please reopen if there is more to discuss. -- 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]
