Github user ueshin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/19646#discussion_r149867086
  
    --- 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 --
    
    Ah, in that case, maybe we need to revert one of the two original patches 
and fix one by one, or merge the two follow-ups into one as a hot-fix pr. cc 
@gatorsmile @cloud-fan 


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to