ngli-me commented on code in PR #12481:
URL: https://github.com/apache/datafusion/pull/12481#discussion_r1767604834


##########
datafusion/expr/src/logical_plan/ddl.rs:
##########
@@ -232,8 +232,61 @@ impl Hash for CreateExternalTable {
     }
 }
 
+impl PartialOrd for CreateExternalTable {

Review Comment:
   For the ticket tracking thing, now that you mention it, it might be possible 
to give `DFSchemaRef` a manual implementation of `PartialOrd` that just gives 
back `None`, then everything else (almost) can derive it! But yeah, I'll create 
another ticket for this (#12537).



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