[ 
https://issues.apache.org/jira/browse/BEAM-4011?focusedWorklogId=90518&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-90518
 ]

ASF GitHub Bot logged work on BEAM-4011:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Apr/18 18:15
            Start Date: 12/Apr/18 18:15
    Worklog Time Spent: 10m 
      Work Description: chamikaramj commented on a change in pull request 
#5024: [BEAM-4011] Unify Python IO glob implementation.
URL: https://github.com/apache/beam/pull/5024#discussion_r181163732
 
 

 ##########
 File path: sdks/python/apache_beam/io/filesystem.py
 ##########
 @@ -579,6 +661,19 @@ def exists(self, path):
     raise NotImplementedError
 
   @abc.abstractmethod
+  def size(self, path):
 
 Review comment:
   Why do we need a separate method for size() ? I think we can already stat 
files using the match() method (it returns FileMetada objects).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 90518)
    Time Spent: 1h 40m  (was: 1.5h)

> Python SDK: add glob support for HDFS
> -------------------------------------
>
>                 Key: BEAM-4011
>                 URL: https://issues.apache.org/jira/browse/BEAM-4011
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Udi Meiri
>            Assignee: Udi Meiri
>            Priority: Major
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to