Github user mateiz commented on a diff in the pull request:

    https://github.com/apache/spark/pull/3078#discussion_r19916205
  
    --- Diff: python/pyspark/context.py ---
    @@ -396,6 +396,34 @@ def wholeTextFiles(self, path, minPartitions=None, 
use_unicode=True):
             return RDD(self._jsc.wholeTextFiles(path, minPartitions), self,
                        PairDeserializer(UTF8Deserializer(use_unicode), 
UTF8Deserializer(use_unicode)))
     
    +    def binaryFiles(self, path, minPartitions=None):
    +        """
    +        :: Developer API ::
    --- End diff --
    
    This shouldn't be DeveloperAPI I think, it should just be experimental (and 
same with the binaryRecords method). Maybe the labels are wrong in the Java and 
Scala API; if so do you mind changing them?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to