-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-4418 [Plasma] replace event loop with boost::asio for plasma store #3704
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
Closed
Closed
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
b2f9447
Replace native socket operations with asio
suquark 040e40c
fix according to github comments
suquark d6ea866
lint
suquark 168dea4
prevent the store from dying
suquark 323f633
fix ARROW_CHECK
suquark 0350d41
Fix
suquark 2433872
ARROW-5785: [Rust] Make the datafusion cli dependencies optional
4d25902
ARROW-5787: [Release][Rust] Use local modules to verify RC
kou dff73a4
ARROW-5793: [Release] Avoid duplicated known host SSH error in dev/re…
kou c2c5876
ARROW-5794: [Release] Skip uploading already uploaded binaries
kou f0392dc
ARROW-5795: [Release] Add missing waits on uploading binaries
kou 53e813c
ARROW-5796: [Release][APT] Update expected package list
kou c29462c
ARROW-5797: [Release][APT] Update supported distributions
kou 10083ab
ARROW-5609: [C++] Set CMP0068 CMake policy to avoid macOS warnings
xhochy 91b4cbc
ARROW-5726: [Java] Implement a common interface for int vectors
tianchen92 175ad65
ARROW-3459: [C++][Gandiva] support for string o/p
8192902
ARROW-5791: [C++] Fix infinite loop with more the 32768 columns.
emkornfield 3b6b271
ARROW-5792: [Rust] Add TypeVisitor for parquet type.
liurenjie1024 b7f27f0
ARROW-5358: [Rust] Implement equality check for ArrayData and Array
sunchao 9145c15
ARROW-5820: [Release] Remove undefined variable check from verify script
kou 52c04e4
ARROW-5816: [Release] Do not curl in background in verify-release-can…
wesm 8ec2fd0
ARROW-5564: [C++] Use uriparser from conda-forge
pitrou 3cdd0cf
[Website] Fix incorrect expansion of "SIMD" term
mikofski 7adbe93
[Release] Test Arrow Flight in Windows release verification script
wesm e02ec4e
ARROW-5466: [Java][CI] Dockerize Java CI, run all JDK builds in singl…
wesm 74b9294
ARROW-4453: [Python] Cython wrappers for SparseTensor
rok 6019dbc
ARROW-5731: [CI] Switch turbodbc branch for integration testing
xhochy 4b09ae3
ARROW-5753: [Rust] Fix test failure in CI code coverage
sunchao 1bbeb35
ARROW-5380: [C++] Fix memory alignment UBSan errors.
emkornfield 7b0335f
ARROW-5818: [Java][Gandiva] support varlen output vectors
e70c3a7
ARROW-5823: [Rust] CI scripts miss --all-targets cargo argument
liurenjie1024 c645a37
[Release] Set C++ libraries runtime path to LD_LIBRARY_PATH when runn…
wesm 732a17b
ARROW-5774: [Java][Documentation] Update how to run test
emkornfield 913d82d
ARROW-5483: [Java] add ValueVector constructors that take Field object
07b550c
ARROW-5814: [Java] Implement a <Object, int> HashMap for DictionaryEn…
tianchen92 e28d366
ARROW-5778: [Java] Extract the logic for vector data copying to the s…
liyafan82 e33a2b6
ARROW-5812: [Java] Refactor method name and param type in BaseIntVector
tianchen92 ecbe116
ARROW-5658: [JAVA] Sync schema for VectorSchemaRoot
liyafan82 86f0a3a
ARROW-5813: [C++] Fix TensorEquals for different contiguous tensors
mrkn a9a82ec
ARROW-4036: [C++] Pluggable Status message, by exposing an abstract d…
emkornfield d030749
[Website] Update Fletcher link and description (#4794)
533ef53
Merge branch 'master' into plasma
pcmoritz 4e099a8
fix merge
pcmoritz 21c945c
Merge branch 'master' into plasma
pcmoritz c8bbf05
fix
pcmoritz d60f69f
update
pcmoritz 19f0a35
update
pcmoritz fd3a73d
update
pcmoritz b6d7461
update
pcmoritz df06510
fix
pcmoritz fb0e411
update
pcmoritz 57bfd64
fix
pcmoritz 4cad602
update
pcmoritz 11871a2
update
pcmoritz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
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.
why is this notation necessary?