Block or Report
Block or report pitrou
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular 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,165 contributions in the last year
Activity overview
Contribution activity
November 2022
Created 24 commits in 2 repositories
Created a pull request in apache/arrow that received 20 comments
ARROW-18350: [C++] Use std::to_chars instead of std::to_string
std::to_chars is locale-independent unlike std::to_string; it may also be faster.
This PR does neither bother with test and benchmark files, nor wi…
Opened 11 other pull requests in 2 repositories
apache/arrow
9
merged
1
open
- ARROW-18397: [C++] Clear S3 region resolver client at S3 shutdown
- ARROW-18383: [C++] Avoid global variables for thread pools and at-fork handlers
- ARROW-18382: [C++] Set ADDRESS_SANITIZER in fuzzing builds
- MINOR: [CI][C++] Bump aws-sdk-version on conda jobs
- ARROW-18349: [C++][Flight] Exercise UCX on CI
- ARROW-18290: [C++] Escape all special chars in URI-encoding
- MINOR: [C++] Mark header-defined function inline
- ARROW-18270: [Python] Remove gcc 4.9 compatibility code
- ARROW-17975: [C++] Create at-fork facility
- ARROW-18206: [C++][CI] Add a nightly build for C++20 compilation
apache/parquet-format
1
merged
Reviewed 45 pull requests in 4 repositories
apache/arrow
25 pull requests
- ARROW-18269: [C++] Handle slash character in Hive-style partition values
- ARROW-18399: [Python] Reduce warnings during tests
- ARROW-18380: [Dev] Update dev_pr GitHub workflows to accept both GitHub issues and JIRA
- ARROW-17836: [C++] Allow specifying alignment of buffers
- GH-14755: [Python] Expose QuotingStyle to Python
- ARROW-18392: [Python] Fix test_s3fs_wrong_region; set anonymous=True
- ARROW-17798: [C++][Parquet] Add DELTA_BINARY_PACKED encoder to Parquet writer
- ARROW-18350: [C++] Use std::to_chars instead of std::to_string
- MINOR: [Go][CI] Shift test data to arrow-testing
- ARROW-4709: [C++] Optimize for ordered JSON fields
- ARROW-17985: [C++][Python] Improve s3fs error message when wrong region
- ARROW-18323: Enabling issue templates in GitHub issues
- ARROW-18373: Fix component drop-down, add license text
- ARROW-18343: [C++] Remove AllocateBitmap() with out parameter
- ARROW-18341: [Doc][Python] Update note about bundling Arrow C++ on Windows
- ARROW-18334: [C++] Handle potential non-commutativity by rebinding
- ARROW-17351: [C++][Compute] Implement a parser for Expressions
- ARROW-16817: [C++] Test ORC writer errors with invalid types
- ARROW-15538: [C++] Expanding coverage of math functions from Substrait to Acero
- ARROW-17825: [C++] Allow the possibility to write several tables in ORCFileWriter
- PARQUET-2204: [parquet-cpp] TypedColumnReaderImpl::Skip should reuse scratch space
- ARROW-17301: [C++] Implement compute function "binary_slice"
- MINOR: [Docs][C++] Improve docs for ConcatenateTables
- ARROW-18270: [Python] Remove gcc 4.9 compatibility code
- ARROW-18310: [C++] Use atomic backpressure counter
- Some pull request reviews not shown.
apache/parquet-format
1 pull request
python/cpython
1 pull request
apache/arrow-site
1 pull request
Created an issue in aws/aws-sdk-cpp that received 8 comments
Fatal error when destroying S3Client at shutdown
Describe the bug
When a S3Client is destroyed as part of process shutdown, I get this crash:
Fatal error condition occurred in /home/conda/feedstoc…