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,945 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 17 commits in 2 repositories
Created a pull request in apache/arrow that received 18 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
•
18
comments
Opened 11 other pull requests in 2 repositories
apache/arrow
2
open
7
closed
- ARROW-14056: [Doc][C++] Document ArrayData
- ARROW-13654: [C++][Parquet] Avoid infinite loop when appending a FileMetaData to itself
- 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 67 pull requests in 5 repositories
apache/arrow
61 pull requests
- ARROW-14057: [C++] Bump aws-c-common version
- ARROW-14053: [C++][CSV] Use atomic counter for async tests
- ARROW-13652: [Python] Expose copy_files in pyarrow.fs
- ARROW-6626: [Python] Support converting nested sets when converting to arrow
- ARROW-14050: [C++] Make TDigest/Quantile kernels return nulls instead
- ARROW-14054: [C++][Docs] Simplify C++ row conversion example
- ARROW-13390: [C++] Implement coalesce for remaining types
- ARROW-13573: [C++] Support dictionaries natively in case_when
- ARROW-13327: [C++][Python] Improve consistency of explicit C++ types in PyArrow files
- ARROW-14043: [Python] Allow unsigned integer index type in dictionary() type factory function
- ARROW-14062: [Format] Initial arrow-internal specification of compute IR
- ARROW-12673: [C++] Add callback to handle incorrect column counts
- ARROW-13548: [C++] Implement temporal difference kernels
- PARQUET-492: [C++][Parquet] Basic support for reading DELTA_BYTE_ARRAY data.
- ARROW-3699: [C++] Dockerfile for testing 32-bit C++ build
- ARROW-13561: [C++] Implement week kernel that accepts WeekOptions
- ARROW-13977: [Format] clarify leap seconds for interval type
- ARROW-13685: [C++] Cannot write dataset to S3FileSystem if bucket already exists
- ARROW-13655: [C++][Parquet] Disable Thrift message size protections
- ARROW-13816: [Go][C] Implement Consumer APIs for C Data Interface in Go
- ARROW-13849: [C++] Wrap min_max with min/max functions
- ARROW-14007: [C++] Fix compiler warnings in decimal promotion helper
- ARROW-13965: [C++] dynamic_casts in parquet TypedColumnWriterImpl impacting performance
- ARROW-14003: [C++][Python] Not providing a sort_key in the "select_k_unstable" kernel crashes
- ARROW-13882: [C++] Improve min_max/hash_min_max type support
- Some pull request reviews not shown.
python/cpython
2 pull requests
apache/arrow-cookbook
2 pull requests
apache/parquet-testing
1 pull request
xtensor-stack/xsimd
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