apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
309 stars 114 forks source link

Expand Support for other PyArrow timestamp precisions on write #840

Closed syun64 closed 1 week ago

syun64 commented 1 week ago

This issue tracks the work of expanding the support of the write API to other timestamp precisions. Currently only microseconds precision is supported in Iceberg, so we should cast the other precisions to microseconds to enable writes.

kevinjqliu commented 1 week ago

I think #541 is related

syun64 commented 1 week ago

Thanks! I'll close this issue in lieu of the other one