You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Zherui Cao (Jira)" <ji...@apache.org> on 2021/05/18 13:12:00 UTC

[jira] [Created] (ORC-800) [ORC]if map.value is selected, map.key should be selected automatically to prevent segment fault.

Zherui Cao created ORC-800:
------------------------------

             Summary: [ORC]if map.value is selected, map.key should be selected automatically to prevent segment fault.
                 Key: ORC-800
                 URL: https://issues.apache.org/jira/browse/ORC-800
             Project: ORC
          Issue Type: Improvement
            Reporter: Zherui Cao
            Assignee: Zherui Cao


Some Tools querying map as a struct so map.key and map.value is independent. But either way map is selected. Then MapVectorBatch is accessible,  once MapVectorBatch is accessible,

MapVectorBatch::toString will definitely encounter segment fault due to map.key is not selected if we only select map.value.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)