You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "alamb (via GitHub)" <gi...@apache.org> on 2023/03/06 18:17:30 UTC

[GitHub] [arrow-datafusion] alamb commented on a diff in pull request #5489: Implement `Debug` for `ExecutionProps`

alamb commented on code in PR #5489:
URL: https://github.com/apache/arrow-datafusion/pull/5489#discussion_r1126846923


##########
datafusion/core/src/test/variable.rs:
##########
@@ -23,7 +23,7 @@ use crate::variable::VarProvider;
 use arrow::datatypes::DataType;
 
 /// System variable
-#[derive(Default)]
+#[derive(Default, Debug)]

Review Comment:
   This shows an example of user code that must be changed



-- 
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-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org