[I] [CI][Integration] Improve integration test log readability [arrow]

2024-09-10 Thread via GitHub
kou opened a new issue, #44058: URL: https://github.com/apache/arrow/issues/44058 ### Describe the enhancement requested The current integration test CI mixes all logs (Docker image build log, building C++ log, building Java log, test logs and so son) in a step. So it's difficult to

Re: [I] [CI][Integration] Integration test isn't executed [arrow]

2024-09-10 Thread via GitHub
kou closed issue #44050: [CI][Integration] Integration test isn't executed URL: https://github.com/apache/arrow/issues/44050 -- 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] [Java] Finalize ErrorProne Warnings to be considered as Errors [arrow]

2024-09-10 Thread via GitHub
vibhatha opened a new issue, #44055: URL: https://github.com/apache/arrow/issues/44055 ### Describe the enhancement requested There was a series of PRs created to show warnings as errors and we did that per module [1]. So we need to remove the pom changes in each module and move the

[I] [C++][Compute] Row segmenter inefficiency [arrow]

2024-09-10 Thread via GitHub
zanmato1984 opened a new issue, #44052: URL: https://github.com/apache/arrow/issues/44052 ### Describe the enhancement requested The third item in #34475 : > Improve performance of grouping inside the segmenter (see [this discussion](https://github.com/apache/arrow/pull/34311/files

Re: [I] [GLib][Parquet] Add `gparquet_arrow_file_writer_new_row_group()` [arrow]

2024-09-10 Thread via GitHub
kou closed issue #44006: [GLib][Parquet] Add `gparquet_arrow_file_writer_new_row_group()` URL: https://github.com/apache/arrow/issues/44006 -- 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 speci

[I] [CI][Integration] Integration test isn't executed [arrow]

2024-09-10 Thread via GitHub
kou opened a new issue, #44050: URL: https://github.com/apache/arrow/issues/44050 ### Describe the bug, including details regarding any error messages, version, and platform. GH-43937 enables auto backtrace on crash but it broke integration test CI. https://github.com/apache/a

Re: [I] [Java] Consider warnings as errors for Adapter Module [arrow]

2024-09-10 Thread via GitHub
lidavidm closed issue #43962: [Java] Consider warnings as errors for Adapter Module URL: https://github.com/apache/arrow/issues/43962 -- 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 com

Re: [I] [Java] Consider warnings as errors for Vector Module [arrow]

2024-09-10 Thread via GitHub
lidavidm closed issue #44044: [Java] Consider warnings as errors for Vector Module URL: https://github.com/apache/arrow/issues/44044 -- 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 comm

Re: [I] Add test CI: Windows + MinGW [arrow-go]

2024-09-10 Thread via GitHub
kou closed issue #13: Add test CI: Windows + MinGW URL: https://github.com/apache/arrow-go/issues/13 -- 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-mail: iss

Re: [I] Add test CI: Debian + CGO + Python [arrow-go]

2024-09-10 Thread via GitHub
kou closed issue #9: Add test CI: Debian + CGO + Python URL: https://github.com/apache/arrow-go/issues/9 -- 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-mail:

Re: [I] [C++] Support SimplifyWithGuarantee for is_in expressions [arrow]

2024-09-10 Thread via GitHub
bkietz closed issue #43187: [C++] Support SimplifyWithGuarantee for is_in expressions URL: https://github.com/apache/arrow/issues/43187 -- 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

Re: [I] feat(csharp/src/Drivers/Apache/Spark): Add support for more versions and variants of Spark data source [arrow-adbc]

2024-09-10 Thread via GitHub
CurtHagenlocher closed issue #2015: feat(csharp/src/Drivers/Apache/Spark): Add support for more versions and variants of Spark data source URL: https://github.com/apache/arrow-adbc/issues/2015 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] Snowflake Go - DEFAULT_ROLE behavior is different for ADBC vs. ODBC [arrow-adbc]

2024-09-10 Thread via GitHub
CurtHagenlocher closed issue #2080: Snowflake Go - DEFAULT_ROLE behavior is different for ADBC vs. ODBC URL: https://github.com/apache/arrow-adbc/issues/2080 -- 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

[I] Pyarrow conversion from and to pandas fails for categorical variables with large dictionaries [arrow]

2024-09-10 Thread via GitHub
lukaswenzl-akur8 opened a new issue, #44048: URL: https://github.com/apache/arrow/issues/44048 ### Describe the bug, including details regarding any error messages, version, and platform. Converting from pandas to pyarrow with Table.from_pandas for dataframes with categorical columns

[I] [Python] Fix threading bugs under the free-threaded version related to borrowed references and Pandas initialization [arrow]

2024-09-10 Thread via GitHub
lysnikolaou opened a new issue, #44046: URL: https://github.com/apache/arrow/issues/44046 ### Describe the bug, including details regarding any error messages, version, and platform. Sub-issue of https://github.com/apache/arrow/issues/43536. There's two threading related bugs u

[I] [Java] Consider warnings as errors for Vector Module [arrow]

2024-09-10 Thread via GitHub
vibhatha opened a new issue, #44044: URL: https://github.com/apache/arrow/issues/44044 ### Describe the enhancement requested As discussed in https://github.com/apache/arrow/issues/43941, the vector module needs to be configured to show all warnings as errors. ### Component(s)

Re: [I] Add test CI: macOS + CGO [arrow-go]

2024-09-10 Thread via GitHub
kou closed issue #12: Add test CI: macOS + CGO URL: https://github.com/apache/arrow-go/issues/12 -- 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-mail: issues-

[I] Invalid: Float value was truncated converting to int32 [arrow]

2024-09-10 Thread via GitHub
MislavSag opened a new issue, #44041: URL: https://github.com/apache/arrow/issues/44041 ### Describe the bug, including details regarding any error messages, version, and platform. I am using R arrow package to retieve partitioned parquet data. Data is partitioned by symbol variable.