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

    https://github.com/apache/spark/pull/1338#discussion_r14854311
  
    --- Diff: python/pyspark/tests.py ---
    @@ -273,6 +274,14 @@ def test_sequencefiles(self):
                   (3, {2.0: u'dd'})]
             self.assertEqual(maps, em)
     
    +        arrays = sorted(self.sc.sequenceFile(basepath + 
"/sftestdata/sfarray/",
    +                                             
"org.apache.hadoop.io.IntWritable",
    +                                             
"org.apache.spark.api.python.DoubleArrayWritable").collect())
    --- End diff --
    
    This line looks longer than 100 characters, change the indentation a bit to 
prevent that


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

Reply via email to