metesynnada opened a new pull request, #3868:
URL: https://github.com/apache/arrow-rs/pull/3868

   # Which issue does this PR close?
   
   Did not open an issue since it is a basic enhancement.
   
   # Rationale for this change
    
   It is possible to retrieve metadata without opening the file, which means 
that FIFO files can also be supported without any additional effort.
   
   # What changes are included in this PR?
   
   `std::file::metadata()` converted into `std::fs::metadata(file_path)`. A 
test is added for a dummy FIFO file since opening a FIFO file is blocking.
   
   # Are there any user-facing changes?
   
   No
   


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