We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In premerge build, saw test_parquet_write_roundtrip_datetime_with_legacy_rebase fail like this:
test_parquet_write_roundtrip_datetime_with_legacy_rebase[ts_rebase_read0-ts_rebase_write1-TIMESTAMP_MICROS-Array(Struct(['child0', Date],['child1', Timestamp]))][DATAGEN_SEED=1700582301, INJECT_OOM] [...] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = TimestampType(), ts = -62135587472896789 def fromInternal(self, ts: int) -> datetime.datetime: if ts is not None: # using int to avoid precision loss in float > return datetime.datetime.fromtimestamp(ts // 1000000).replace(microsecond=ts % 1000000) E ValueError: year 0 is out of range
The text was updated successfully, but these errors were encountered:
year 0 out of range
jlowe
Successfully merging a pull request may close this issue.
In premerge build, saw test_parquet_write_roundtrip_datetime_with_legacy_rebase fail like this:
The text was updated successfully, but these errors were encountered: