alamb commented on code in PR #9197:
URL: https://github.com/apache/arrow-datafusion/pull/9197#discussion_r1486439247
##########
datafusion/core/tests/dataframe/mod.rs:
##########
@@ -1489,7 +1489,7 @@ async fn test_read_batches_empty() -> Result<()> {
let state = SessionState::new_with_config_rt(config, runtime);
let ctx = SessionContext::new_with_state(state);
- let schema = Arc::new(Schema::new(vec![
+ let _schema = Arc::new(Schema::new(vec![
Review Comment:
I think you could simply delete this statement entirely as the Schema is not
needed
--
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]