[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16585 --- 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

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96574565 --- Diff: python/pyspark/sql/tests.py --- @@ -435,6 +435,31 @@ def test_udf_with_input_file_name(self): row =

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96574569 --- Diff: python/pyspark/sql/tests.py --- @@ -435,6 +435,31 @@ def test_udf_with_input_file_name(self): row =

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96572553 --- Diff: python/pyspark/sql/tests.py --- @@ -435,6 +435,31 @@ def test_udf_with_input_file_name(self): row =

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96572514 --- Diff: python/pyspark/sql/tests.py --- @@ -435,6 +435,31 @@ def test_udf_with_input_file_name(self): row =

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96557882 --- Diff: core/src/test/scala/org/apache/spark/rdd/InputFileBlockHolderSuite.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96428401 --- Diff: core/src/test/scala/org/apache/spark/rdd/InputFileBlockHolderSuite.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-17 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16585#discussion_r96427633 --- Diff: core/src/test/scala/org/apache/spark/rdd/InputFileBlockHolderSuite.scala --- @@ -0,0 +1,74 @@ +/* + * Licensed to the Apache Software

[GitHub] spark pull request #16585: [SPARK-19223][SQL][PySpark] Fix InputFileBlockHol...

2017-01-13 Thread viirya
GitHub user viirya opened a pull request: https://github.com/apache/spark/pull/16585 [SPARK-19223][SQL][PySpark] Fix InputFileBlockHolder for datasources which are based on HadoopRDD or NewHadoopRDD ## What changes were proposed in this pull request? For some datasources