-
Notifications
You must be signed in to change notification settings - Fork 506
ORC-815: Build and test C++ module on CLang12 #718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
dongjoon-hyun
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, LGTM. (Pending CI).
|
Oh, it seems that old compilers complains about this. |
|
I updated your branch to see the result. If it fails still, you can revert it, @williamhyun ~ |
|
Please review and merge this if CI passed, @williamhyun . 😄 |
|
+1 LGTM, thank you for the edits. |
|
Thank you, @williamhyun . I tested and backported this to branch-1.6 on M1. |
This PR aims to build and test the C++ module on CLang12
Currently, the build fails with new warnings.
Manually built and tested.
```
$ make test-out
Test project /Users/william/orc/build
Start 1: orc-test
1/2 Test #1: orc-test ......................... Passed 3.99 sec
Start 2: tool-test
2/2 Test #2: tool-test ........................ Passed 11.96 sec
100% tests passed, 0 tests failed out of 2
```
Closes #718
Signed-off-by: William Hyun <[email protected]>
|
I'll cherry-pick to branch-1.5 for Apache ORC 1.5.13. |
This PR aims to build and test the C++ module on CLang12
Currently, the build fails with new warnings.
Manually built and tested.
```
$ make test-out
Test project /Users/william/orc/build
Start 1: orc-test
1/2 Test #1: orc-test ......................... Passed 3.99 sec
Start 2: tool-test
2/2 Test #2: tool-test ........................ Passed 11.96 sec
100% tests passed, 0 tests failed out of 2
```
Closes #718
Signed-off-by: William Hyun <[email protected]>
(cherry picked from commit cb86120)
Signed-off-by: Dongjoon Hyun <[email protected]>
What changes were proposed in this pull request?
This PR aims to build and test the C++ module on CLang12
Why are the changes needed?
Currently, the build fails with new warnings.
How was this patch tested?
Manually built and tested.