apache/arrow-java

`ComplexCopier` is missing cases for `TimeStamp*TZ`

Open

#551 opened on Jan 21, 2025

 (0 comments) (0 reactions) (0 assignees)Java (132 forks)auto 404
Type: enhancementhelp wanted

Repository metrics

Stars
 (89 stars)
PR merge metrics
 (PR metrics pending)

Description

ComplexCopier doesn't support TimeStampNanoTZ or any of the other timezone based types, but looks like BaseWriter might otherwise support the TZ functionality needed.

Contributor guide