[I] Calling Table.from_pandas with a dataframe that contains a map column of sufficient size causes SIGABRT and process crash [arrow]

2024-11-04 Thread via GitHub
snakingfire opened a new issue, #44643: URL: https://github.com/apache/arrow/issues/44643 ### Describe the bug, including details regarding any error messages, version, and platform. Related to https://github.com/apache/arrow/issues/44640 When attempting to convert a pandas dat

Re: [I] c/driver/flightsql: ASAN failure in Meson build [arrow-adbc]

2024-11-04 Thread via GitHub
lidavidm closed issue #2259: c/driver/flightsql: ASAN failure in Meson build URL: https://github.com/apache/arrow-adbc/issues/2259 -- 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] VariableWidthViewVectorBenchmarks [arrow]

2024-11-04 Thread via GitHub
ViggoC opened a new issue, #44642: URL: https://github.com/apache/arrow/issues/44642 ### Describe the enhancement requested The performance of VariableWidthViewVector is much slower than VariableWidthVector in some cases. `setZero` for overwriting is the bottleneck. ``` Variabl

[I] [C++] Improve sequential access use of ChunkResolver [arrow]

2024-11-04 Thread via GitHub
anjakefala opened a new issue, #44641: URL: https://github.com/apache/arrow/issues/44641 ### Describe the enhancement requested There has been recent work to move the [ChunkResolver](https://github.com/apache/arrow/issues/34535) to public API. `ChunkResolver` uses `O(log(num_c

[I] Debugging obscure MapBuilder error in builder_nested.cc [arrow]

2024-11-04 Thread via GitHub
snakingfire opened a new issue, #44640: URL: https://github.com/apache/arrow/issues/44640 ### Describe the usage question you have. Please include as many useful details as possible. Asking this as a usage question instead of a bug report because it is more likely this is a usag

Re: [I] [CI][JS] "AMD64 macOS 13 NodeJS 18" timed out [arrow]

2024-11-04 Thread via GitHub
kou closed issue #44624: [CI][JS] "AMD64 macOS 13 NodeJS 18" timed out URL: https://github.com/apache/arrow/issues/44624 -- 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] [GLib] Add GArrowDecimal32Scalar [arrow]

2024-11-04 Thread via GitHub
kou closed issue #44619: [GLib] Add GArrowDecimal32Scalar URL: https://github.com/apache/arrow/issues/44619 -- 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] [ADBC][FlightSQL][Java] 'Encountered end-of-stream mid-frame' upgrading from Arrow 17 -> 18 [arrow]

2024-11-04 Thread via GitHub
jarohen opened a new issue, #44632: URL: https://github.com/apache/arrow/issues/44632 ### Describe the bug, including details regarding any error messages, version, and platform. Hey folks - I seem to have a regression upgrading to Arrow 18 in an E2E ADBC (via FlightSQL) test: