Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-12
Description
Orc scanner uses TimestampValue::FromUnixTimeNanos() to convert sec + nano representation to Impala's TimestampValue (day + nano). That function is affected by flag use_local_tz_for_unix_timestamp_conversions, while that global option should not affect Orc (Parquet has its own related flag convert_legacy_hive_parquet_utc_timestamps, I hope we won't need such hacks for Orc).