-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-10490: [C++][GLib] Fix range-loop-analysis warnings #8587
Conversation
They are detected by Xcode 12.
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.
Looks good to me! Definitely better than pinning Xcode, and now I was going to look into the JNI status check failures.
I've bisected it to #8533, and I'm testing reverting the DCHECK_NE
change to see what that does. I just finished bisecting so I was going to run the tests and then ask about if the change should be there and how the test should probably be fixed if it should be there.
OK. It seems that #8533 isn't related to the JNI failure because #8533 is R related change and the JNI failure is Java related code. |
It's an R related change, but it touches a C file which breaks the java/adapter/orc/src/test/java/org/apache/arrow/adapter/orc/OrcReaderTest.java test (it seems like it's a segfault, but I don't know how to get better logging to confirm that, the process is dead though). Removing the |
Ah, I see.
Thanks! |
They are detected by Xcode 12. Closes apache#8587 from kou/xcode-12 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
They are detected by Xcode 12.