dongjoon-hyun commented on a change in pull request #1023:
URL: https://github.com/apache/orc/pull/1023#discussion_r793004502
##########
File path: c++/src/TypeImpl.cc
##########
@@ -465,6 +466,8 @@ namespace orc {
case proto::Type_Kind_STRUCT: {
TypeImpl* result = new TypeImpl(STRUCT);
ret = std::unique_ptr<Type>(result);
+ if (type.subtypes_size() > type.fieldnames_size())
Review comment:
Could you follow the coding style? This new addition has a wrong
indentation.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]