-
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
[C++] Fix errors from VS 2019 in cpp/src/parquet/types.h #28392
Comments
Antoine Pitrou / @pitrou: #ifdef OPTIONAL
#undef OPTIONAL
#endif |
Antoine Pitrou / @pitrou: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On April 30, a nightly CI job that builds libarrow with Visual Studio 2019 (
test-build-vcpkg-win
) started failing because of numerous syntax errors:See full log at https://github.com/ursacomputing/crossbow/runs/2473230854#step:4:4422
@bkietz
[~davidli]
I am almost certain that this was caused by ARROW-11929PR: #10166
Commit: 7430bbd
When I check out the commit immediately before this one, the build succeeds without these errors. When I check out this commit, the build shows these errors.
I believe the issue is not directly related to vcpkg. It happens also when I use conda for dependencies. It seems to be related to Visual Studio 2019.
Reporter: Ian Cook / @ianmcook
Assignee: Ian Cook / @ianmcook
PRs and other links:
Note: This issue was originally created as ARROW-12640. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: