LucaCappelletti94 opened a new pull request, #2158: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2158
There were a few structs such as `TriggerObjectKind` who were missing the `Copy` derive. I have added the derive were it was missing. I have also added a couple of `Hash` derive for structs deriving `Eq` but that were missing `Hash`. Best, Luca -- 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]
