vicennial commented on code in PR #49834: URL: https://github.com/apache/spark/pull/49834#discussion_r1946220458
########## python/pyspark/sql/tests/test_collection.py: ########## @@ -289,6 +289,28 @@ def check_to_pandas_for_array_of_struct(self, is_arrow_enabled): else: self.assertEqual(type(pdf["array_struct_col"][0]), list) + def check_to_pandas_for_empty_df_with_nested_array_columns(self): Review Comment: @ueshin Would this test be run for both classic and connect? Or do I need to add a test to `test_connect_collection` as well? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org