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,046 contributions in the last year
Activity overview
Contribution activity
January 2023
Created 18 commits in 3 repositories
Created a pull request in apache/arrow that received 6 comments
GH-33687: [Dev] Fix commit message generation in merge script
Regex for removing HTML comments was pathologically slow because of greedy pattern matching Output of regex replacement was ignored (!) Colla…
Opened 3 other pull requests in 2 repositories
apache/arrow
2
merged
apache/parquet-format
1
merged
Reviewed 46 pull requests in 3 repositories
apache/arrow
25 pull requests
- GH-15102: [C++] Could not decompress arrow stream sent from Java arrow SDK
- GH-32050: [C++] Implement Rank kernel on chunked arrays
- GH-14863: [C++] Add appender functions to array builders that can take optionals
- GH-33701: [C++] Add support for LTO (link time optimization) build
- GH-33596: [C++][Parquet] Parquet page index read support
- ARROW-17735: [C++][Parquet] Optimize parquet reading for String/Binary type
- MINOR: [C++][R] Declare FieldRef(std::vector<FieldRef>) constructor explicit
- MINOR: [C++][Parquet] Rephrase decimal annotation
- MINOR: [C++][clang-tidy] Disable modernize-use-nodiscard check
- GH-33115: [C++] Parquet Implement crc in reading and writing Page for DATA_PAGE (v1)
- GH-15137: [C++][CI] Fix ASAN error in streaming JSON reader tests
- GH-32104: [C++] Add support for Run-End encoded data to Arrow
- GH-33566: [C++] Add support for nullary and n-ary aggregate functions
- GH-15195: [C++][FlightRPC][Python] Add ToString/Equals for Flight types
- GH-15212: [C++] fix sliced list array writing in ORC
- GH-20385: [C++] reject partial loads of an extension type in the parquet reader
- MINOR: [C++] Remove unnecessary code in MultipathLevelBuilder::Write
- GH-14748:[C++] Modify some comments about shared_ptr's ownership in parquet-cpp.
- ARROW-16707 [C++] Implement Rank kernel on chunked arrays
- GH-15171: [C++] Pass std::string_view by value
- GH-33607: [C++] Support optional additional arguments for inline visit functions
- GH-32901: [C++][Python] Add Flight SQL ADBC driver
- GH-15226: [C++] Add DurationType to hash kernels
- GH-15074: [Parquet][C++] change 16-bit page_ordinal to 32-bit
- GH-15239: [C++][Parquet] Parquet writer writes decimal as int32/64
- Some pull request reviews not shown.
apache/parquet-testing
3 pull requests
apache/parquet-format
1 pull request
Created an issue in apache/arrow that received 5 comments
[C++] Review and sanitize const_cast usage
Describe the enhancement requested
It seems some uses of const_cast have crept into the codebase.
Some of them are legitimate, because of interacti…
Opened 13 other issues in 2 repositories
apache/arrow
6
open
5
closed
- [C++] Improve compression strategy in IPC, Parquet
- [C++] Flight build error with conda packages (requiring static linking)
- [Dev] Add unit tests for merge script
- [Dev] Merge script regex can be pathologically slow
- [CI][Python][C++] Avoid compiling grpcio from source
- [C++] Flag const_cast usage when linting
- [CI][C++] Docker image build failure on Travis-CI
- [C++][Parquet] Fuzz using several batch sizes
- [C++] "case_when" test failure on random union inputs
- [Python] Docstring test failure
- [C++] Pass std::string_view by value, not by const-ref