comphead commented on code in PR #13328:
URL: https://github.com/apache/datafusion/pull/13328#discussion_r1837129765
##########
datafusion-examples/examples/advanced_parquet_index.rs:
##########
@@ -230,8 +230,7 @@ async fn main() -> Result<()> {
#[derive(Debug)]
pub struct IndexTableProvider {
/// Where the file is stored (cleanup on drop)
Review Comment:
```suggestion
/// Pointer to temporary file storage. Keeping it in scope to prevent
temporary folder to be deleted prematurely
```
--
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]