Closed jorgecarleitao closed 1 year ago
Base: 83.63% // Head: 83.61% // Decreases project coverage by -0.03%
:warning:
Coverage data is based on head (
a83d6b0
) compared to base (3a8da98
). Patch coverage: 77.98% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Writing date64 to parquet is implementation-defined. This PR adds support for the date64 written by pyarrow.
Also protects us in the future against variations that we do not support with an error.
Closes #1400