dongjoon-hyun commented on PR #1305:
URL: https://github.com/apache/orc/pull/1305#issuecomment-1304722250
Thank you for making a backport, @guiyanakuang . There exist a few case
where `break` is indented in the same level with the next `case` statement in
this PR. It looks weird to me. I guess we can fix them by eliminating the
redundant `{}`.
```
break;
case ...
```
--
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]