-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-209: [C++] Triage builds due to unavailable LLVM apt repo #84
Closed
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
@emkornfield are you OK with this? I'm not sure what other options we have at the moment. |
In the short term yes. Need to look into see if there are mirrors. Hopefully people will run these locally, so the code base won't get too messy ... |
+1, LGTM. I'll try to do some investigation tonight on alternatives. |
+1, thanks |
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Aug 30, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Aug 30, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Aug 30, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Aug 30, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Sep 4, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Sep 10, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
praveenbingo
added a commit
to praveenbingo/arrow
that referenced
this pull request
Sep 10, 2018
* GDV-31:[Java][C++]Fixed concurrency issue in cache. Modifications were happening in get without a mutex. Wrote a test to verify and prevent regression.
xuechendi
added a commit
to xuechendi/arrow
that referenced
this pull request
Aug 19, 2020
…pache#84) * [oap-native-sql] Add castToString support to various types int[8-64], float32, float64, date32 Signed-off-by: Chendi Xue <chendi.xue@intel.com> * [oap-native-sql] Using %g to format, added DIGS support if needed Signed-off-by: Chendi Xue <chendi.xue@intel.com> * [oap-native-sql] Add castByte support Signed-off-by: Chendi Xue <chendi.xue@intel.com>
zhixingheyi-tian
referenced
this pull request
in oap-project/arrow
Feb 4, 2021
* [oap-native-sql] Add castToString support to various types int[8-64], float32, float64, date32 Signed-off-by: Chendi Xue <chendi.xue@intel.com> * [oap-native-sql] Using %g to format, added DIGS support if needed Signed-off-by: Chendi Xue <chendi.xue@intel.com> * [oap-native-sql] Add castByte support Signed-off-by: Chendi Xue <chendi.xue@intel.com>
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.
For now, this unblocks builds until we can resolve the LLVM apt issue.