When datafusion.execution.parquet.coerce_int96
is set, timestamp type is still reported as Timestamp(nanoseconds)
#15721
Labels
bug
Something isn't working
Describe the bug
datafusion.execution.parquet.coerce_int96
is supposed toHowever, when I set this to
ms
the type is still reported to beTimestamp(Nanoseconds)
To Reproduce
Results in
Expected behavior
I expect the output type to be
Timestamp(Microsecond, None)
Additional context
The text was updated successfully, but these errors were encountered: