[I] Could not read encrypted metadata via pq.read_table [arrow]

2024-07-23 Thread via GitHub
heyuqi1970 opened a new issue, #43406: URL: https://github.com/apache/arrow/issues/43406 ### Describe the bug, including details regarding any error messages, version, and platform. os: macos 11.7.10 (20G1427) python: 3.9.7 pyarrow: 16.0.0 when I use pq.read_table with de

[I] Progress bar for `read_feather` for `R` and a verbose version [arrow]

2024-07-23 Thread via GitHub
ajinkya-k opened a new issue, #43404: URL: https://github.com/apache/arrow/issues/43404 ### Describe the enhancement requested I would like to request a that a progress bar be shown when using `read_feather` function in `R` especially for large files, so that the user can see if the

[I] The Go flightsql driver doesn't handle scanning LargeString or LargeBinary types [arrow]

2024-07-23 Thread via GitHub
phillipleblanc opened a new issue, #43403: URL: https://github.com/apache/arrow/issues/43403 ### Describe the bug, including details regarding any error messages, version, and platform. The Go flightsql database driver currently does not handle scanning string or byte values where th

Re: [I] c/driver/postgresql: Connection.adbc_get_table_schema() does not respect column order [arrow-adbc]

2024-07-23 Thread via GitHub
lidavidm closed issue #2006: c/driver/postgresql: Connection.adbc_get_table_schema() does not respect column order URL: https://github.com/apache/arrow-adbc/issues/2006 -- 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/driver/postgresql: Connection.adbc_get_table_schema() does not respect column order [arrow-adbc]

2024-07-23 Thread via GitHub
lidavidm closed issue #2006: c/driver/postgresql: Connection.adbc_get_table_schema() does not respect column order URL: https://github.com/apache/arrow-adbc/issues/2006 -- 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] [Java] Remove use of jsr305 [arrow]

2024-07-23 Thread via GitHub
lidavidm closed issue #43396: [Java] Remove use of jsr305 URL: https://github.com/apache/arrow/issues/43396 -- 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

[I] Add CI jobs for windows aarch64 [arrow]

2024-07-23 Thread via GitHub
jonkeane opened a new issue, #43401: URL: https://github.com/apache/arrow/issues/43401 ### Describe the enhancement requested [R 4.4 has experimental support for windows on aarch64](https://blog.r-project.org/2024/04/23/r-on-64-bit-arm-windows/index.html) we should setup a CI job to

[I] [C++] Test linkage error when googletest 1.15.0 is installed system wide despite bundling [arrow]

2024-07-23 Thread via GitHub
amoeba opened a new issue, #43400: URL: https://github.com/apache/arrow/issues/43400 ### Describe the bug, including details regarding any error messages, version, and platform. On macOS 14.5, I happened to upgrade my brew version of googletest from 1.14.0 to 1.15.0 and started seein

Re: [I] BUG: segmentation faults in the presence of `sparse` optional dependency (within conda builds) [arrow]

2024-07-23 Thread via GitHub
h-vetinari closed issue #15018: BUG: segmentation faults in the presence of `sparse` optional dependency (within conda builds) URL: https://github.com/apache/arrow/issues/15018 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] [R] r-arrow cannot be compiled with clang [arrow]

2024-07-23 Thread via GitHub
h-vetinari opened a new issue, #43398: URL: https://github.com/apache/arrow/issues/43398 ### Describe the bug, including details regarding any error messages, version, and platform. In conda-forge, we didn't have windows builds for R>4.1 for a while (needed large infrastructural chan

[I] [Java] Remove use of jsr305 [arrow]

2024-07-23 Thread via GitHub
laurentgo opened a new issue, #43396: URL: https://github.com/apache/arrow/issues/43396 ### Describe the enhancement requested jsr305 dependency was an attempt at standardizing a set of annotations to provide semantic information regarding Java classes, methods, fields, etc. Un

Re: [I] [C++][Parquet] parquet-dump-footer has a redundant link option and wrong --debug option handling [arrow]

2024-07-23 Thread via GitHub
kou closed issue #43393: [C++][Parquet] parquet-dump-footer has a redundant link option and wrong --debug option handling URL: https://github.com/apache/arrow/issues/43393 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[I] [C++][Parquet] parquet-dump-footer has a redundant link option and wrong --debug option handling [arrow]

2024-07-23 Thread via GitHub
kou opened a new issue, #43393: URL: https://github.com/apache/arrow/issues/43393 ### Describe the bug, including details regarding any error messages, version, and platform. GH-42102 added `parquet-dump-footer`. The implementation has the following problems: * It ###

[I] Expose methods to get the device and memory_manager on the pyarrow.cuda.Context class [arrow]

2024-07-23 Thread via GitHub
anjakefala opened a new issue, #43391: URL: https://github.com/apache/arrow/issues/43391 ### Describe the enhancement requested Right now you can't yet create a CUDA MemoryManager. An existing approach is to create a dummy buffer and then use that to access its memory manager to get

Re: [I] go/adbc/driver/snowflake: add `use_vectorized_scanner` flag to bulk ingest [arrow-adbc]

2024-07-23 Thread via GitHub
zeroshade closed issue #2005: go/adbc/driver/snowflake: add `use_vectorized_scanner` flag to bulk ingest URL: https://github.com/apache/arrow-adbc/issues/2005 -- 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] [Go] ReadRowGroups panics with canceled context [arrow]

2024-07-23 Thread via GitHub
joellubi closed issue #43359: [Go] ReadRowGroups panics with canceled context URL: https://github.com/apache/arrow/issues/43359 -- 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] Mappings that implement `__arrow_c_schema__` never have their method invoked [arrow]

2024-07-23 Thread via GitHub
cpcloud opened a new issue, #43388: URL: https://github.com/apache/arrow/issues/43388 ### Describe the bug, including details regarding any error messages, version, and platform. The implementation of `pyarrow.schema` doesn't allow objects that are `Mapping`s to take advantage of `__

Re: [I] [CI] Upgrade macOS to a supported version [arrow]

2024-07-23 Thread via GitHub
llama90 closed issue #43386: [CI] Upgrade macOS to a supported version URL: https://github.com/apache/arrow/issues/43386 -- 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

[I] [Python] Smaller max_rows_per_group causes higher memory usage when reading the number of row_groups from each fragment and is never released [arrow]

2024-07-23 Thread via GitHub
vkaff opened a new issue, #43387: URL: https://github.com/apache/arrow/issues/43387 ### Describe the bug, including details regarding any error messages, version, and platform. Let's say we use the following code to create some test parquet files ```python import pandas as p

[I] [CI] Upgrade macOS to a supported version. [arrow]

2024-07-23 Thread via GitHub
llama90 opened a new issue, #43386: URL: https://github.com/apache/arrow/issues/43386 ### Describe the enhancement requested According to [issue](https://github.com/apache/arrow/issues/43377), the macOS (`MACOSX_DEPLOYMENT_TARGET`) version should be upgraded to a supported version.

[I] PyArrow Parquet support for pre-signed URIs [arrow]

2024-07-23 Thread via GitHub
gatesn opened a new issue, #43384: URL: https://github.com/apache/arrow/issues/43384 ### Describe the enhancement requested I haven't found a way to read/write Parquet in PyArrow using pre-signed object store URIs. Am I missing something? The current object store file systems d