Krisztian Szucs created ARROW-9434: -------------------------------------- Summary: [C++] Store type_code information in UnionScalar::value Key: ARROW-9434 URL: https://issues.apache.org/jira/browse/ARROW-9434 Project: Apache Arrow Issue Type: Improvement Components: C++ Reporter: Krisztian Szucs Fix For: 2.0.0
The format allows duplicated types in unions, so in order to properly construct an array from a unionscalar we need to know which type to use. Currently we only store the value as another scalar. -- This message was sent by Atlassian Jira (v8.3.4#803005)