Messages by Thread
-
-
Re: [I] [Java][Dataset] OOM Killer triggered by unbounded native memory usage during Parquet read; NativeMemoryPool.createListenable crashes with JNI error [arrow]
via GitHub
-
[PR] ci: bump Maven version used for some validation tests [arrow-adbc]
via GitHub
-
[PR] MINOR: Bump org.apache.orc:orc-core from 2.2.2 to 2.3.0 [arrow-java]
via GitHub
-
[PR] MINOR: Bump dep.hadoop.version from 3.4.2 to 3.4.3 [arrow-java]
via GitHub
-
Re: [PR] MINOR: Bump error_prone_core.version from 2.42.0 to 2.47.0 [arrow-java]
via GitHub
-
[PR] MINOR: Bump error_prone_core.version from 2.42.0 to 2.48.0 [arrow-java]
via GitHub
-
[PR] MINOR: [CI] Bump docker/login-action from 3.7.0 to 4.0.0 [arrow-java]
via GitHub
-
Re: [PR] GH-48960: [Python] Adds DEFAULT option in simd_level of cli.py [arrow]
via GitHub
-
[PR] refactor(python/adbc_driver_manager): add return type annotations [arrow-adbc]
via GitHub
-
[I] AWS S3 token expired on multi-threaded app with Arc usage [arrow-rs-object-store]
via GitHub
-
[PR] chore: Bump actions/setup-dotnet from 5.1.0 to 5.2.0 [arrow-dotnet]
via GitHub
-
[PR] GH-49470: [C++][Gandiva] Fix crashes in substring_index and truncate with extreme integer values [arrow]
via GitHub
-
Re: [PR] GH-49408: [C++][Parquet] Add public virtual destructor to `parquet::Page` [arrow]
via GitHub
-
Re: [I] [C++][Gandiva] Functions substring_index and truncate crash with extreme integer values [arrow]
via GitHub
-
Re: [PR] aws: support multipart copy for objects larger than 5GB [arrow-rs-object-store]
via GitHub
-
[PR] GH-49458: [CI][C++] Fix Meson build referencing non-existent fixed_shape_tensor_test.cc [arrow]
via GitHub
-
Re: [I] ArrowFlight target is not exposed as a public product, preventing import [arrow-swift]
via GitHub
-
[PR] fix(package): expose ArrowFlight as public product (#115) [arrow-swift]
via GitHub
-
Re: [I] ArrowBuffer allocates a multiple of 64 plus 8 bytes. [arrow-swift]
via GitHub
-
[PR] fix(arrow): correct 64-byte alignment calculation in ArrowBuffer [arrow-swift]
via GitHub
-
[PR] fix: use exact version for FlatBuffers dependency [arrow-swift]
via GitHub
-
[PR] fix(arrow-go/flightsql): route QueryContext through active transaction [arrow-go]
via GitHub
-
Re: [I] InvalidArgumentError("Expected 1 buffers in array of type FixedSizeBinary(4), got 2" [arrow-rs]
via GitHub
-
Re: [PR] MINOR: [Python] improve error log to return a list of duplicated columns [arrow]
via GitHub
-
Re: [I] [Python] Need a pip install option for out-of-the-box HDFS support [arrow]
via GitHub
-
Re: [I] [C++][Datasets] Improve memory usage of datasets [arrow]
via GitHub
-
Re: [I] [C++] The C++ API for writing datasets could be improved [arrow]
via GitHub
-
Re: [I] [Python] Change the default read partitioning flavor to hive [arrow]
via GitHub
-
Re: [I] [Python] Change the default write partitioning flavor to hive [arrow]
via GitHub
-
Re: [I] [R] Allow all file writers to write from a RecordBatchReader [arrow]
via GitHub
-
Re: [I] [C++] Make internal structure of comparison functions consistent [arrow]
via GitHub
-
[PR] 3841 implement copy writer support for time (ms, ns, s) types [arrow-adbc]
via GitHub
-
[PR] fix: handle Null type in try_merge for Struct, List, LargeList, and Union [arrow-rs]
via GitHub
-
[I] handle Null type in try_merge for Struct, List, LargeList, and Union [arrow-rs]
via GitHub
-
Re: [I] handle Null type in try_merge for Struct, List, LargeList, and Union [arrow-rs]
via GitHub
-
Re: [I] handle Null type in try_merge for Struct, List, LargeList, and Union [arrow-rs]
via GitHub
-
Re: [I] handle Null type in try_merge for Struct, List, LargeList, and Union [arrow-rs]
via GitHub
-
Re: [I] handle Null type in try_merge for Struct, List, LargeList, and Union [arrow-rs]
via GitHub
-
[PR] GH-552: [Vector] Add absent methods to the UnionFixedSizeListWriter [arrow-java]
via GitHub
-
Re: [PR] chore: Improve folder structure [arrow-swift]
via GitHub
-
Re: [I] [C++] FFI between c++ and python [arrow]
via GitHub
-
Re: [PR] GH-32381: [C++] Improve error handling for hash table merges [arrow]
via GitHub
-
Re: [I] [C++] Add max length option to PrettyPrintOptions [arrow]
via GitHub
-
Re: [I] [C++] [Docs] Improve our SIMD documentation [arrow]
via GitHub
-
Re: [I] [R] Discussion: should we use {rlang} for condition handling? [arrow]
via GitHub
-
Re: [I] [C++] Directly support nested field refs in exec plan [arrow]
via GitHub
-
Re: [I] [C++] Organize tests in scalar_compare_test.cc [arrow]
via GitHub
-
Re: [I] [C++] Try and fetch IPC footer in one read instead of two [arrow]
via GitHub
-
Re: [I] [C++] Specifying all fields as included_fields is slower on an mmap file than omitting included_fields [arrow]
via GitHub
-
[PR] feat(java/driver/jni): add executeSchema [arrow-adbc]
via GitHub
-
[PR] ci(rust): remove unused flag for nightly clippy [arrow-adbc]
via GitHub
-
[PR] chore: replace black, flake8, and isort with ruff [arrow-adbc]
via GitHub
-
Re: [I] Replace Black, Flake8, and isort with Ruff [arrow-adbc]
via GitHub
-
Re: [I] [C++] Add key-value pairs to the FileSystemFactory interface [arrow]
via GitHub
-
[PR] feat(rust/driver_manager): make some functions and modules pub instead of pub(crate) [arrow-adbc]
via GitHub
-
[I] Invalid range in read with `get` from object_store [arrow-rs-object-store]
via GitHub
-
[PR] chore: extend record_batch macro to support variables and expressions [arrow-rs]
via GitHub
-
Re: [PR] GH-36411: [C++][Python] Use meson-python for PyArrow build system [arrow]
via GitHub
-
[PR] perf: Reuse page buffers across data pages in column writer [arrow-rs]
via GitHub
-
Re: [I] [R][CI] Use RHEL-9 binaries on Amazon Linux 2023 builds [arrow]
via GitHub
-
Re: [PR] GH-44866: [C++] Minor enhance the doc and impl of DictionaryArray::Transpose [arrow]
via GitHub
-
Re: [PR] GH-44232: [Python] Validate __arrow_c_array__ length for scalar construction [arrow]
via GitHub
-
Re: [I] [Python] Add character limit to ChunkedArray repr [arrow]
via GitHub
-
Re: [I] [R] Expose API to create Dataset from Fragments [arrow]
via GitHub
-
Re: [I] [Python][Docs] Opening a partitioned dataset with schema and filter [arrow]
via GitHub
-
Re: [I] [C++][Python][Dataset] Detect (and warn?) when DirectoryPartitioning is parsing an actually hive-style file path? [arrow]
via GitHub
-
Re: [I] [C++][Dataset] Provide more context in error message if cast fails during scanning [arrow]
via GitHub
-
Re: [I] Support mutable array. [arrow]
via GitHub
-
Re: [I] [Docs] Document how to decode FlightData manually [arrow]
via GitHub
-
[PR] perf: DictionaryArray passthrough optimization for Parquet writer [arrow-rs]
via GitHub
-
[I] [Variant] Support extracting struct fields as Variant using ExtensionType [arrow-rs]
via GitHub
-
Re: [I] [R] Feature request: More silent build [arrow-nanoarrow]
via GitHub
-
Re: [I] Determining driver specific type name for an Arrow type `CREATE TABLE`/`ALTER TABLE` [arrow-adbc]
via GitHub
-
Re: [I] [C++][FlightRPC][ODBC] SQLError for macOS [arrow]
via GitHub
-
Re: [PR] GH-49250: [C++][FlightRPC] ODBC: SQLError for macOS [arrow]
via GitHub
-
Re: [I] [C++][FlightRPC][ODBC] Enable ODBC build on Linux [arrow]
via GitHub
-
[PR] [Variant] clean up `variant_get` tests [arrow-rs]
via GitHub