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,316 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 8 commits in 2 repositories
Created a pull request in apache/arrow that received 9 comments
ARROW-16613: [C++][Parquet] Fix performance of repeated calls to AppendRowGroups()
Repeated calls to FileMetaData::AppendRowGroups() would be O(n²) due to incorrect use of std::vector::reserve.
Opened 3 other pull requests in 1 repository
Reviewed 46 pull requests in 2 repositories
apache/arrow
25 pull requests
- ARROW-16673: [Java] C data interface: Allow ownership transferring for imported buffer
- ARROW-16676: [C++] ReservationListenableMemoryPool::Impl::bytes_allocated() should return its own number of bytes rather than the underlying pool's
- MINOR: [Python] Fix Partitioning parse() docstring example
- ARROW-16574: [C++] TSAN failure in arrow-ipc-read-write-test
- ARROW-16329: [Java][C++] Keep more context when marshalling errors through JNI
- MINOR: [C++] Move static declaration to non-static declaration to improve performance
- ARROW-16683: [C++] Add missing dependency to bundled gflags target
- ARROW-16597: [Python][FlightRPC] Force server shutdown at interpreter exit
- ARROW-15906: [C++][Python][R] By default, don't create or delete S3 buckets
- ARROW-16372: [Python] Use IPC over Parquet for tests where Parquet is unnecessary
- ARROW-2034: [C++] Filesystem implementation for Azure Blob Storage
- ARROW-16675: [C++] Wrong Tell() result from BufferedOutputStream in an edge case
- ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets
- ARROW-16617: [C++] Add support for multi-byte system error message on Windows
-
ARROW-16633: [C++] Fix incorrect Decimal literal conversion in
ir_consumer.cc - ARROW-16234: [C++] Vector Kernel for Rank
- ARROW-16243: [C++][Python] Remove Parquet ReadSchemaField method
- ARROW-16356: [Python] Expose RandomAccessFile::GetStream
- ARROW-15779: [Python] Create python bindings for Substrait consumer
- ARROW-14821: [C++] Add ceil_is_strictly_greater and calendar_based_origin temporal round options (to mimic lubridate's date rounding)
- ARROW-13530: [C++] Implement cumulative sum compute function
- ARROW-16507: [CI][C++] Use system gtest with mamba/conda
- ARROW-15251: [C++] Temporal floor/ceil/round handle ambiguous/nonexistent local time
- ARROW-16531: [Dev] Update pre-commit to use latest flake8 and remove unsupported cython linting
- ARROW-16478: [C++] Refine cpu info detection
- Some pull request reviews not shown.
apache/arrow-site
1 pull request
Created an issue in conda-forge/ctng-compiler-activation-feedstock that received 12 comments
-fvisibility-inlines-hidden breaks libprotobuf (and potentially other software)
Solution to issue cannot be found in the documentation.
I checked the documentation.
Issue
The -fvisibility-inlines-hidden compiler option is de…