berkaysynnada commented on code in PR #13005: URL: https://github.com/apache/datafusion/pull/13005#discussion_r1824074787
########## datafusion/physical-expr/src/expressions/case.rs: ########## @@ -80,7 +79,7 @@ enum EvalMethod { /// [WHEN ...] /// [ELSE result] /// END -#[derive(Debug, Hash)] +#[derive(Debug, Hash, PartialEq, Eq)] Review Comment: Should we create a ticket to remove those impl's once the bug is resolved? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org