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
1,989 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2021
Created 21 commits in 2 repositories
Created a pull request in apache/arrow that received 8 comments
Opened 13 other pull requests in 2 repositories
apache/arrow
11
closed
1
open
- ARROW-13041: [C++] Ensure unary kernels zero-initialize data behind null entries
- ARROW-13039: [R] Fix error message handling
- ARROW-12937: [C++][Python] Allow setting default metadata for new S3 files
- ARROW-10115: [C++] Add CSV option to treat quoted strings as always non-null
- ARROW-12951: [C++] Reduce generated code size for string kernels
- ARROW-13008: [C++] Avoid deprecated API in minimal example
- ARROW-12993: [Python] Avoid half-initialized FeatherReader object
- ARROW-12989: [CI] Avoid aggressive cancellation of the "Dev PR" workflow
- ARROW-12956: [C++] Fix crash on Parquet file (OSS-Fuzz)
- ARROW-12719: [C++] Allow passing S3 canned ACL as output stream metadata
- ARROW-12935: [C++][CI] Fix compiler error on some clang versions
- ARROW-12917: [C++] Fix handling of decimal types with negative scale in C data import
apache/arrow-testing
1
merged
Reviewed 33 pull requests in 1 repository
apache/arrow 33 pull requests
- ARROW-12952: [C++] Add count_substring_regex
- ARROW-12948: [C++][Python] Add slice_replace kernel
- ARROW-12597: [C++] Enable per-row-group parallelism in async Parquet reader
- ARROW-9140: [R] Zero-copy Arrow to R where possible
- ARROW-12150: [Python] Correctly infer type of mixed-precision Decimals
- ARROW-13018: [C++][Docs] Use consistent terminology for nulls (min_count) in scalar aggregate kernels
- ARROW-13027: [C++] Fix ASAN stack traces in CI
- ARROW-12878: [C++] Generalize thread pool to allow for different queuing strategies / worker loops
- ARROW-12951: [C++] Reduce generated code size for string kernels
- ARROW-11759: [C++] Kernel to extract datetime components (year, month, day, etc) from timestamp type
- ARROW-12779: [Python][FlightRPC] Guard against DoGet handler that never sends data
- ARROW-12949: [C++] Add starts_with and ends_with
- ARROW-12096: [C++] Allows users to define arrow timestamp unit for Parquet INT96 timestamp
- ARROW-12861: [C++][Compute] Add sign function kernels
- ARROW-12950: [C++] Add count_substring kernel
- ARROW-12050: [C++][Python][FlightRPC] Make Flight operations interruptible in Python
- ARROW-12969: [C++] Fix match_substring with empty haystack
- ARROW-12982: [C++] Re-enable unused-variable warning
- MINOR: [Docs] Fix a typo in Python IPC ReadStats class
- ARROW-12989: [CI] Avoid aggressive cancellation of the "Dev PR" workflow
- ARROW-12661: [C++] Add ReaderOptions::skip_rows_after_names
- ARROW-11843: [C++] Provide async Parquet reader
- ARROW-10959: [C++] Add scalar string join kernel
- ARROW-12560: [C++] Add scheduling option for Future callbacks
- ARROW-10557: [C++] Add scalar string slicing/substring extract kernel
- Some pull request reviews not shown.
Created an issue in r-lib/cpp11 that received 3 comments
Rf_errorcall called without escaping special chars
When handling C++ errors/exceptions, cpp11 simply copies the error message to a plain C string and then calls Rf_errorcall with the C string as the…
3
comments