Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
-
Forked from numba/llvmlite
A lightweight LLVM python binding for writing JIT compilers
-
-
Forked from tornadoweb/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Python 1
1,436 contributions in the last year
Activity overview
Contribution activity
July 2020
Created a pull request in apache/arrow that received 8 comments
ARROW-9265: [C++] Allow writing and reading V4-compliant IPC data
V4 Union arrays with top-level null slots are disallowed, though.
+364
−136
•
8
comments
- ARROW-9326: [Python] Remove setuptools pinning
- ARROW-9373: [C++] Fix Parquet crash on invalid input (OSS-Fuzz)
- ARROW-9350: [C++] Fix Valgrind failures
- ARROW-9121: [C++] Forbid empty or root path in FileSystem::DeleteDirContents
- ARROW-7237: [C++] Use Result<T> in arrow/json APIs
- ARROW-9330: [C++] Fix crash and undefined behaviour on corrupt IPC input
- ARROW-9013: [C++] Validate CMake options
- ARROW-7010: [C++] Implement decimal-to-float casts
- ARROW-9298: [C++] Fix crashes with invalid IPC input
- ARROW-7011: [C++] Implement casts from float/double to decimal
- ARROW-8434: [C++] Avoid multiple schema deserializations in RecordBatchFileReader
- ARROW-9283: [Python] Expose build info
- ARROW-8996: [C++] Add AVX version for aggregate sum/mean with runtime dispatch
- ARROW-9363: [C++][Dataset] Preserve schema metadata in ParquetDatasetFactory
- ARROW-9368: [Python] Rename predicate argument to filter in split_by_row_group()
- ARROW-9347: [Python] Fix mv in fsspec handler for directories
- ARROW-9020: [Python] read_json won't respect explicit_schema in parse_options
- ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels
- ARROW-9287: [C++] Support unsigned dictionary indices
- ARROW-9305: [Python] Dependency load failure in Windows wheel build
- ARROW-8301: [R] Handle ChunkedArray and Table in C data interface
- ARROW-6775: [C++][Python] Implement list_value_lengths and list_parent_indices functions
- ARROW-9017: [C++][Python] Refactor scalar bindings
- ARROW-9238: [C++][CI][FlightRPC] increase test coverage of round-robin under IPC and Flight
- ARROW-9278: [C++][Python] Remove validity bitmap from Union types, update IPC read/write and integration tests
- ARROW-8977: [R] Table$create with schema crashes with some dictionary index types
- ARROW-9160: [C++] Implement contains for exact matches
- ARROW-7285: [C++] ensure C++ implementation meets clarified dictionary spec
- ARROW-9206: [C++][Flight] Add latency benchmark