2010YOUY01 opened a new issue, #8116:
URL: https://github.com/apache/arrow-datafusion/issues/8116

   ### Is your feature request related to a problem or challenge?
   
   As of the current main branch (commit#91c9d6f), some tmp files are created 
during testing but not deleted afterwards:
   ```bash
   > git checkout 91c9d6f
   > cargo test read_from_different_file_extension
   > git status
   Untracked files:
     (use "git add <file>..." to include in what will be committed)
           datafusion/core/output1.parquet
           datafusion/core/output2.parquet.snappy
           datafusion/core/output3.parquet.snappy.parquet
   ```
   
   We can add some checks in CI to make sure no tmp files are created but not 
deleted during testing
   
   ### Describe the solution you'd like
   
   Additional CI checks
   
   ### Describe alternatives you've considered
   
   _No response_
   
   ### Additional context
   
   _No response_


-- 
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]

Reply via email to