[I] [C++][FS][Azure] Add support for azure-storage-blobs-cpp 12.12.0 [arrow]

2024-08-15 Thread via GitHub
kou opened a new issue, #43702: URL: https://github.com/apache/arrow/issues/43702 ### Describe the enhancement requested Our bundled Azure SDK for C++ is azure-core_1.10.3 but conda uses more recent version: https://github.com/ursacomputing/crossbow/actions/runs/10391631674/jo

Re: [I] [C++] Add new datatypes to the IPC fuzz seed corpus [arrow]

2024-08-15 Thread via GitHub
pitrou closed issue #38041: [C++] Add new datatypes to the IPC fuzz seed corpus URL: https://github.com/apache/arrow/issues/38041 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[I] [Python][CI] Build failure with Cython 2 [arrow]

2024-08-15 Thread via GitHub
pitrou opened a new issue, #43707: URL: https://github.com/apache/arrow/issues/43707 ### Describe the bug, including details regarding any error messages, version, and platform. These failures have appeared recently on the `test-conda-python-3.10-cython2` Crossbow job: https://gi

Re: [I] [Python] Support for the free-threaded build of CPython 3.13 [arrow]

2024-08-15 Thread via GitHub
pitrou closed issue #43536: [Python] Support for the free-threaded build of CPython 3.13 URL: https://github.com/apache/arrow/issues/43536 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

Re: [I] [C++][Parquet][CI] Seed corpus should also use bad data files [arrow]

2024-08-15 Thread via GitHub
pitrou closed issue #43703: [C++][Parquet][CI] Seed corpus should also use bad data files URL: https://github.com/apache/arrow/issues/43703 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] [C++] compute: Why AddMinMaxAvx512AggKernels add AVX2 in some cases [arrow]

2024-08-15 Thread via GitHub
mapleFU closed issue #43687: [C++] compute: Why AddMinMaxAvx512AggKernels add AVX2 in some cases URL: https://github.com/apache/arrow/issues/43687 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [C++][Python] Support reading/writing key-value metadata from/to ColumnChunkMetaData [arrow]

2024-08-15 Thread via GitHub
mapleFU closed issue #41579: [C++][Python] Support reading/writing key-value metadata from/to ColumnChunkMetaData URL: https://github.com/apache/arrow/issues/41579 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[I] Allow specifying endpoint_url when using utility function pyarrow.fs.resolve_s3_region [arrow]

2024-08-15 Thread via GitHub
vtk9 opened a new issue, #43713: URL: https://github.com/apache/arrow/issues/43713 ### Describe the enhancement requested Integration tests can mock s3 using https://pypi.org/project/moto/. If an integration test uses mock s3 to test with "mock-test-bucket" calls to `pyarrow.fs.reso

[I] [Ruby] Segmentation Fault with require 'parquet' in ruby console [arrow]

2024-08-15 Thread via GitHub
bayornet opened a new issue, #43714: URL: https://github.com/apache/arrow/issues/43714 ### Describe the bug, including details regarding any error messages, version, and platform. Hi When trying to `require 'parquet'` in a rails console, it causes a segmentation fault.

[I] Add support for `ListType` to Hash Joins [arrow]

2024-08-15 Thread via GitHub
anjakefala opened a new issue, #43716: URL: https://github.com/apache/arrow/issues/43716 ### Describe the enhancement requested Acero's Hash Join does not support `ListType` in non-key fields for a hash join: https://github.com/apache/arrow/blob/main/cpp/src/arrow/acero/hash_join_nod

[I] [Java][FlightSQL] FlightSqlUtils.FLIGHT_SQL_ACTIONS is missing ActionTypes [arrow]

2024-08-15 Thread via GitHub
devinrsmith opened a new issue, #43717: URL: https://github.com/apache/arrow/issues/43717 ### Describe the bug, including details regarding any error messages, version, and platform. FlightSqlUtils.FLIGHT_SQL_ACTIONS is missing ActionTypes ### Component(s) Java -- Thi

[I] [C++] Clarify the way aggregation kernels are generated from the same code in different compilation units [arrow]

2024-08-15 Thread via GitHub
felipecrv opened a new issue, #43719: URL: https://github.com/apache/arrow/issues/43719 ### Describe the enhancement requested More than once I've been confused about how the `SimdLevel` template parameters on these kernel classes affect dispatching of kernels based on SIMD support d

Re: [I] [C++] Patch Snappy config to avoid disabling RTTI [arrow]

2024-08-15 Thread via GitHub
kou closed issue #43688: [C++] Patch Snappy config to avoid disabling RTTI URL: https://github.com/apache/arrow/issues/43688 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

Re: [I] [Ruby] Cannot get gem installed on Ubuntu 20 with arrow 14,15 and/or 16 [arrow]

2024-08-15 Thread via GitHub
kou closed issue #41396: [Ruby] Cannot get gem installed on Ubuntu 20 with arrow 14,15 and/or 16 URL: https://github.com/apache/arrow/issues/41396 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [C++] Remove `std::optional` from `arrow::ArrayStatistics::is_{min,max}_exact` [arrow]

2024-08-15 Thread via GitHub
kou closed issue #43594: [C++] Remove `std::optional` from `arrow::ArrayStatistics::is_{min,max}_exact` URL: https://github.com/apache/arrow/issues/43594 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] Add option to read schema of a hive partitioned parquet file (in python) [arrow]

2024-08-16 Thread via GitHub
lmocsi closed issue #37794: Add option to read schema of a hive partitioned parquet file (in python) URL: https://github.com/apache/arrow/issues/37794 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[I] [Python] Table fails gracefully on non-cpu devices [arrow]

2024-08-16 Thread via GitHub
danepitkin opened a new issue, #43728: URL: https://github.com/apache/arrow/issues/43728 ### Describe the enhancement requested Table should throw Python exceptions instead of segfaults when trying to access non-cpu data from the cpu. ### Component(s) Python -- This i

[I] [Python] RecordBatch fails gracefully on non-cpu devices [arrow]

2024-08-16 Thread via GitHub
danepitkin opened a new issue, #43727: URL: https://github.com/apache/arrow/issues/43727 ### Describe the enhancement requested RecordBatch should throw Python exceptions instead of segfaults when trying to access non-cpu data from the cpu. ### Component(s) Python --

Re: [I] [R] Add tests for packages that might be tricky to roundtrip data to Tables + Parquet files [arrow]

2024-08-16 Thread via GitHub
jonkeane closed issue #43633: [R] Add tests for packages that might be tricky to roundtrip data to Tables + Parquet files URL: https://github.com/apache/arrow/issues/43633 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[I] Python Alpine and Pyarrow [arrow]

2024-08-16 Thread via GitHub
sfc-gh-aivanou opened a new issue, #43731: URL: https://github.com/apache/arrow/issues/43731 ### Describe the bug, including details regarding any error messages, version, and platform. Does anyone know why `pip install pyarrow` does not work with `python:3.10-alpine` docker image?

Re: [I] Python Alpine and Pyarrow [arrow]

2024-08-16 Thread via GitHub
assignUser closed issue #43731: Python Alpine and Pyarrow URL: https://github.com/apache/arrow/issues/43731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [I] Python Alpine and Pyarrow [arrow]

2024-08-16 Thread via GitHub
assignUser closed issue #43731: Python Alpine and Pyarrow URL: https://github.com/apache/arrow/issues/43731 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [I] [CI] Installing the newer version of Azurite is failing [arrow]

2024-08-16 Thread via GitHub
kou closed issue #41505: [CI] Installing the newer version of Azurite is failing URL: https://github.com/apache/arrow/issues/41505 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [I] [C++][FS][Azure] Add support for azure-storage-blobs-cpp 12.12.0 [arrow]

2024-08-16 Thread via GitHub
kou closed issue #43702: [C++][FS][Azure] Add support for azure-storage-blobs-cpp 12.12.0 URL: https://github.com/apache/arrow/issues/43702 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specif

Re: [I] [CI][C++] test-ubuntu-22.04-cpp-emscripten fails on CSV tests [arrow]

2024-08-16 Thread via GitHub
kou closed issue #43175: [CI][C++] test-ubuntu-22.04-cpp-emscripten fails on CSV tests URL: https://github.com/apache/arrow/issues/43175 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[I] [C++] Compute: Why compute::internal::BooleanKeyEncoder doesn't handle !valid scalar as not-null? [arrow]

2024-08-17 Thread via GitHub
mapleFU opened a new issue, #43733: URL: https://github.com/apache/arrow/issues/43733 ### Describe the enhancement requested I'm current learning the code of `compute::RowEncoder`. I found that in `FixedWidthKeyEncoder`, Scalar detects `is_valid`: ```c++ Status FixedWidthKey

[I] [R] AWS SDK fails to build on one of CRAN's M1 builders [arrow]

2024-08-17 Thread via GitHub
jonkeane opened a new issue, #43735: URL: https://github.com/apache/arrow/issues/43735 ### Describe the bug, including details regarding any error messages, version, and platform. I get a two-week email from CRAN ``` [ 77%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aw

[I] [GLib] Add `GArrowAzureFileSystem` [arrow]

2024-08-17 Thread via GitHub
kou opened a new issue, #43738: URL: https://github.com/apache/arrow/issues/43738 ### Describe the enhancement requested It's the `arrow::fs::AzureFileSystem` bindings. ### Component(s) GLib -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] [GLib] Add `GArrowAzureFileSystem` [arrow]

2024-08-17 Thread via GitHub
kou closed issue #43738: [GLib] Add `GArrowAzureFileSystem` URL: https://github.com/apache/arrow/issues/43738 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

[I] Python Hangs on pyarrow.csv.read_csv with use_threads=True and UnicodeDecodeError [arrow]

2024-08-17 Thread via GitHub
dxdc opened a new issue, #43741: URL: https://github.com/apache/arrow/issues/43741 ### Describe the bug, including details regarding any error messages, version, and platform. ## Summary When using `pyarrow.csv.read_csv` with `ReadOptions(use_threads=True)` and encountering a `Uni

Re: [I] [Java] Fix TestFragmentScanOptions test result does not match [arrow]

2024-08-18 Thread via GitHub
lidavidm closed issue #43506: [Java] Fix TestFragmentScanOptions test result does not match URL: https://github.com/apache/arrow/issues/43506 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

Re: [I] [CI] Crossbow report shouldn't include jobs that aren't configured / run recently [arrow]

2024-08-18 Thread via GitHub
jonkeane closed issue #43499: [CI] Crossbow report shouldn't include jobs that aren't configured / run recently URL: https://github.com/apache/arrow/issues/43499 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

Re: [I] [R] AWS SDK fails to build on one of CRAN's M1 builders [arrow]

2024-08-18 Thread via GitHub
jonkeane closed issue #43735: [R] AWS SDK fails to build on one of CRAN's M1 builders URL: https://github.com/apache/arrow/issues/43735 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[I] Parquet files of indexed data.table objects error in read_parquet [arrow]

2024-08-18 Thread via GitHub
TysonStanley opened a new issue, #43742: URL: https://github.com/apache/arrow/issues/43742 ### Describe the bug, including details regarding any error messages, version, and platform. When a data.table object is indexed (e.g., with `setindex()`), this can cause problems in reading th

[I] [CI][Docs] test-debian-12-docs failed: invalid mount config for type "bind" [arrow]

2024-08-18 Thread via GitHub
kou opened a new issue, #43743: URL: https://github.com/apache/arrow/issues/43743 ### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/ursacomputing/crossbow/actions/runs/10436368174/job/28901351219#step:7:1486 ```text

[I] [C++][Parquet] lz4-hadoop not support block compression [arrow]

2024-08-18 Thread via GitHub
Polepoint opened a new issue, #43745: URL: https://github.com/apache/arrow/issues/43745 ### Describe the bug, including details regarding any error messages, version, and platform. According to the https://github.com/apache/hadoop/blob/trunk/hadoop-mapreduce-project/hadoop-mapred

[I] BUG: compilation error with boost 1.86 [arrow]

2024-08-18 Thread via GitHub
h-vetinari opened a new issue, #43746: URL: https://github.com/apache/arrow/issues/43746 ### Describe the bug, including details regarding any error messages, version, and platform. Compiling arrow 17 (with `-DARROW_BUILD_TESTS=ON`) with the headers from the recently-released [boost

Re: [I] [C++][Compute] Consider widening the row offset of the row table to 64-bit [arrow]

2024-08-19 Thread via GitHub
pitrou closed issue #43495: [C++][Compute] Consider widening the row offset of the row table to 64-bit URL: https://github.com/apache/arrow/issues/43495 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

Re: [I] [C++] Acero cannot join large tables because of a misspecified test [arrow]

2024-08-19 Thread via GitHub
zanmato1984 closed issue #37655: [C++] Acero cannot join large tables because of a misspecified test URL: https://github.com/apache/arrow/issues/37655 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[I] docs: improve cookbook Sphinx tag [arrow-adbc]

2024-08-19 Thread via GitHub
lidavidm opened a new issue, #2082: URL: https://github.com/apache/arrow-adbc/issues/2082 ### What feature or improvement would you like to see? - Add an index of all recipes - Add an ID to each recipe that can be linked to - Add title/short description/driver/tags to each recipe

[I] [R] `case_when` fails when `if_else` succeeds [arrow]

2024-08-19 Thread via GitHub
TPDeramus opened a new issue, #43747: URL: https://github.com/apache/arrow/issues/43747 ### Describe the bug, including details regarding any error messages, version, and platform. Hi Arrow Devs. Not sure if this would be more of a usage question or a bug, but it certainly see

[I] [R] `write_parquet()` has infinite recursion error when writing `packageVersion()` attributes [arrow]

2024-08-19 Thread via GitHub
tanho63 opened a new issue, #43748: URL: https://github.com/apache/arrow/issues/43748 ### Describe the bug, including details regarding any error messages, version, and platform. Reprex: ```r x <- mtcars attr(x, "arrow_version") <- packageVersion("arrow") arrow::write_

Re: [I] [Go] Protobuf to parquet doesn't support excluded fields [arrow]

2024-08-19 Thread via GitHub
joellubi closed issue #43554: [Go] Protobuf to parquet doesn't support excluded fields URL: https://github.com/apache/arrow/issues/43554 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] [C++] Compute: Why compute::internal::BooleanKeyEncoder doesn't handle !valid scalar as not-null? [arrow]

2024-08-19 Thread via GitHub
pitrou closed issue #43733: [C++] Compute: Why compute::internal::BooleanKeyEncoder doesn't handle !valid scalar as not-null? URL: https://github.com/apache/arrow/issues/43733 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] There is an error in the usage example of the Compute Function on the official website? [arrow]

2024-08-19 Thread via GitHub
bkietz closed issue #38847: There is an error in the usage example of the Compute Function on the official website? URL: https://github.com/apache/arrow/issues/38847 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] [C++] Compute: Adding more comments for RowTable [arrow]

2024-08-19 Thread via GitHub
mapleFU opened a new issue, #43758: URL: https://github.com/apache/arrow/issues/43758 ### Describe the enhancement requested Currently RowTable support types haven't been listed, or it's scattered in the code everywhere. I think I'd like to adding more comments before https://github.

[I] [C++] Acero: Minor code enhancement for Join [arrow]

2024-08-19 Thread via GitHub
mapleFU opened a new issue, #43759: URL: https://github.com/apache/arrow/issues/43759 ### Describe the enhancement requested Some minor style enhancement for Join ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the messag

[I] pyarrow/adbc: no support for binding DECIMAL in Snowflake driver [arrow-adbc]

2024-08-19 Thread via GitHub
pkit opened a new issue, #2084: URL: https://github.com/apache/arrow-adbc/issues/2084 ### What feature or improvement would you like to see? I'm not sure if at the current state the driver is even usable. Almost all numeric types are decimals in Snowflake. ``` adbc_driver_manage

[I] Proposal: generic streaming protocol for columnar data [arrow]

2024-08-19 Thread via GitHub
leventov opened a new issue, #43762: URL: https://github.com/apache/arrow/issues/43762 ### Describe the enhancement requested I have a nagging feeling that the family of Arrow protocols and formats misses a generic protocol for streaming columnar data across ArrowArrays, such as to p

[I] [Go] Make Flight SQL clients/servers symmetric [arrow]

2024-08-19 Thread via GitHub
lidavidm opened a new issue, #43764: URL: https://github.com/apache/arrow/issues/43764 ### Describe the enhancement requested We are trying to make a Flight SQL proxy but it is rather frustrating because methods aren't 1:1 between client/server. In particular for prepared statements

Re: [I] [Python][CI] Build failure with Cython 2 [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #43707: [Python][CI] Build failure with Cython 2 URL: https://github.com/apache/arrow/issues/43707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[I] [C++] Compute: Why some ScalarAggregator handles scalar ExecSpan like single value, other like groups value? [arrow]

2024-08-20 Thread via GitHub
mapleFU opened a new issue, #43768: URL: https://github.com/apache/arrow/issues/43768 ### Describe the enhancement requested ```c++ struct CountImpl : public ScalarAggregator { Status Consume(KernelContext*, const ExecSpan& batch) override { if (options.mode == CountOpti

Re: [I] [Plasma][C++] plasma-store-server start with -h , occur bus error [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #33204: [Plasma][C++] plasma-store-server start with -h , occur bus error URL: https://github.com/apache/arrow/issues/33204 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: [I] PlasmaClient::Contains should return false before the corresponding object is sealed [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #29850: PlasmaClient::Contains should return false before the corresponding object is sealed URL: https://github.com/apache/arrow/issues/29850 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] [Plasma][Python] plasma.PlasmaClient do not disconnect when user tried to delete it [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #28818: [Plasma][Python] plasma.PlasmaClient do not disconnect when user tried to delete it URL: https://github.com/apache/arrow/issues/28818 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Python] `pyarrow._plasma.PlasmaClient.delete` behavior undocumented [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #28603: [Python] `pyarrow._plasma.PlasmaClient.delete` behavior undocumented URL: https://github.com/apache/arrow/issues/28603 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [I] PlasmaStoreFull on empty store [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #29090: PlasmaStoreFull on empty store URL: https://github.com/apache/arrow/issues/29090 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [I] Plasma server hangs on Get requests containing duplicate object IDs [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #28852: Plasma server hangs on Get requests containing duplicate object IDs URL: https://github.com/apache/arrow/issues/28852 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

Re: [I] [C++] Tests fail to compile: error: use of undeclared identifier 'WEXITSTATUS' [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #28377: [C++] Tests fail to compile: error: use of undeclared identifier 'WEXITSTATUS' URL: https://github.com/apache/arrow/issues/28377 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [C++ Feature Request] Add GetCliendId to Plasma Store [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #27422: [C++ Feature Request] Add GetCliendId to Plasma Store URL: https://github.com/apache/arrow/issues/27422 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the sp

Re: [I] Plasma packages for arm64 [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #27273: Plasma packages for arm64 URL: https://github.com/apache/arrow/issues/27273 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

Re: [I] [Python] pickle error occurs when using pyarrow._plasma.PlasmaClient with multiprocess on mac (python3.8.5) [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #26629: [Python] pickle error occurs when using pyarrow._plasma.PlasmaClient with multiprocess on mac (python3.8.5) URL: https://github.com/apache/arrow/issues/26629 -- This is an automated message from the Apache Git Service. To respond to the message, please

Re: [I] [Plasma][C++] Usage model for Object IDs. Object IDs don't disappear after delete [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #17192: [Plasma][C++] Usage model for Object IDs. Object IDs don't disappear after delete URL: https://github.com/apache/arrow/issues/17192 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

Re: [I] [C++][Plasma] Memory not released until Plasma process is killed [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #17190: [C++][Plasma] Memory not released until Plasma process is killed URL: https://github.com/apache/arrow/issues/17190 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

Re: [I] [Python] Start plasma store with STDOUT, STDERR arguments [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #24493: [Python] Start plasma store with STDOUT, STDERR arguments URL: https://github.com/apache/arrow/issues/24493 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [I] [C++][Plasma] Fix memory size when using huge pages in plasma; other code cleanups [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #24291: [C++][Plasma] Fix memory size when using huge pages in plasma; other code cleanups URL: https://github.com/apache/arrow/issues/24291 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] [Plasma] Add GCS as an external store for Plasma [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #24246: [Plasma] Add GCS as an external store for Plasma URL: https://github.com/apache/arrow/issues/24246 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

Re: [I] [Plasma] Plasma On YARN [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #17022: [Plasma] Plasma On YARN URL: https://github.com/apache/arrow/issues/17022 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

Re: [I] [C++][Plasma] Broken Record Batch returned from a function call [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #23786: [C++][Plasma] Broken Record Batch returned from a function call URL: https://github.com/apache/arrow/issues/23786 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[I] [Java][Gandiva] Could not create LLJIT instance: Symbols not found: [ llvm_orc_registerEHFrameSectionWrapper ] [arrow]

2024-08-20 Thread via GitHub
danepitkin opened a new issue, #43769: URL: https://github.com/apache/arrow/issues/43769 ### Describe the bug, including details regarding any error messages, version, and platform. The Java JNI module for Gandiva fails to build in CI because it is being built with llvm 17. This is a

Re: [I] [C++][Plasma] More primitive operations on plasma store [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #18024: [C++][Plasma] More primitive operations on plasma store URL: https://github.com/apache/arrow/issues/18024 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [I] [JS] Implement Node.js client for Plasma store [arrow]

2024-08-20 Thread via GitHub
jorisvandenbossche closed issue #17707: [JS] Implement Node.js client for Plasma store URL: https://github.com/apache/arrow/issues/17707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

Re: [I] c/driver/framework: get rid of Status/Result [arrow-adbc]

2024-08-20 Thread via GitHub
paleolimbot closed issue #1663: c/driver/framework: get rid of Status/Result URL: https://github.com/apache/arrow-adbc/issues/1663 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [I] c/driver/framework: get rid of Status/Result [arrow-adbc]

2024-08-20 Thread via GitHub
paleolimbot closed issue #1663: c/driver/framework: get rid of Status/Result URL: https://github.com/apache/arrow-adbc/issues/1663 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [I] adbc_driver_snowflake error when writing table to snowflake [arrow-adbc]

2024-08-20 Thread via GitHub
lidavidm closed issue #2062: adbc_driver_snowflake error when writing table to snowflake URL: https://github.com/apache/arrow-adbc/issues/2062 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [I] adbc_driver_snowflake error when writing table to snowflake [arrow-adbc]

2024-08-20 Thread via GitHub
lidavidm closed issue #2062: adbc_driver_snowflake error when writing table to snowflake URL: https://github.com/apache/arrow-adbc/issues/2062 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

Re: [I] docs: demo `WITH_MAX_MSG_SIZE` (was: Python: grpc: received message larger than max (20748753 vs. 16777216)) [arrow-adbc]

2024-08-20 Thread via GitHub
lidavidm closed issue #2078: docs: demo `WITH_MAX_MSG_SIZE` (was: Python: grpc: received message larger than max (20748753 vs. 16777216)) URL: https://github.com/apache/arrow-adbc/issues/2078 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] docs: demo `WITH_MAX_MSG_SIZE` (was: Python: grpc: received message larger than max (20748753 vs. 16777216)) [arrow-adbc]

2024-08-20 Thread via GitHub
lidavidm closed issue #2078: docs: demo `WITH_MAX_MSG_SIZE` (was: Python: grpc: received message larger than max (20748753 vs. 16777216)) URL: https://github.com/apache/arrow-adbc/issues/2078 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [I] [C][Python] Vendor pythoncapi-compat instead of adjusting changes manually [arrow]

2024-08-21 Thread via GitHub
jorisvandenbossche closed issue #43069: [C][Python] Vendor pythoncapi-compat instead of adjusting changes manually URL: https://github.com/apache/arrow/issues/43069 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] Unable to install Arrow 17.0.0 with GCS enabled via conan 2.6.0 [arrow]

2024-08-21 Thread via GitHub
ppkowalski opened a new issue, #43773: URL: https://github.com/apache/arrow/issues/43773 ### Describe the bug, including details regarding any error messages, version, and platform. I am trying to install arrow 17 with conan 2.6.0 on Ubuntu22.04. My conanfile.py: ``` from conan

[I] pandas_udf causing Python worker to crash in PySpark on macOS with M3 chip [arrow]

2024-08-21 Thread via GitHub
monircefalo opened a new issue, #43774: URL: https://github.com/apache/arrow/issues/43774 ### Describe the bug, including details regarding any error messages, version, and platform. I'm working with PySpark and trying to use a pandas_udf on my macOS system with an M3 chip. My enviro

[I] [Doc] Update implementation status with Bool8 [arrow]

2024-08-21 Thread via GitHub
pitrou opened a new issue, #43775: URL: https://github.com/apache/arrow/issues/43775 ### Describe the enhancement requested We have a "canonical extension types" table in https://arrow.apache.org/docs/dev/status.html where we should also list Bool8. ### Component(s) Docu

[I] [C++] Add Take benchmarks with a smaller selection factor [arrow]

2024-08-21 Thread via GitHub
pitrou opened a new issue, #43776: URL: https://github.com/apache/arrow/issues/43776 ### Describe the enhancement requested This came up while discussing the performance of https://github.com/apache/arrow/pull/41700 . Current Take benchmarks all have a selection factor of 1.0 (i.e.,

Re: [I] [C++][FS][Azure] Optimise `ObjectAppendStream::DoAppend` in the case of many small appends [arrow]

2024-08-21 Thread via GitHub
pitrou closed issue #40036: [C++][FS][Azure] Optimise `ObjectAppendStream::DoAppend` in the case of many small appends URL: https://github.com/apache/arrow/issues/40036 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [Python] Add bindings for `CopyTo` on RecordBatch and Array classes [arrow]

2024-08-21 Thread via GitHub
jorisvandenbossche closed issue #4: [Python] Add bindings for `CopyTo` on RecordBatch and Array classes URL: https://github.com/apache/arrow/issues/4 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above t

[I] [C++][CI] Boost-related compilation error on macOS ARM [arrow]

2024-08-21 Thread via GitHub
pitrou opened a new issue, #43777: URL: https://github.com/apache/arrow/issues/43777 ### Describe the bug, including details regarding any error messages, version, and platform. These build failures have appeared very recently, see example: https://github.com/apache/arrow/actions/r

Re: [I] [C++] Add Take benchmarks with a smaller selection factor [arrow]

2024-08-21 Thread via GitHub
pitrou closed issue #43776: [C++] Add Take benchmarks with a smaller selection factor URL: https://github.com/apache/arrow/issues/43776 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c

[I] span_range returns unexpected result (missing days) when using frame month [arrow]

2024-08-21 Thread via GitHub
Iwerzhon opened a new issue, #43778: URL: https://github.com/apache/arrow/issues/43778 ### Describe the bug, including details regarding any error messages, version, and platform. Sometimes (based on the start_date/end_date value), some days are missing when splitting a range of date

[I] Support `SHOW` command [arrow-adbc]

2024-08-21 Thread via GitHub
mcrumiller opened a new issue, #2093: URL: https://github.com/apache/arrow-adbc/issues/2093 ### What feature or improvement would you like to see? In postgres, the [`show`](https://www.postgresql.org/docs/current/sql-show.html) command returns server/session configuration attributes:

Re: [I] [C++][Parquet] Replace use of int with int32_t in the Parquet encryption APIs [arrow]

2024-08-21 Thread via GitHub
pitrou closed issue #43141: [C++][Parquet] Replace use of int with int32_t in the Parquet encryption APIs URL: https://github.com/apache/arrow/issues/43141 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[I] [Flight] [Python] When using FlightDataStream yielding Tables means that IPCWriteOptions is not respected. [arrow]

2024-08-21 Thread via GitHub
rustyconover opened a new issue, #43779: URL: https://github.com/apache/arrow/issues/43779 ### Describe the bug, including details regarding any error messages, version, and platform. Hi there! I've been working with Arrow Flight in Python and came across something that might

Re: [I] [C++][CI] Boost-related compilation error on macOS ARM [arrow]

2024-08-21 Thread via GitHub
kou closed issue #43777: [C++][CI] Boost-related compilation error on macOS ARM URL: https://github.com/apache/arrow/issues/43777 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[I] [Go][Parquet] Is LZ4 being supported in arrow parquet? [arrow]

2024-08-21 Thread via GitHub
yangg-splunk opened a new issue, #43783: URL: https://github.com/apache/arrow/issues/43783 ### Describe the usage question you have. Please include as many useful details as possible. From here it seems still unsupported in the lib's latest version: https://pkg.go.dev/github.com

Re: [I] [Java][FlightSQL] FlightSqlUtils.FLIGHT_SQL_ACTIONS is missing ActionTypes [arrow]

2024-08-21 Thread via GitHub
lidavidm closed issue #43717: [Java][FlightSQL] FlightSqlUtils.FLIGHT_SQL_ACTIONS is missing ActionTypes URL: https://github.com/apache/arrow/issues/43717 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to g

[I] [CI][Python][Parquet] Failed to open local file column_chunk_key_value_metadata.parquet [arrow]

2024-08-21 Thread via GitHub
wgtmac opened a new issue, #43785: URL: https://github.com/apache/arrow/issues/43785 ### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/actions/runs/10493727075/job/29068353962?pr=40594 ``` ==

Re: [I] [CI][Python][Parquet] Failed to open local file column_chunk_key_value_metadata.parquet [arrow]

2024-08-21 Thread via GitHub
wgtmac closed issue #43785: [CI][Python][Parquet] Failed to open local file column_chunk_key_value_metadata.parquet URL: https://github.com/apache/arrow/issues/43785 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [Python][CI] Simplify python/requirements-wheel-test.txt file [arrow]

2024-08-22 Thread via GitHub
jorisvandenbossche closed issue #43690: [Python][CI] Simplify python/requirements-wheel-test.txt file URL: https://github.com/apache/arrow/issues/43690 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

Re: [I] [CI][Python][Parquet] Failed to open local file column_chunk_key_value_metadata.parquet [arrow]

2024-08-22 Thread via GitHub
jorisvandenbossche closed issue #43785: [CI][Python][Parquet] Failed to open local file column_chunk_key_value_metadata.parquet URL: https://github.com/apache/arrow/issues/43785 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [C++] Register the new Opaque extension type by default [arrow]

2024-08-22 Thread via GitHub
rok closed issue #43787: [C++] Register the new Opaque extension type by default URL: https://github.com/apache/arrow/issues/43787 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [I] [C++] Register the new Opaque extension type by default [arrow]

2024-08-22 Thread via GitHub
rok closed issue #43787: [C++] Register the new Opaque extension type by default URL: https://github.com/apache/arrow/issues/43787 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

<    1   2   3   4   5   6   7   8   9   10   >