-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-6821] FileBasedSink improper paths #8054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
File path generated in open_writer method is not according to target filesystem, because os.path.join is used and not FileSystems.join. This created incompatibilities between, for example, Windows and GCS.
|
R: @tvalentyn |
|
Run Python PostCommit |
|
retest this please |
|
Thanks, @gkovelman . I didn't look why the test failed for this PR, but we might need to wait for a rollback to be merged: #8059. |
|
Run Python PreCommit |
2 similar comments
|
Run Python PreCommit |
|
Run Python PreCommit |
|
Run Python PostCommit |
tvalentyn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as long as tests pass.
|
Run Python PreCommit |
1 similar comment
|
Run Python PreCommit |
|
Please take a look at test failures: Click on Details -> Gradle Build Scan. There is a lint error and a test failure. To run an individual test locally see: https://cwiki.apache.org/confluence/display/BEAM/Contribution+Testing+Guide#ContributionTestingGuide-HowtorunPythonunittests Perhaps that's a flake. |
|
Run Python PreCommit |
|
Run Python PostCommit |
|
@tvalentyn It's fixed now |
tvalentyn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @gkovelman.
Adding @chamikaramj who could merge.
|
This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 1 week if no further activity occurs. If you think that’s incorrect or this pull request requires a review, please simply write any comment. If closed, you can revive the PR at any time and @mention a reviewer or discuss it on the dev@beam.apache.org list. Thank you for your contributions. |
|
Ping @chamikaramj |
|
Sorry, @gkovelman, looks like this PR fell off the radar - please ping the PR thread if you don't receive a response within couple of days. |
|
LGTM. Thanks. |
|
Retest this please |
|
Run Python PostCommit |
File path generated in open_writer method is not according to target filesystem, because os.path.join is used and not FileSystems.join.
This created incompatibilities between, for example, Windows and GCS.
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).[BEAM-XXX] Fixes bug in ApproximateQuantiles, where you replaceBEAM-XXXwith the appropriate JIRA issue, if applicable. This will automatically link the pull request to the issue.Post-Commit Tests Status (on master branch)
See .test-infra/jenkins/README for trigger phrase, status and link of all Jenkins jobs.