Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.9.0
Description
Just ran into this:
ipdb> p py_array <pyarrow.lib.TimestampArray object at 0x13bcc5278> [ Timestamp('1970-01-01 00:00:00'), Timestamp('1970-01-01 00:00:00.000000001'), Timestamp('1970-01-01 00:00:00.000000002'), Timestamp('1970-01-01 00:00:00.000000003'), ipdb> p jvm_array <pyarrow.lib.TimestampArray object at 0x13bcc52c8> [ Timestamp('1970-01-01 00:00:00'), Timestamp('1970-01-01 00:00:01'), Timestamp('1970-01-01 00:00:02'), Timestamp('1970-01-01 00:00:03'), ipdb> py_array.equals(jvm_array) True
Attachments
Issue Links
- links to