rizaon commented on a change in pull request #990: URL: https://github.com/apache/orc/pull/990#discussion_r779214232
########## File path: c++/include/orc/Common.hh ########## @@ -122,6 +122,11 @@ namespace orc { StreamKind_BLOOM_FILTER_UTF8 = 8 }; + enum ArrayReadIntent { Review comment: Yes, we can extend this enum to support MAP and UNION type. However, I'd like to focus on LIST first in this PR, if it is OK. I'd be happy to extend it in the future JIRA. Renaming this enum back to 'ReadIntent' sounds better if we anticipate extending it for MAP and UNION. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org