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
Add a new TableParquetOptions field coerce_int96_tz that, when set,
makes coerce_int96_to_resolution produce Timestamp(unit, Some(tz))
instead of the default Timestamp(unit, None). Threads the new option
through ParquetSource, ParquetOpener, and DFParquetMetadata.
Spark and other systems write INT96 as UTC-adjusted instants, so
downstream readers that need the resulting Arrow type to carry the
LTZ signal (for example, Comet's schema adapter rejecting INT96 ->
TimestampNTZ on Spark 3.x) can set this to "UTC". Default behavior is
unchanged when the option is unset.
0 commit comments