Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19646#discussion_r149860091
  
    --- Diff: python/pyspark/sql/tests.py ---
    @@ -2592,6 +2592,21 @@ def test_create_dataframe_from_array_of_long(self):
             df = self.spark.createDataFrame(data)
             self.assertEqual(df.first(), Row(longarray=[-9223372036854775808, 
0, 9223372036854775807]))
     
    +    @unittest.skipIf(not _have_pandas, "Pandas not installed")
    --- End diff --
    
    Hi, @cloud-fan and @BryanCutler .
    This seems to break `branch-2.2`, but has been hidden behind another SQL 
error. (cc @gatorsmile , @henryr)
    Please see 
[this](https://github.com/apache/spark/pull/19701#issuecomment-343037369).
    
    cc @felixcheung since he is RM for 2.2.1.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to