[
https://issues.apache.org/jira/browse/BEAM-10378?focusedWorklogId=472270&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-472270
]
ASF GitHub Bot logged work on BEAM-10378:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 19/Aug/20 03:26
Start Date: 19/Aug/20 03:26
Worklog Time Spent: 10m
Work Description: ettirapp commented on a change in pull request #12581:
URL: https://github.com/apache/beam/pull/12581#discussion_r472639381
##########
File path:
sdks/java/io/azure/src/main/java/org/apache/beam/sdk/io/azure/blobstore/AzfsResourceId.java
##########
@@ -156,8 +190,6 @@ public int hashCode() {
@Override
public ResourceId resolve(String other, ResolveOptions resolveOptions) {
checkState(isDirectory(), "Expected this resource to be a directory, but
was [%s]", toString());
- // TODO: check if resolve options are an illegal name in any way, see:
Review comment:
I decided that it makes most sense to check that a filename is valid in
the `create` method of the AzureBlobStoreFileSystem, where a new file is
created. In the `create` method, the `getBlobOutputStream()` method will throw
a BlobStorageException if a filename is invalid.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 472270)
Time Spent: 21h 50m (was: 21h 40m)
> Implement an Azure blobstore filesystem for Java SDK
> ----------------------------------------------------
>
> Key: BEAM-10378
> URL: https://issues.apache.org/jira/browse/BEAM-10378
> Project: Beam
> Issue Type: Improvement
> Components: io-java-azure
> Reporter: Pablo Estrada
> Assignee: Etta Rapp
> Priority: P2
> Time Spent: 21h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)