dongjoon-hyun commented on a change in pull request #990: URL: https://github.com/apache/orc/pull/990#discussion_r778568777
########## File path: c++/src/ColumnReader.cc ########## @@ -993,6 +993,9 @@ namespace orc { void nextInternal(ColumnVectorBatch& rowBatch, uint64_t numValues, char *notNull); + + void readArrayIndices(const int64_t *arrayOffsets, uint64_t arrayCount, Review comment: If you don't mind, please put one argument per line. ```cpp void readArrayIndices(const int64_t *arrayOffsets, uint64_t arrayCount, ``` -- 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