paleolimbot opened a new pull request, #1966:
URL: https://github.com/apache/arrow-adbc/pull/1966
In some of the R packages we get:
```
* checking whether package 'adbcsqlite' can be installed ... [35s] WARNING
Found the following significant warnings:
../src/c/vendor/nanoarrow/nanoarrow.hpp:868:19: warning:
'nanoarrow::ViewArrayStream::code_' will be initialized after [-Wreorder]
../src/c/vendor/nanoarrow/nanoarrow.hpp:867:15: warning: 'ArrowError*
nanoarrow::ViewArrayStream::error_' [-Wreorder]
../src/c/vendor/nanoarrow/nanoarrow.hpp:828:3: warning: when initialized
here [-Wreorder]
See
'D:/a/arrow-adbc/arrow-adbc/r/adbcsqlite/check/adbcsqlite.Rcheck/00install.out'
for details.
```
https://github.com/apache/arrow-adbc/actions/runs/9788345921/job/27026279250?pr=1965#step:10:166
This has already been fixed upstream:
https://github.com/apache/arrow-nanoarrow/blob/c74bb37b990541c82305b000b516f922db74d1f9/src/nanoarrow/nanoarrow.hpp#L846
--
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]