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,156 contributions in the last year
Activity overview
Contribution activity
December 2022
Created 5 commits in 1 repository
Created a pull request in apache/arrow that received 12 comments
DRAFT: [C++] C Data Interface: check imported buffer for non-null
Followup to #14805 TODO: Add tests Add special handling for importing a null data buffer of a binary array (see GH-14875)
Opened 1 other pull request in 1 repository
apache/arrow
1
merged
Reviewed 29 pull requests in 4 repositories
apache/arrow
25 pull requests
- GH-14876: [Go] Handling Crashes in C Data interface
- ARROW-17932: [C++] Implement streaming RecordBatchReader for JSON
- ARROW-14999: [C++] Optional field name equality checks for map and list type
- PARQUET-2204: [parquet-cpp] TypedColumnReaderImpl::Skip should reuse scratch space
- ARROW-17661: [C++][Python] Add Flight SQL ADBC driver
- PARQUET-2210: [C++][Parquet] Skip pages based on header metadata using a callback
- ARROW-17798: [C++][Parquet] Add DELTA_BINARY_PACKED encoder to Parquet writer
- ARROW-18420: [C++][Parquet] Introduce ColumnIndex & OffsetIndex
- ARROW-18363: [Docs] Include warning when viewing old docs (redirecting to stable/dev docs)
- ARROW-18424: [C++] Fix Doxygen error on ARROW_ENGINE_EXPORT
- GH-14842: [C++] Propagate some errors in JSON chunker
- ARROW-17288: [C++] Adapt the CSV file format to the new scan API
- ARROW-18264: [Python] Add missing value accessor to temporal types
- ARROW-14161: [C++][Docs] Improve Parquet C++ docs
- ARROW-18106: [C++] JSON reader ignores explicit schema with default unexpected_field_behavior="infer"
- ARROW-18395: [C++] Move select-k implementation into separate module
- MINOR: [Python] Bump max_line_length = 88
- ARROW-18421: [C++][ORC] Add accessor for number of rows by stripe in reader
- GH-14828: [CI][Conda] Sync with conda-forge, fix nightly jobs
- GH-14736: [C++][Python] Ensure no validity bitmap in UnionArray::SetData
- ARROW-18272: [Python] Support filesystem parameter in ParquetFile
- ARROW-18269: [C++] Handle slash character in Hive-style partition values
- ARROW-18419: [C++] Update vendored fast_float
- ARROW-1614: [C++] Add a Tensor logical value type with constant dimensions, implemented using ExtensionType
- ARROW-18413: [C++][Parquet] Expose page index info from ColumnChunkMetaData
apache/parquet-testing
2 pull requests
apache/arrow-rs
1 pull request
apache/parquet-format
1 pull request
Created an issue in apache/arrow that received 4 comments
[C++][Parquet] Support min_value and max_value Statistics
Describe the enhancement requested
The Statistics structure in Parquet files provides two ways of specifying lower and upper bounds for a data page: