[GitHub] [spark] SparkQA commented on pull request #28661: [SPARK-31849][PYTHON][SQL] Make PySpark exceptions more Pythonic

2020-05-28 Thread GitBox
SparkQA commented on pull request #28661: URL: https://github.com/apache/spark/pull/28661#issuecomment-635124727 **[Test build #123214 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/123214/testReport)** for PR 28661 at commit

[GitHub] [spark] HyukjinKwon commented on a change in pull request #28661: [SPARK-31849][PYTHON][SQL] Make PySpark exceptions more Pythonic

2020-05-28 Thread GitBox
HyukjinKwon commented on a change in pull request #28661: URL: https://github.com/apache/spark/pull/28661#discussion_r431599015 ## File path: python/pyspark/sql/utils.py ## @@ -18,8 +18,19 @@ import py4j import sys +from pyspark import SparkContext + if

[GitHub] [spark] iRakson edited a comment on pull request #28652: [SPARK-31763][PYSPARK] Add `inputFiles` method in PySpark DataFrame Class.

2020-05-28 Thread GitBox
iRakson edited a comment on pull request #28652: URL: https://github.com/apache/spark/pull/28652#issuecomment-635120769 Thank You. @HyukjinKwon Is it a good idea to add this method in 3.0 as well, as this do not add any major change. ? Also `inputFiles()` is being used since 2.0 in

<    1   2   3   4   5   6