nikitamikhaylov opened a new pull request #527:
URL: https://github.com/apache/orc/pull/527
<!--
Thanks for sending a pull request! Here are some tips for you:
1. File a JIRA issue first and use it as a prefix of your PR title, e.g.,
`ORC-001: Fix ABC`.
2. Use your PR title to summarize what this PR proposes instead of
describing the problem.
3. Make PR title and description complete because these will be the
permanent commit log.
4. If possible, provide a concise and reproducible example to reproduce
the issue for a faster review.
5. If the PR is unfinished, use GitHub PR Draft feature.
-->
### What changes were proposed in this pull request?
<!--
On Ubuntu 20 with Clang 10, build doesn't work
https://gist.github.com/nikitamikhaylov/18e5f22e81a89f701520558a4c39f30d
Because every statement is separated by ; and ; after { means empty
statement, which has no effect.
-->
### Why are the changes needed?
<!--
Because I want the build to work on Ubuntu 20.
-->
### How was this patch tested?
<!--
Build now works.
-->
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]