parthchandra commented on code in PR #1053: URL: https://github.com/apache/datafusion-comet/pull/1053#discussion_r1828428544
########## native/core/src/execution/datafusion/planner.rs: ########## @@ -2388,7 +2388,7 @@ mod tests { }; let expr = spark_expression::Expr { - expr_struct: Some(Eq(Box::new(spark_expression::Equal { + expr_struct: Some(Eq(Box::new(spark_expression::BinaryExpr { Review Comment: I'm guessing this is the only place where the expression needed to be updated explicitly? -- 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