Re: [I] Unable to build on MacOSX [arrow]

2024-04-22 Thread via GitHub
matejsp closed issue #41322: Unable to build on MacOSX URL: https://github.com/apache/arrow/issues/41322 -- 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,

Re: [I] [Python] Broken unit test: Segmentation fault in test_make_write_options_error [arrow]

2024-04-22 Thread via GitHub
llama90 closed issue #41312: [Python] Broken unit test: Segmentation fault in test_make_write_options_error URL: https://github.com/apache/arrow/issues/41312 -- 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

[I] [C++] Build failure due to `orc_ep` in IDE [arrow]

2024-04-22 Thread via GitHub
llama90 opened a new issue, #41331: URL: https://github.com/apache/arrow/issues/41331 ### Describe the bug, including details regarding any error messages, version, and platform. - https://github.com/apache/arrow/pull/40508 Since the addition of the PR, the following error

[I] [C++][Gandiva] Cache size can be negative number [arrow]

2024-04-22 Thread via GitHub
zanmato1984 opened a new issue, #41329: URL: https://github.com/apache/arrow/issues/41329 ### Describe the bug, including details regarding any error messages, version, and platform. I think the original purpose of the following check is to set gandiva cache size to the predefined

[I] [C++][Acero] Use env var to tune Acero's temp stack size [arrow]

2024-04-22 Thread via GitHub
zanmato1984 opened a new issue, #41334: URL: https://github.com/apache/arrow/issues/41334 ### Describe the enhancement requested Currently the size of Acero's temp stack is hardcoded in source:

Re: [I] [C++] Acero benchmarks should present a items/s or bytes/s metric [arrow]

2024-04-22 Thread via GitHub
westonpace closed issue #39664: [C++] Acero benchmarks should present a items/s or bytes/s metric URL: https://github.com/apache/arrow/issues/39664 -- 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

[I] [C++][Flight] Downstream MINGW builds are failing to build arrow flight do to undefined reference [arrow]

2024-04-22 Thread via GitHub
raulcd opened a new issue, #41333: URL: https://github.com/apache/arrow/issues/41333 ### Describe the bug, including details regarding any error messages, version, and platform. I am trying to add the 16.0.0 release to MINGW-packages but CI is failing with: ``` FAILED:

Re: [I] [C++] Build failure due to `orc_ep` in IDE [arrow]

2024-04-22 Thread via GitHub
llama90 closed issue #41331: [C++] Build failure due to `orc_ep` in IDE URL: https://github.com/apache/arrow/issues/41331 -- 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

[I] [C++][Compute] Inaccurate calculation results will be produced when the 'cases' arrays of 'case_when' have different Decimal types [arrow]

2024-04-22 Thread via GitHub
ZhangHuiGui opened a new issue, #41336: URL: https://github.com/apache/arrow/issues/41336 ### Describe the bug, including details regarding any error messages, version, and platform. It's an interesting problem we find recently in `case_when` kernel. For the call function:

Re: [I] [R] Try to arrow_eval user-defined functions [arrow]

2024-04-22 Thread via GitHub
nealrichardson closed issue #29667: [R] Try to arrow_eval user-defined functions URL: https://github.com/apache/arrow/issues/29667 -- 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

Re: [I] [R] Redo how summarize() evaluates [arrow]

2024-04-22 Thread via GitHub
nealrichardson closed issue #41323: [R] Redo how summarize() evaluates URL: https://github.com/apache/arrow/issues/41323 -- 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

[I] Parquet build fails on illumos [arrow]

2024-04-22 Thread via GitHub
ptribble opened a new issue, #41338: URL: https://github.com/apache/arrow/issues/41338 ### Describe the bug, including details regarding any error messages, version, and platform. Attempting to build Arrow 16.0.0 (cpp) with -DARROW_PARQUET=ON on illumos (Solaris derivative) fails

[I] [C++][CMake][Windows] Don't use .dll suffix for system libraries such as ws2_32 [arrow]

2024-04-22 Thread via GitHub
kou opened a new issue, #41340: URL: https://github.com/apache/arrow/issues/41340 ### Describe the bug, including details regarding any error messages, version, and platform. We should use import library (`.lib`) no DLL (`.dll`) to link with system libraries. So

Re: [I] [Python] Only convert in parallel for the ConsolidatedBlockCreator class for large data [arrow]

2024-04-22 Thread via GitHub
anjakefala closed issue #40301: [Python] Only convert in parallel for the ConsolidatedBlockCreator class for large data URL: https://github.com/apache/arrow/issues/40301 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] glib: add garrow_connection_get_statistics() [arrow-adbc]

2024-04-22 Thread via GitHub
lidavidm closed issue #1743: glib: add garrow_connection_get_statistics() URL: https://github.com/apache/arrow-adbc/issues/1743 -- 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] ReadNext in arrow::RecordBatchReader returns invalid status on second or subsequent items [arrow]

2024-04-22 Thread via GitHub
gbronner opened a new issue, #41339: URL: https://github.com/apache/arrow/issues/41339 ### Describe the bug, including details regarding any error messages, version, and platform. I have some code that is trying to iterate through record batches of fairly large parquet files

[I] [C++][CMake] ARROW_NO_DEPRECATED_API is unused? [arrow]

2024-04-22 Thread via GitHub
wgtmac opened a new issue, #41343: URL: https://github.com/apache/arrow/issues/41343 ### Describe the bug, including details regarding any error messages, version, and platform. When I was reading the CMake code, I found that ARROW_NO_DEPRECATED_API is not used in the source code.

Re: [I] glib: add garrow_connection_get_statistic_names() [arrow-adbc]

2024-04-22 Thread via GitHub
lidavidm closed issue #1747: glib: add garrow_connection_get_statistic_names() URL: https://github.com/apache/arrow-adbc/issues/1747 -- 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

Re: [I] [CI][Python] Add a job on ARM64 macOS [arrow]

2024-04-22 Thread via GitHub
kou closed issue #41314: [CI][Python] Add a job on ARM64 macOS URL: https://github.com/apache/arrow/issues/41314 -- 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

Re: [I] [FlightSQL] Stateless prepared statement with parameter support [arrow]

2024-04-22 Thread via GitHub
lidavidm closed issue #37720: [FlightSQL] Stateless prepared statement with parameter support URL: https://github.com/apache/arrow/issues/37720 -- 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