Popular repositories
-
-
-
-
llvmlite Public
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
-
tornado Public
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
1,939 contributions in the last year
Less
More
Activity overview
Contributed to
apache/arrow,
apache/arrow-rs,
apache/arrow-experimental-rs-arrow2
and 5 other
repositories
Contribution activity
September 2021
Created 11 commits in 2 repositories
Created a pull request in apache/arrow that received 12 comments
ARROW-13655: [C++][Parquet] Disable Thrift message size protections
In Thrift 0.14+, the maximum message size is capped by default and attempts to read larger messages will error out. The maximum message size doesn'…
+55
−6
•
12
comments
Opened 9 other pull requests in 2 repositories
apache/arrow
6
closed
1
open
- ARROW-13983: [C++] Avoid raising error if fadvise() isn't supported
- ARROW-13842: [C++] Bump vendored date library
- [EXP][C++] Bloom filter / SIMD filter for CSV parser
- ARROW-13855: [C++][Python] Implement C data interface support for extension types
- ARROW-13845: [C++] Reconcile RandomArrayGenerator::ArrayOf implementations
- ARROW-13850: [C++] Fix crashes on invalid Parquet data
- ARROW-13846: [C++] Fix crashes on invalid IPC file
apache/arrow-testing
2
merged
Reviewed 46 pull requests in 5 repositories
apache/arrow
41 pull requests
- ARROW-13882: [C++] Improve min_max/hash_min_max type support
- ARROW-13572: [C++][Datasets] Add ORC support to Datasets API
- ARROW-12087: [C++] Allow sorting durations, timestamps with timezones
- ARROW-13877: [C++] Support FixedSizeList in generic list kernels
- ARROW-13783. [Python] Preview data when printing tables
- ARROW-13699: [Python][Docs] Improve filesystem documentation
- ARROW-13958: [Python] Migrate Python ORC bindings to use new Result-based APIs
- ARROW-12744: [C++][Compute] Add rounding kernel
- ARROW-13685: [C++] Cannot write dataset to S3FileSystem if bucket already exists
- ARROW-6626: [Python] Support converting nested sets when converting to arrow
- ARROW-12965: [Java] C Data Interface implementation
- ARROW-13978: [C++] Bump gtest to 1.11 to unbreak builds with recent clang
- ARROW-13655: [C++][Parquet] Disable Thrift message size protections
- ARROW-13961: [C++] Fix use of non-const references, declaration without initialization
- ARROW-12712: [C++] String repeat kernel
- PARQUET-492: [C++][Parquet] Basic support for reading DELTA_BYTE_ARRAY data.
- ARROW-13138: [C++][R] Implement extract temporal components (year, month, day, etc) from date32/64 types
- ARROW-13033: [C++] Kernel to localize naive timestamps to a timezone (preserving clock-time)
- ARROW-13930: [Python][C++] Automatically infer/convert uuid.Uuid to an Arrow binary
- ARROW-13816: [Go][C] Implement Consumer APIs for C Data Interface in Go
- ARROW-12657: [C++] Adding String hex to numeric conversion
- ARROW-13921: [Python][Packaging] Pin minimum setuptools version for the macos wheels
- ARROW-13898: [C++][Compute] Add support for string binary transforms
- ARROW-13810: [C++][Compute] Predicate IsAsciiCharacter allows invalid types and values
- ARROW-13743: [CI] OSX job fails due to incompatible git and libcurl
- Some pull request reviews not shown.
apache/arrow-cookbook
2 pull requests
apache/parquet-testing
1 pull request
xtensor-stack/xsimd
1 pull request
python/cpython
1 pull request
Created an issue in apache/arrow-cookbook that received 5 comments
Define writing style
It seems there are some inconsistencies in the cookbook's writing style. For example: verb tense in titles: "Write a Parquet file" vs. "Reading a …
5
comments