Re: [I] Rust: constructors w/o opts are ignored [arrow-adbc]

2024-10-11 Thread via GitHub
lidavidm closed issue #2241: Rust: constructors w/o opts are ignored URL: https://github.com/apache/arrow-adbc/issues/2241 -- 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 un

[I] [Release][Ruby][CI] Verification job fails to install python 3.13 for Ruby under conda due to glib pin [arrow]

2024-10-11 Thread via GitHub
raulcd opened a new issue, #44381: URL: https://github.com/apache/arrow/issues/44381 ### Describe the bug, including details regarding any error messages, version, and platform. The [verify-rc-source-ruby-linux-conda-latest-amd64](https://github.com/ursacomputing/crossbow/actions/run

[I] Bundled Mac C++ build fails when /usr/bin/libtool is an invalid libtool [arrow]

2024-10-11 Thread via GitHub
tomjakubowski opened a new issue, #44384: URL: https://github.com/apache/arrow/issues/44384 ### Describe the bug, including details regarding any error messages, version, and platform. I am supporting a bundled build of libarrow in perspective's conda-forge feedstock. On the conda-fo

Re: [I] [Python][Parquet] Using decryption_properties parameter on pq.ParquetDataset raises exception [arrow]

2024-10-11 Thread via GitHub
tritzman closed issue #41273: [Python][Parquet] Using decryption_properties parameter on pq.ParquetDataset raises exception URL: https://github.com/apache/arrow/issues/41273 -- 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][Parquet] Repeated access to dataset loaded from encrypted Parquet causes Python panic/exit [arrow]

2024-10-11 Thread via GitHub
tritzman closed issue #41296: [Python][Parquet] Repeated access to dataset loaded from encrypted Parquet causes Python panic/exit URL: https://github.com/apache/arrow/issues/41296 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[I] Can a struct be aggregated with 'list' on a table.group_by? [arrow]

2024-10-11 Thread via GitHub
robhod opened a new issue, #44383: URL: https://github.com/apache/arrow/issues/44383 ### Describe the usage question you have. Please include as many useful details as possible. I'm trying to create a list of structs based on a grouping column. See below: Hitting not implement