[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2017-01-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16119 --- 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 #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-22 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93598376 --- Diff: python/pyspark/sql/tests.py --- @@ -1851,6 +1851,71 @@ def test_hivecontext(self): self.assertIn("default", out.decode('utf-8'))

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-22 Thread vijoshi
Github user vijoshi commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93596548 --- Diff: python/pyspark/sql/tests.py --- @@ -1851,6 +1851,71 @@ def test_hivecontext(self): self.assertIn("default", out.decode('utf-8'))

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-22 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93596371 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc =

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-22 Thread vijoshi
Github user vijoshi commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93594980 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-22 Thread vijoshi
Github user vijoshi commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93594802 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-21 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93576154 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None):

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-21 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93575937 --- Diff: python/pyspark/sql/tests.py --- @@ -1851,6 +1851,71 @@ def test_hivecontext(self): self.assertIn("default", out.decode('utf-8'))

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93556600 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc =

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-21 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93556537 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc =

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-21 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r93456555 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc =

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-13 Thread vijoshi
Github user vijoshi commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r92333556 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc

[GitHub] spark pull request #16119: [SPARK-18687][Pyspark][SQL]Backward compatibility...

2016-12-13 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/16119#discussion_r92134494 --- Diff: python/pyspark/sql/context.py --- @@ -72,8 +72,13 @@ def __init__(self, sparkContext, sparkSession=None, jsqlContext=None): self._sc =