[GitHub] [spark] itholic commented on a change in pull request #33634: [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3

2021-08-08 Thread GitBox
itholic commented on a change in pull request #33634: URL: https://github.com/apache/spark/pull/33634#discussion_r684858914 ## File path: python/pyspark/pandas/tests/indexes/test_base.py ## @@ -1527,10 +1527,8 @@ def test_union(self): almost=True,

[GitHub] [spark] itholic commented on a change in pull request #33634: [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3

2021-08-08 Thread GitBox
itholic commented on a change in pull request #33634: URL: https://github.com/apache/spark/pull/33634#discussion_r684851850 ## File path: python/pyspark/pandas/tests/indexes/test_base.py ## @@ -1527,10 +1527,8 @@ def test_union(self): almost=True,

[GitHub] [spark] itholic commented on a change in pull request #33634: [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3

2021-08-08 Thread GitBox
itholic commented on a change in pull request #33634: URL: https://github.com/apache/spark/pull/33634#discussion_r684851850 ## File path: python/pyspark/pandas/tests/indexes/test_base.py ## @@ -1527,10 +1527,8 @@ def test_union(self): almost=True,

[GitHub] [spark] itholic commented on a change in pull request #33634: [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3

2021-08-06 Thread GitBox
itholic commented on a change in pull request #33634: URL: https://github.com/apache/spark/pull/33634#discussion_r684019127 ## File path: python/pyspark/pandas/tests/indexes/test_base.py ## @@ -1527,10 +1527,8 @@ def test_union(self): almost=True,

[GitHub] [spark] itholic commented on a change in pull request #33634: [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3

2021-08-05 Thread GitBox
itholic commented on a change in pull request #33634: URL: https://github.com/apache/spark/pull/33634#discussion_r683955183 ## File path: python/pyspark/pandas/indexes/base.py ## @@ -2292,9 +2292,7 @@ def union( sdf_self = self._internal.spark_frame.select(self._int

[GitHub] [spark] itholic commented on a change in pull request #33634: [SPARK-36369][PYTHON] Fix Index.union to follow pandas 1.3

2021-08-05 Thread GitBox
itholic commented on a change in pull request #33634: URL: https://github.com/apache/spark/pull/33634#discussion_r683955183 ## File path: python/pyspark/pandas/indexes/base.py ## @@ -2292,9 +2292,7 @@ def union( sdf_self = self._internal.spark_frame.select(self._int