-
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-13493 [C++] Anonymous structs in an anonymous union are a GNU extension #10833
Conversation
I've reproduced the error on #10839, so I'll merge that (assuming I haven't broken other things) and then you can rebase this, run the as-cran crossbow job, and we should see the build pass. |
ok @nirandaperera, merged, please rebase and then do |
0eb3599
to
fe0b1ec
Compare
@github-actions crossbow submit test-r-linux-as-cran |
Revision: fe0b1ec Submitted crossbow builds: ursacomputing/crossbow @ actions-678
|
Looks like you fixed one warning but there's still another: https://github.com/ursacomputing/crossbow/runs/3203443397?check_suite_focus=true#step:7:192 |
@github-actions crossbow submit test-r-linux-as-cran |
Revision: 85fc161 Submitted crossbow builds: ursacomputing/crossbow @ actions-680
|
@nealrichardson I think this is fine now! :-) |
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, thank you! 🙏
…xtension Closes apache#10833 from nirandaperera/ARROW-13493 Authored-by: niranda perera <niranda.perera@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>
No description provided.