alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.17k stars 424 forks source link

refactor(interactive): Support timezone info for timestamp type. #3975

Closed zhanglei1949 closed 3 days ago

zhanglei1949 commented 3 days ago

In this PR, we expand our timestamp format parsing to include timezone information such as 2010-02-14T15:32:10.447+00:00.

out_zone_offset_present are not set as we don't expect timezone info without giving a timezone in type definition. Otherwise will cause parsing failure. https://github.com/apache/arrow/blob/3e7ae5340a123c1040f98f1c36687b81362fab52/cpp/src/arrow/csv/converter.cc#L373 https://github.com/apache/arrow/blob/3e7ae5340a123c1040f98f1c36687b81362fab52/cpp/src/arrow/type.h#L1635