ngli-me commented on issue #8932: URL: https://github.com/apache/datafusion/issues/8932#issuecomment-2350801498
I was going through the remaining subtypes/structs, and saw an issue that I wasn't sure how to resolve. While most of the remaining can derive PartialOrd, it looks like `DFSchema` can't, and since it has a dependency on a Hashmap. A similar problem happens in `CreateExternalTable`, which uses two Hashmaps. Not sure how to approach this, any advice would be appreciated! -- 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]
