You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When converting from ArrowSchema to deltalake::Schema, the try_from method will return an error if the arrow schema has a Timestamp(nanosecond). This causes the convert_to_delta function to fail. It makes sense to support parquet files with nanoseconds timestamps when converting a Parquet table to a Delta table.
Use Case
Convert parquet files in rust/tests/data/delta-1.2.1-only-struct-stats to a Delta table.
Description
When converting from
ArrowSchema
todeltalake::Schema
, thetry_from
method will return an error if the arrow schema has aTimestamp(nanosecond)
. This causes theconvert_to_delta
function to fail. It makes sense to support parquet files with nanoseconds timestamps when converting a Parquet table to a Delta table.Use Case
Convert parquet files in
rust/tests/data/delta-1.2.1-only-struct-stats
to a Delta table.Related Issue(s)
#1041, #1682, #1686
The text was updated successfully, but these errors were encountered: