Popular repositories
-
-
-
-
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
-
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
2,010 contributions in the last year
Less
More
Activity overview
Contribution activity
May 2021
Created 4 commits in 2 repositories
Created a pull request in apache/arrow that received 6 comments
Reviewed 13 pull requests in 1 repository
apache/arrow 13 pull requests
- ARROW-12571: [R][CI] Run nightly R with valgrind
- ARROW-12641: [C++] Provide thread local state for tasks in a thread pool
- ARROW-12640: [C++] Fix errors from VS 2019 in cpp/src/parquet/types.h
- ARROW-12522: [C++] Add ReadRangeCache::WaitFor
- ARROW-12630: [Dev][Integration] conda-integration docker build fails
- ARROW-12431: [C++] Mask is inverted when creating FixedSizeBinaryArray
- ARROW-12150: [Python] Correctly infer type of mixed-precision Decimals
- ARROW-10675 [C++][Python] Support AWS S3 Web identity credentials
- ARROW-12617: [Python] Align orc.write_table keyword order with parquet.write_table
- ARROW-12568: [C++][Compute] Fix nullptr deference when array contains no nulls
- ARROW-12240: [Python] Fix invalid-offsetof warning
- ARROW-12622: [Python] Fix segfault in read_csv when not on main thread
- ARROW-12004: [C++] Result<detail::Empty> is annoying