Rok Mihevc created ARROW-13347:
----------------------------------
Summary: [C++][Compute] Add option to return null values for
nonexistent and ambiguous times
Key: ARROW-13347
URL: https://issues.apache.org/jira/browse/ARROW-13347
Project: Apache Arrow
Issue Type: Improvement
Components: C++
Reporter: Rok Mihevc
ARROW-13033 Implements TzLocalize kernel and can handle ambiguous and
nonexistent times by raising or shifting backwards or forwards to first valid
local time.
However we might want to be able to return null in these cases.
We could implement new flags to do so:
{{compute::TemporalLocalizationOptions::Nonexistent::NONEXISTENT_IGNORE}} and
{{compute::TemporalLocalizationOptions::Ambiguous::AMBIGUOUS_IGNORE}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)