ding-young commented on code in PR #13328:
URL: https://github.com/apache/datafusion/pull/13328#discussion_r1835622590
##########
datafusion/core/tests/parquet/external_access_plan.rs:
##########
@@ -313,7 +313,7 @@ impl TestFull {
} = self;
let TestData {
- temp_file: _,
+ _temp_file: _,
Review Comment:
Thank you for your review. Just to clarify, do you mean this?
```rust
let TestData {
schema,
file_name,
file_size,
..
} = get_test_data();
```
--
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]