You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/02 11:41:38 UTC

[GitHub] [arrow] jorisvandenbossche edited a comment on pull request #7604: ARROW-9223: [Python] Propagate Timzone information in pandas conversion

jorisvandenbossche edited a comment on pull request #7604:
URL: https://github.com/apache/arrow/pull/7604#issuecomment-652956039


   There is one failure (which involves datetimes with timezones, but can't directly understand if it also involves structs): 
   
   ```
   ======================================================================
   FAIL: test_grouped_over_window_with_key (pyspark.sql.tests.test_pandas_grouped_map.GroupedMapInPandasTests)
   ----------------------------------------------------------------------
   Traceback (most recent call last):
     File "/spark/python/pyspark/sql/tests/test_pandas_grouped_map.py", line 588, in test_grouped_over_window_with_key
       self.assertTrue(all([r[0] for r in result]))
   AssertionError: False is not true
   
   ----------------------------------------------------------------------
   Ran 21 tests in 141.194s
   
   FAILED (failures=1)
   ```
   
   https://github.com/apache/spark/blob/7fda184f0fc39613fb68e912c189c54b93c638e6/python/pyspark/sql/tests/test_pandas_grouped_map.py#L546-L574


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org