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

[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] [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] [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] [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] [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++][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] 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:

[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

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] [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] [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

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

[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.,

[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] 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] 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

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