Commits


François Saint-Jacques authored and Wes McKinney committed ec154d232ed
ARROW-2026: [C++] Enforce use_deprecated_int96_timestamps to all time… …stamps fields. This changes the behavior of `use_deprecated_int96_timestamps` to support all timestamp fields irregardless of the time unit. It would previously only apply this conversion to fields with Nanosecond resolution. People will only use this option when they use a system that only supports INT96 timestamps, systems that also support INT64 timestamps in other resolutions would not need the option. A notable API change is that this option now take precedence over the coerce_timestamps option. Author: François Saint-Jacques <fsaintjacques@gmail.com> Closes #3173 from fsaintjacques/ARROW-2026-parquet-int96-conversion and squashes the following commits: 2897a7278 <François Saint-Jacques> ARROW-2026: Enforce use_deprecated_int96_timestamps to all timestamps fields.