jorisvandenbossche commented on PR #35656:
URL: https://github.com/apache/arrow/pull/35656#issuecomment-1592890513

   The dask test build has a whole bunch of 
failures(https://github.com/ursacomputing/crossbow/actions/runs/5275817890/jobs/9541737015),
 but that is because they have tests for reading/writing parquet, and they will 
have to update their tests, similarly as we are updating our own parquet tests 
here. 
   
   All failures show something like 
   
   ```
   E       Attribute "dtype" are different
   E       [left]:  datetime64[ns]
   E       [right]: datetime64[us]
   ```
   
   so that is the expected failure.
   
   (although I am just thinking, the proposed change to update parquet to write 
nanoseconds by default (https://github.com/apache/arrow/issues/35746) would 
help for keeping those tests working as before ..)


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to