-
Notifications
You must be signed in to change notification settings - Fork 114
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
Compile from source on Windows #65
Merged
Merged
+82
−32
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update arrow requirement from 17 to 18 Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md) - [Commits](apache/arrow-rs@17.0.0...18.0.0) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * fix build error Change-Id: I252a9021ef57cbcb82e5122f30754415085718c8 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: wangfenjin <wangfenj@gmail.com>
Change-Id: Ia2057bdf3dad686aa07b64f38cce20faa6d9a898
Change-Id: I91c5abcad6460051000dea430373cf64d7bc44bb
Change-Id: If0d2dad8c889f6df387550f96712681f63c16c9c
Change-Id: Ia43544c3683bc6418eddf4e971413d621d629a89
Change-Id: I685ff5f761ff0e342bc9afeb053df48ec28f1ad2
Codecov Report
@@ Coverage Diff @@
## main #65 +/- ##
=======================================
Coverage 76.01% 76.01%
=======================================
Files 25 25
Lines 2502 2502
=======================================
Hits 1902 1902
Misses 600 600
Help us with your feedback. Take ten seconds to tell us how you rate us. |
Change-Id: I3b3f5726507e4a9c94188994fe533ee335c4192e
Change-Id: I3d45e79e61b49690a6a58756ccc8b7fb3abcc153
wangfenjin
changed the title
Compile from source on Windows #63
Compile from source on Windows
Jul 24, 2022
This was referenced Jul 24, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #63
Close #62 #63