alamb commented on code in PR #12556:
URL: https://github.com/apache/datafusion/pull/12556#discussion_r1768590794
##########
datafusion/optimizer/src/analyzer/mod.rs:
##########
@@ -72,7 +74,7 @@ pub trait AnalyzerRule {
///
/// An `Analyzer` transforms a `LogicalPlan`
/// prior to the rest of the DataFusion optimization process.
-#[derive(Clone)]
+#[derive(Clone, Debug)]
Review Comment:
It will be nice to be able to see what rules are registered with the
analyzer/optimizer
--
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]