alamb commented on code in PR #12556: URL: https://github.com/apache/datafusion/pull/12556#discussion_r1768589236
########## datafusion-examples/examples/optimizer_rule.rs: ########## @@ -100,6 +100,7 @@ pub async fn main() -> Result<()> { /// An example OptimizerRule that replaces all `col = <const>` predicates with a /// user defined function +#[derive(Default, Debug)] Review Comment: this is the end user visible change -- basically you have to `#[derive(Debug)]` if you haven't already -- 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