[I] RuntimeWarning: Python binding for CumulativeOptions not exposed [arrow]

2023-12-11 Thread via GitHub
nbro10 opened a new issue, #39169: URL: https://github.com/apache/arrow/issues/39169 ### Describe the bug, including details regarding any error messages, version, and platform. Settings - Python: Python 3.7.17 - OS: Mac OS Sonoma [14.1.2 (23B92)] - I did `brew install cm

[I] Improve error message when Flight Core TestTls fails [arrow]

2023-12-11 Thread via GitHub
jbonofre opened a new issue, #39170: URL: https://github.com/apache/arrow/issues/39170 ### Describe the enhancement requested As discussed on the mailing list, when we forgot `git submodule update --init --recursive`, `cert0.pem` and other files are not present in `testing/data` fold

Re: [I] [C++] Make Buffer::device_type_ non-optional [arrow]

2023-12-11 Thread via GitHub
felipecrv closed issue #39159: [C++] Make Buffer::device_type_ non-optional URL: https://github.com/apache/arrow/issues/39159 -- 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. T

[I] ArrowNotImplementedError('Unsupported cast from list> to utf8 using function cast_string') [arrow]

2023-12-11 Thread via GitHub
anemohan opened a new issue, #39172: URL: https://github.com/apache/arrow/issues/39172 ### Describe the usage question you have. Please include as many useful details as possible. Hello, I use a schema file defining all the column types. I have a column with a list of dicts and

[I] reflect.SliceHeader is deprecated as of go-1.20, unsafe.SliceData is recommended instead. [arrow]

2023-12-11 Thread via GitHub
dr2chase opened a new issue, #39181: URL: https://github.com/apache/arrow/issues/39181 ### Describe the bug, including details regarding any error messages, version, and platform. `bitutils.go` and `type_traits_*.go` cast a slice address to a `*reflect.SliceHeader` to to extract the

Re: [I] [Python] Function 'dictionary_encode' fails with DictionaryArray input (for compute kernel / ChunkedArray method) [arrow]

2023-12-11 Thread via GitHub
bkietz closed issue #34890: [Python] Function 'dictionary_encode' fails with DictionaryArray input (for compute kernel / ChunkedArray method) URL: https://github.com/apache/arrow/issues/34890 -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[I] Hex decoding strings/allow casting strings to UUIDs and vice-versa [arrow]

2023-12-11 Thread via GitHub
shenker opened a new issue, #39183: URL: https://github.com/apache/arrow/issues/39183 ### Describe the enhancement requested Continuing discussion from https://github.com/apache/arrow/issues/15058. Relevant after @rok's PR https://github.com/apache/arrow/pull/37298 lands. Two w

Re: [I] [Java] Improve error message when Flight Core TestTls fails [arrow]

2023-12-11 Thread via GitHub
lidavidm closed issue #39170: [Java] Improve error message when Flight Core TestTls fails URL: https://github.com/apache/arrow/issues/39170 -- 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] ArrowNotImplementedError('Unsupported cast from list> to utf8 using function cast_string') [arrow]

2023-12-11 Thread via GitHub
anemohan closed issue #39172: ArrowNotImplementedError('Unsupported cast from list> to utf8 using function cast_string') URL: https://github.com/apache/arrow/issues/39172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[I] Creating S3FileSystem using env AWS_PROFILE without profile config entry extremely slow [arrow]

2023-12-11 Thread via GitHub
glindstr opened a new issue, #39184: URL: https://github.com/apache/arrow/issues/39184 ### Describe the bug, including details regarding any error messages, version, and platform. There appears to be a bug slowing down the creation of a S3FileSystem object when supplying a AWS_PROFIL

[I] [C++] Compiler warnings with clang + `-Wconversion -Wno-sign-conversion` in public headers [arrow]

2023-12-11 Thread via GitHub
paleolimbot opened a new issue, #39185: URL: https://github.com/apache/arrow/issues/39185 ### Describe the bug, including details regarding any error messages, version, and platform. There are also a number of R-specific warnings that occur, but a few are in the C++ library in public

[I] [Java] [Java] Bump com.h2database:h2 from 1.4.196 to 2.2.224 [arrow]

2023-12-11 Thread via GitHub
danepitkin opened a new issue, #39189: URL: https://github.com/apache/arrow/issues/39189 ### Describe the enhancement requested This was raised by dependabot, but requires several code changes before merging. ### Component(s) Java -- This is an automated message from

[I] Uncaught `std::bad_alloc` exception when `group_by` very big `large_utf8` columns [arrow]

2023-12-11 Thread via GitHub
Nathan-Fenner opened a new issue, #39190: URL: https://github.com/apache/arrow/issues/39190 ### Describe the bug, including details regarding any error messages, version, and platform. When a `pyarrow.Table` contains very large rows, whose size is very close to `2**31 - 1`, segfault

[I] arrow R package: support for stringr::str_replace_all() incomplete [arrow]

2023-12-11 Thread via GitHub
abfleishman opened a new issue, #39191: URL: https://github.com/apache/arrow/issues/39191 ### Describe the bug, including details regarding any error messages, version, and platform. The [arrow R package claims to support the `stringr::str_replace_all()` function](https://arrow.apach