kennknowles opened a new issue, #19091:
URL: https://github.com/apache/beam/issues/19091

   Coming out of discussion on 
[BEAM-4742](https://issues.apache.org/jira/browse/BEAM-4742) / 
[#5903](https://github.com/apache/beam/pull/5903) is a question of whether 
`LocalFileSystem.{open,create,copy,rename}` should create 
intermediate (destination) directories, or fail with `IOError`'s (as the stdlib 
`os` module generally will).
   
   If the semantics of `LocalFileSystem` should mimic those of distributed 
filesystems (in the spirit of [recent discussion about `DirectRunner` being 
more like a local simulation of a distributed runner than a production-grade 
local runner|https://www.mail-archive.com/[email protected]/msg08410.html]), 
then this makes sense, and it sounds like [~lcwik] and [~angoenka] are in favor 
of this interpretation.
   
   I'll repurpose [#5903](https://github.com/apache/beam/pull/5903) to this end 
unless I hear otherwise.
   
   Imported from Jira 
[BEAM-4747](https://issues.apache.org/jira/browse/BEAM-4747). Original Jira may 
contain additional context.
   Reported by: rdub.


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