issues
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [I] [R] Datasets API interface improvements [arrow]
via GitHub
Re: [I] [Parquet][C++] Accelerate bit-packing decoding with AVX-512 [arrow]
via GitHub
Re: [I] [C++] Implement casting to dictionary type (dictionary_encode as a cast) [arrow]
via GitHub
Re: [I] PrettyPrint Improvements [arrow]
via GitHub
Re: [I] [C++] Always use optimization flags for SIMD related codes [arrow]
via GitHub
Re: [I] [C++] Add read/write optimization for pyarrow.fs.S3FileSystem [arrow]
via GitHub
Re: [I] [Python] Change the base directory for PyArrow CPP header files [arrow]
via GitHub
Re: [I] Built-in GRPC health checks in FlightServerBase [arrow]
via GitHub
Re: [I] Add Intel®-IAA/QPL-based Parquet RLE Decode [arrow]
via GitHub
Re: [I] [Python] Dataset writer API papercuts [arrow]
via GitHub
Re: [I] [C++][Compute] Support KEEP_NULL option for compute::Filter [arrow]
via GitHub
Re: [I] [C++] Slash character in partition value handling in Directory and filename partitioning [arrow]
via GitHub
Re: [I] [R] Update Arrow for R cheatsheet to include GCS [arrow]
via GitHub
Re: [I] [Python] Allow custom reader/writer implementation for arrow dataset read/write path [arrow]
via GitHub
Re: [I] [C++][Docs] Add examples of Parquet TypedColumnWriter to user guide [arrow]
via GitHub
Re: [I] [C++][R][Python] Use ISO 8601 in character representations of timestamps? [arrow]
via GitHub
Re: [I] [R] GCS/S3 Improvements [arrow]
via GitHub
Re: [I] [C++][Python] Optimize aggregate functions to work with batches. [arrow]
via GitHub
Re: [I] Misleading message when loading parquet data with invalid null data [arrow]
via GitHub
Re: [I] [C++] Substrait consumer should reject plans containing options that it doesn't recognize [arrow]
via GitHub
Re: [I] [R] read_csv_arrow() Improvements [arrow]
via GitHub
Re: [I] [C++] Consider dictionary arrays for special fragment fields [arrow]
via GitHub
Re: [I] [C++] Add nightly test that uses an older version of protoc [arrow]
via GitHub
Re: [I] [R] Simultaneous read-write operations causing file corruption. [arrow]
via GitHub
Re: [I] [C++] Implement arithmetic kernels on List(number) [arrow]
via GitHub
Re: [I] [C++] Acero buffer alignment [arrow]
via GitHub
Re: [I] [C++] Provide more informative error when (CSV/JSON) parsing fails [arrow]
via GitHub
Re: [I] [C++] Vector kernel for "intersecting" two arrays (all common elements) [arrow]
via GitHub
Re: [I] Dictionary Style array for Keywords or Tags [arrow]
via GitHub
Re: [I] Implement zip() [arrow]
via GitHub
Re: [I] [C++][Gandiva] Add parser frontend for Gandiva [arrow]
via GitHub
Re: [I] [C++] Add ScanOptions to support projection and filter in ToProto Read [arrow]
via GitHub
Re: [I] [C++][Acero] Window Functions add helper classes for frame calculation [arrow]
via GitHub
Re: [I] [C++] Add opaque device id identification to InputStream [arrow]
via GitHub
Re: [I] [C++][Gandiva] Support int64 seed for udf random. [arrow]
via GitHub
Re: [I] [Python] Expose jemalloc statistics for logging [arrow]
via GitHub
Re: [I] [R] Streamline some C++ calls [arrow]
via GitHub
Re: [I] [C++][Parquet] Support Decimal from Int32/Int64 in StatisticsAsScalars [arrow]
via GitHub
Re: [I] [R] Add binding for random() function [arrow]
via GitHub
Re: [I] [C++] Document asof join [arrow]
via GitHub
Re: [I] [Dev] PR title check linter checkes "[COMPONENT]" existence [arrow]
via GitHub
Re: [I] [C++] Add optional "always_transfer" parameter to MakeTransferredGenerator [arrow]
via GitHub
Re: [I] [C++] Order-aware non-sink Fetch Node [arrow]
via GitHub
Re: [I] [Python] Raise IndexError when pa.Schema.get_field_index fails [arrow]
via GitHub
Re: [I] Relax / extend type checking for pyarrow array creation [arrow]
via GitHub
Re: [I] [R] Refactor build_expr and eval_array_expression to remove special casing [arrow]
via GitHub
Re: [I] [C++] Refactor string matching kernel to be usable outside of compute [arrow]
via GitHub
Re: [I] [C++] FieldRef::FindAll/FindOne(DataType) improve error [arrow]
via GitHub
Re: [I] UnionArray.type_codes is never null [arrow]
via GitHub
Re: [I] [Dev] Refactor custom cmake functions into proper modules [arrow]
via GitHub
[I] Update Cookbooks for 24.0.0 [arrow-cookbook]
via GitHub
Re: [I] Update Cookbooks for 24.0.0 [arrow-cookbook]
via GitHub
[I] ci: eliminate use of `cmd` in workflows [arrow-adbc]
via GitHub
[I] [R] Failing tests on Winbuilder due to missing tzdata [arrow]
via GitHub
Re: [I] [R] Failing tests on Winbuilder due to missing tzdata [arrow]
via GitHub
[I] [R] Missing R libarrow binary for linux-arm64 [arrow]
via GitHub
Re: [I] [R] Missing R libarrow binary for linux-arm64 [arrow]
via GitHub
[I] Cleanup VariantValue, decimal16 and SqlDecimal [arrow-dotnet]
via GitHub
Re: [I] Cleanup VariantValue, decimal16 and SqlDecimal [arrow-dotnet]
via GitHub
Re: [I] [C++] Remove boost dependency with thrift [arrow]
via GitHub
Re: [I] [Python] Add type-stubs for pyarrow [arrow]
via GitHub
Re: [I] [C++] Expand Python-UDF support to Arrow Substrait [arrow]
via GitHub
Re: [I] [C++][Gandiva] Implement hive functions encode and decode [arrow]
via GitHub
Re: [I] [C++] Create macro-benchmarks of file format readers [arrow]
via GitHub
Re: [I] [C++][GANDIVA] Implement convert_from for numeric types [arrow]
via GitHub
Re: [I] [Gandiva][C++] Add a Secondary Cache to cache gandiva object code [arrow]
via GitHub
Re: [I] [C++] Function docs incorrectly list "numeric" as input types for some kernels that only accept floating point [arrow]
via GitHub
Re: [I] Adding pushdown projection or filtering for ToProto Scan [arrow]
via GitHub
Re: [I] [C++] Unify approaches to attach schemas on record batches exiting Acero [arrow]
via GitHub
Re: [I] [Docs][C++] Add example of using ExternalProject_Add to use Arrow [arrow]
via GitHub
Re: [I] [C++][R][CI] homebrew-r-brew job always installs from apache/arrow master [arrow]
via GitHub
Re: [I] [CI][conda] don't build pyarrow in r-jobs [arrow]
via GitHub
Re: [I] Would it be possible to include cmake export targets in pyarrow wheel file? [arrow]
via GitHub
Re: [I] [Docs][Release] Update verification information for CentOS7 [arrow]
via GitHub
Re: [I] [Release] Use GitHub API token in download_rc_binaries.py where available [arrow]
via GitHub
Re: [I] [C++][Dataset] Optimize Parquet column projection for subset of nested field [arrow]
via GitHub
Re: [I] [Parquet] Support for writing binary column in stream writer in Parquet [arrow]
via GitHub
Re: [I] [Docs][Release] Add vcpkg-port update script to release magement guide [arrow]
via GitHub
Re: [I] [Python] Add cross tabulation for pyarrow.Table [arrow]
via GitHub
Re: [I] [Python] Add client CookieMiddleware to pyarrow [arrow]
via GitHub
Re: [I] [R] Make it more obvious how to read in a Parquet file with a different schema to the inferred one [arrow]
via GitHub
Re: [I] [Packaging][Conan] Add back ARROW_GCS to conanfile.py [arrow]
via GitHub
Re: [I] [C++] Allow Bazel to pass custom __DATE__, __TIME__, and __TIMESTAMP__ flags to Arrow's toolchain [arrow]
via GitHub
Re: [I] [Gandiva][Dev] Check version of OpenSSL for Gandiva [arrow]
via GitHub
Re: [I] [c++][compute]Is there any other way to use Join besides Acero? [arrow]
via GitHub
Re: [I] [Dev][CI] Add overview of all tasks (including passing) on crossbow dashboard [arrow]
via GitHub
Re: [I] [CI][Python][Conda] Can't load Gandiva on macOS [arrow]
via GitHub
Re: [I] [C++] Enable integrity check on S3 upload [arrow]
via GitHub
Re: [I] [R] Move Windows GCS dependency building upstream [arrow]
via GitHub
Re: [I] [R] Move macOS GCS dependency building upstream [arrow]
via GitHub
Re: [I] [C++] NDEBUG required for -fno-rtti [arrow]
via GitHub
Re: [I] [C++] Adding ToProto for ExtensionSet [arrow]
via GitHub
Re: [I] [Python] Allow to pick comparison function for joins [arrow]
via GitHub
Re: [I] A CSV parser improvement idea [arrow]
via GitHub
[I] [Release Verification Script] Verification fails during keys download [arrow-go]
via GitHub
Re: [I] [Release Verification Script] Verification fails during keys download [arrow-go]
via GitHub
[I] [arm64ec] Compiler error in xsimd_ep\src\xsimd_ep-install\include\xsimd\arch\xsimd_sse2.hpp with msvc on windows [arrow]
via GitHub
[I] Unable to verify version 0.8.0 PGP signature. [arrow-nanoarrow]
via GitHub
[I] [R] `cast()` documented but not exported in NAMESPACE [arrow]
via GitHub
Re: [I] [R] `cast()` documented but not exported in NAMESPACE [arrow]
via GitHub
Re: [I] [C++] Implement ArraySpan support for Variadic Types [arrow]
via GitHub
Re: [I] [C++] Array::Equals incorrectly returns true when comparing sized buffer with buffer of size 0 [arrow]
via GitHub
Re: [I] [C++] Add option for casting failure values to default to NULL/NA [arrow]
via GitHub
Re: [I] [C++] Add Roundtrip Support to Plans [arrow]
via GitHub
Re: [I] [C++] Add RoundTrip to Relations [arrow]
via GitHub
Re: [I] pyarrow.Array affects dict keys order [arrow]
via GitHub
Re: [I] [C++][Python] Implement to/from substrait for Expression [arrow]
via GitHub
Re: [I] [C++] Rename or fix compute/kernels/aggregate_{mode, quantile}.cc modules to actually be aggregate functions [arrow]
via GitHub
[I] [CI][Python] test-conda-python-3.11-hypothesis failing due to gandiva being deprecated [arrow]
via GitHub
Re: [I] [CI][Python] test-conda-python-3.11-hypothesis failing due to gandiva being deprecated [arrow]
via GitHub
[I] [CI][C++] Set test include/exclude by environment variable [arrow]
via GitHub
[I] [C++][CI][Packaging][FlightPRC] ODBC macOS DMG installer signing [arrow]
via GitHub
Re: [I] [C++][CI][Packaging][FlightPRC] ODBC macOS DMG installer signing [arrow]
via GitHub
[I] error: no member named 'log2p1' in namespace 'std' [arrow]
via GitHub
[I] [Python] test_fastparquet_cross_compatibility fails when using latest PyArrow and Pandas [arrow]
via GitHub
[I] [C++][Parquet] Avoid unbounded temporary allocation in DELTA_(LENGTH_)BYTE_ARRAY decoder [arrow]
via GitHub
Re: [I] [C++][Parquet] Avoid unbounded temporary allocation in DELTA_(LENGTH_)BYTE_ARRAY decoder [arrow]
via GitHub
[I] [Avro] Silently ignores complex unions [arrow-go]
via GitHub
Re: [I] [R] Additional Lubridate Capabilities [arrow]
via GitHub
Re: [I] [CI][Python] Investigate using self-hosted runner for older macOS wheels [arrow]
via GitHub
Re: [I] [C++] Have exported ArrowArrayStreams call RecordBatchReader::Close [arrow]
via GitHub
Re: [I] Handle impossible conversions in csv.ConvertOptions [arrow]
via GitHub
Re: [I] [R] how to enforce type conversion in open_dataset() [arrow]
via GitHub
Re: [I] [Docs] Improve Acero Documentation [arrow]
via GitHub
Re: [I] [Website] Mention Ursa Labs Zulip and ASF Slack on Community page [arrow]
via GitHub
Re: [I] [C++] Remove default exec context from Expression::Bind [arrow]
via GitHub
[I] R Date `Inf`/ `-Inf` silently corrupted when converting to Arrow `date32` [arrow]
via GitHub
[I] [C++] Constexpr implementation for dynamic dispatch [arrow]
via GitHub
Re: [I] [C++] Constexpr implementation for dynamic dispatch [arrow]
via GitHub
Re: [I] [Python] Bump minimum support pandas version to pandas 1.0 [arrow]
via GitHub
[I] 20 Re2 tests failed to run due to the executable files doesn't generate [arrow]
via GitHub
[I] java/driver/jni: implement executePartitioned [arrow-adbc]
via GitHub
Re: [I] java/driver/jni: implement executePartitioned [arrow-adbc]
via GitHub
[I] [Python] PyArrow 24.0+: 'mypy' reports 'compute.all' and 'compute.equal' as missing [arrow]
via GitHub
[I] [C++][FlightRPC][ODBC] `linux-packages` RPM installer [arrow]
via GitHub
[I] [C++][FlightRPC][ODBC] `linux-packages` DEB installer [arrow]
via GitHub
[I] ADBC Logo Proposal [arrow]
via GitHub
Re: [I] [R] Cryptic error when creating Arrow array from POSIXct with invalid time zones [arrow]
via GitHub
[I] [Python] Scalar arithmetic dunders raise TypeError instead of returning NotImplemented [arrow]
via GitHub
Re: [I] [C++] Refactor internal array sorting code to use ArraySpan [arrow]
via GitHub
Re: [I] [Docs] Link from docs pages to associated RST files in GitHub [arrow]
via GitHub
Re: [I] [C++][Flight] Investigate use of protobuf "lite" library [arrow]
via GitHub
Re: [I] [C++] Add short-circuit version of logical Status AND [arrow]
via GitHub
[I] [CI] Package Linux CI workflow fails to run due to new contents: read permissions [arrow]
via GitHub
Re: [I] [CI] Package Linux CI workflow fails to run due to new contents: read permissions [arrow]
via GitHub
[I] [Release][Python] Python wheels fail to upload to PyPI due to quota [arrow]
via GitHub
Re: [I] [C++][Compute] Rank function considers NaNs and nulls equal [arrow]
via GitHub
[I] `UnionListReader.setPosition` throws IOOBE on a post-IPC empty List [arrow-java]
via GitHub
[I] docs: de-emphasize Substrait [arrow-adbc]
via GitHub
[I] docs: version switcher _still_ doesn't work [arrow-adbc]
via GitHub
[I] docs: document how to use sphinx-autobuild [arrow-adbc]
via GitHub
[I] [Python][Parquet] Per-column keys for low-level encryption/decryption properties API [arrow]
via GitHub
[I] [C++][FlightRPC][ODBC] Flakey `GRPC_CALL_ERROR_TOO_MANY_OPERATIONS` error in ODBC Linux [arrow]
via GitHub
[I] arrow::Decimal128::FromString silently truncates when the input string has more than 38 significant digits [arrow]
via GitHub
[I] [C++][FlightRPC][ODBC] Only run ODBC tests in ODBC CI [arrow]
via GitHub
[I] [Docs] Update the status docs for Swift [arrow]
via GitHub
[I] [Integration][Docs] Update skips in the integration test and the status docs for JavaScript [arrow]
via GitHub
[I] [C++][FlightRPC] Support Unloading For Arrow Libraries Used by Flight SQL ODBC in MSVC [arrow]
via GitHub
Re: [I] Support Unloading For Arrow Libraries Used by Flight SQL ODBC in MSVC [arrow]
via GitHub
[I] [C++][FlightRPC][ODBC] Skip build for non-ODBC test binaries in CI [arrow]
via GitHub
[I] Request for a new release [arrow-go]
via GitHub
Re: [I] Request for a new release [arrow-go]
via GitHub
[I] [C++][FlightRPC][ODBC] Address Disconnect() in FlightSQL ODBC test suite [arrow]
via GitHub
[I] [CI][C++] Is `test-ubuntu-22.04-cpp-20` still useful? [arrow]
via GitHub
Re: [I] [CI][C++] Is `test-ubuntu-22.04-cpp-20` still useful? [arrow]
via GitHub
[I] [C++][Parquet] Avoid unbounded temporary allocation in DeltaBitPackDecoder::DecodeArrow [arrow]
via GitHub
Re: [I] [C++][Parquet] Avoid unbounded temporary allocation in DeltaBitPackDecoder::DecodeArrow [arrow]
via GitHub
[I] [C++][CI] IPC file fuzzer can remove batches from IPC file [arrow]
via GitHub
Re: [I] [C++][CI] IPC file fuzzer can remove batches from IPC file [arrow]
via GitHub
Re: [I] [C++] Add compute functions for list array containment [arrow]
via GitHub
Re: [I] [C++][Python] S3 tag support on write [arrow]
via GitHub
Re: [I] [C++] Rewrite ExecuteScalarExpression to not use ScalarExecutor [arrow]
via GitHub
Re: [I] [C++] Improve array expression and kernel evaluation performance on small inputs [arrow]
via GitHub
Re: [I] [C++] Implement saturation arithmetic kernels [arrow]
via GitHub
[I] [ARROW-CPP] Explore SIMD optimization for base64_decode [arrow]
via GitHub
Re: [I] [C++] Explore SIMD optimization for base64_decode [arrow]
via GitHub
Re: [I] [Python][Parquet][C++] Null values in a single partition of Parquet dataset, results in invalid schema on read [arrow]
via GitHub
[I] Parquet write_to_dataset leads to partial write when unsupported datatype is passed in table [arrow]
via GitHub
Re: [I] Parquet write_to_dataset leads to partial write when unsupported datatype is passed in table [arrow]
via GitHub
Re: [I] [Python] Scanning batch size is limited to 65536 (2**16). [arrow]
via GitHub
Re: [I] [Python] Incorrect inferred schema from pandas dataframe with length 0. [arrow]
via GitHub
Re: [I] [C++] track how much is spent in allocation for a given operation [arrow]
via GitHub
Re: [I] [C++] Implement is_distinct_from and is_not_distinct_from kernels [arrow]
via GitHub
Re: [I] [C++][Docs] Include StopToken in documentation [arrow]
via GitHub
Re: [I] [R] Behaviour of R-specific key/value metadata in the query engine [arrow]
via GitHub
Re: [I] [Docs] Move verify Release candidate documentation to development guide [arrow]
via GitHub
Re: [I] [Doc] Split release guide into maintenance and major release [arrow]
via GitHub
[I] [R] Update NEWS.md for 24.0.0 [arrow]
via GitHub
Re: [I] [R] Update NEWS.md for 24.0.0 [arrow]
via GitHub
[I] [Format][FlightSQL] Add dialect-related SqlInfo codes (LIMIT/OFFSET syntax, NULLS ordering clause, boolean/datetime literals) [arrow]
via GitHub
[I] [C++] Use `CMAKE_INSTALL_DOCDIR` instead of static `share/doc/${PROJECT_NAME}` [arrow]
via GitHub
Re: [I] [C++] Use `CMAKE_INSTALL_DOCDIR` instead of static `share/doc/${PROJECT_NAME}` [arrow]
via GitHub
Re: [I] [Python] pyarrow MemoryMappedFile.close() does not release memory [arrow]
via GitHub
Re: [I] [Python] CSV reader: allow parsing without encoding errors [arrow]
via GitHub
Re: [I] Read First N rows of feather file through Python [arrow]
via GitHub
Re: [I] [R][Python] Extension types cannot be registered in both R and Python [arrow]
via GitHub
Re: [I] Incorporate cuDF's utilities for reading IPC messages composed of CUDA buffers. [arrow]
via GitHub
Re: [I] Apache Arrow Flight transport speed improvement for list structures [arrow]
via GitHub
Re: [I] [Website] Announce Acero Engine [arrow]
via GitHub
Re: [I] [R] S3 credentials not being picked up on Centos7 [arrow]
via GitHub
Earlier messages
Later messages