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,219 contributions in the last year
Activity overview
Contribution activity
October 2022
Created 19 commits in 1 repository
Created a pull request in apache/arrow that received 15 comments
ARROW-17927: [C++] Avoid hitting thread limits in stress tests
Non-trivial use of SleepAsync() and SleepABitAsync() could end up running hundreds of threads at once, which could hit resource limits on some CI c…
Opened 12 other pull requests in 1 repository
apache/arrow
3
open
8
merged
1
closed
- MINOR: [CI][C++] Make CTest timeout configurable
- ARROW-18157: [Dev][Archery] "archery docker run" sets env var to None when inherited
- ARROW-18141: [C++][Parquet] Avoid UB on unaligned load
- ARROW-18083: [C++] Bump vendored zlib version
- ARROW-18030: [C++] Bump LZ4 version
- ARROW-17999: [C++] Make Minio server launch more robust
- ARROW-17988: [C++] Remove index_sequence_for and aligned_union backports
- ARROW-17976: [C++] Use generic lambdas in arrow/compare.cc
- ARROW-17927: [C++] Avoid hitting thread limits in stress tests
- ARROW-17938: [Python] Fix compilation error on python_test.cc
- ARROW-17861: [C++] Deprecate Plasma
- ARROW-17924: [Doc][Format] Clarify immutability assumption in C Data Interface
Reviewed 63 pull requests in 5 repositories
apache/arrow
25 pull requests
- WIP ARROW-16464: [C++][CI][GPU] Add CUDA CI
- ARROW-17487: [Python][Packaging][CI] Add support for Python 3.11
- ARROW-18135: [C++] Avoid warnings that ExecBatch::length may be uninitialized
- ARROW-17858: [C++] Compilating warning in arrow/csv/parser.h
- ARROW-17904: [C++] [WIP] Parquet Implement crc in reading and writing Page for DATA_PAGE (v1)
- ARROW-15538: [C++] Expanding coverage of math functions from Substrait to Acero
- ARROW-15822: [C++] Cast duration to string (thus CSV writing) not supported
- ARROW-15691: [Dev] Update archery to work with either master or main as default branch
- ARROW-15328: [C++][Docs] Streaming CSV reader missing from documentation
- ARROW-18144: [C++] Improve JSONTypeError error message in testing
- ARROW-18094: [Dev][CI] Make nightly group as an alias of nightly-*
- ARROW-18054: [Python][CI] Enable Cython tests on windows wheels
- ARROW-14161: [C++][Docs] Improve Parquet C++ docs
- ARROW-17524: [C++] Correction for fields included when reading an ORC table
- ARROW-17460: [R] Don't warn if the new UDF I'm registering is the same as the existing one
- PARQUET-2179: [C++][Parquet] Add a test for skipping repeated fields
- ARROW-17953: [Archery] Add archery docker info command
- ARROW-18080: [C++] Remove gcc <= 4.9 workarounds
- ARROW-17891: [Docs][Python] Update and sync Win section of the developers/python page
- ARROW-18069: [Docs] Suggest using force with lease initially
- ARROW-18074: [CI] Running ctest for PyArrow C++ not needed anymore
- ARROW-18053: [Dev] Fix a bug that merge_arrow_pr.py doesn't detect Co-authored-by:
- ARROW-18061: [CI][R] Reduce number of jobs on every commit
- ARROW-17995: [C++] Fix json decimals not being rescaled based on the explicit schema
- ARROW-18031: [C++][Parquet] Undefined behavior in bool RLE decoder
- Some pull request reviews not shown.
substrait-io/substrait-cpp
1 pull request
apache/parquet-mr
1 pull request
apache/arrow-testing
1 pull request
apache/arrow-site
1 pull request
Created an issue in python/cpython that received 5 comments
Typing annotations are not documented in the language reference
Documentation The only place where the syntax for typing annotations seems to be documented is the grammar specification, which is obviously not ve…