[GitHub] [spark] HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted

2020-02-19 Thread GitBox
HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted URL: https://github.com/apache/spark/pull/27610#issuecomment-588589533 Merged to master. This is

[GitHub] [spark] HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted

2020-02-19 Thread GitBox
HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted URL: https://github.com/apache/spark/pull/27610#issuecomment-588573735 retest this please This is

[GitHub] [spark] HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted

2020-02-17 Thread GitBox
HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted URL: https://github.com/apache/spark/pull/27610#issuecomment-587230056 The fix looks fine but I found another issue. `SQLContext.getOrCreate` was removed but

[GitHub] [spark] HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted

2020-02-17 Thread GitBox
HyukjinKwon commented on issue #27610: [SPARK-30856][SQL][PySpark] Fix SQLContext.getOrCreate() when SparkContext is restarted URL: https://github.com/apache/spark/pull/27610#issuecomment-587228319 We should deprecate `SQLContext.getOrCreate` ... it's removed in Scala side.