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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
