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
765 contributions in the last year
Activity overview
Contribution activity
May 2023
Created 6 commits in 1 repository
Created a pull request in apache/arrow that received 5 comments
GH-35596: [C++][CI] Improve compilation caching with PCG
Rationale for this change
The PCG headers use the __DATE__ and __TIME__ macros, which makes builds non-deterministic:
imneme/pcg-cpp#59
Determinist…
Reviewed 23 pull requests in 1 repository
apache/arrow
23 pull requests
- GH-34391: [C++] Future as-of-join-node hangs on distant times
- GH-32863: [C++][Parquet] Add DELTA_BYTE_ARRAY encoder to Parquet writer
-
GH-35571: [C++][CI][Parquet] Change
EQtoFLOAT_EQin Decryption tests - GH-29887: [C++] Implement dictionary array sorting
- GH-32763: [C++] Add FromProto for fetch & sort
- GH-34436: [R] Bindings for JSON Dataset
- GH-35274: [Java][CI] Enable GCS on MacOS
- GH-35448: [C++] Fix detection of %z in strptime format
- MINOR: [Doc] Update Parquet documentation website links
- GH-32739: [CI][Docs] Document Docs PR Preview
- GH-35594: [R][C++] Bump vendored date library
- GH-35423: [C++][Parquet] Parquet PageReader Force decompression buffer resize smaller
- GH-14946: [C++] Add flattening FieldPath/FieldRef::Get methods
- GH-29781: [C++][Parquet] Switch to use compliant nested types by default
- GH-35521: [C++] Hash null bitmap only if null count is 0
- GH-35526: [CI][C++] Fixing arrow::internal::IsNullRunEndEncoded redeclared
- GH-35304: [C++][ORC] Support attributes conversion
- GH-35519: [C++][Parquet] Fixing exception handling in parquet FileSerializer
- MINOR: [C++] Add missing ARROW_EXPORT to IsNull impls
- MINOR: [C++] Add missing RunEndEncodedType dtor
- GH-35125: [C++][Acero] Add a self-defined io-executor in QueryOptions
- GH-35176: [C++] Add support for disabling threading for emscripten
- GH-35270: [C++] Use Buffer instead of raw buffer in hash join internals
Created an issue in apache/arrow that received 1 comment
[C++] PCG breaks compilation caching
Describe the bug, including details regarding any error messages, version, and platform. Noticing that I sometimes got unexpected slow rebuilds, I …