[GitHub] [arrow] eitsupi opened a new issue, #15009: [R] stringr 1.5.0 with str_like function is already released

2022-12-16 Thread GitBox
eitsupi opened a new issue, #15009: URL: https://github.com/apache/arrow/issues/15009 ### Describe the enhancement requested stringr 1.5.0 was released on 2022-12-02. So the following special handling of `str_like` is no longer necessary.

[GitHub] [arrow] mofeiatwork closed issue #12459: Any easy way to convert parquet to JSON and access nested structures?

2022-12-16 Thread GitBox
mofeiatwork closed issue #12459: Any easy way to convert parquet to JSON and access nested structures? URL: https://github.com/apache/arrow/issues/12459 -- 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

[GitHub] [arrow] kou opened a new issue, #15007: [CI][RPM] Key import failed

2022-12-16 Thread GitBox
kou opened a new issue, #15007: URL: https://github.com/apache/arrow/issues/15007 ### Describe the bug, including details regarding any error messages, version, and platform. almalinux-8-amd64:

[GitHub] [arrow] zeroshade opened a new issue, #15005: [Go] Add ability to Append Scalars to Array Builders

2022-12-16 Thread GitBox
zeroshade opened a new issue, #15005: URL: https://github.com/apache/arrow/issues/15005 ### Describe the enhancement requested As the compute package is continued to be built out, there will be a need to be able to append scalars to Array builders when handling a group of literals

[GitHub] [arrow] zeroshade closed issue #14995: [Go] flightsql.SqlInfoSupportedUnions has incorrect value

2022-12-16 Thread GitBox
zeroshade closed issue #14995: [Go] flightsql.SqlInfoSupportedUnions has incorrect value URL: https://github.com/apache/arrow/issues/14995 -- 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

[GitHub] [arrow] letmaik opened a new issue, #15004: Provide a `BinaryBuilder::AppendValues(const std::vector>&)` overload

2022-12-16 Thread GitBox
letmaik opened a new issue, #15004: URL: https://github.com/apache/arrow/issues/15004 ### Describe the enhancement requested In addition to the string vector overloads it would be great to support `std::vector` in `BinaryBuilder` for binary data.

[GitHub] [arrow-adbc] lidavidm closed issue #243: [Python] Allow passing RecordBatch/Table of parameters in DBAPI-style API

2022-12-16 Thread GitBox
lidavidm closed issue #243: [Python] Allow passing RecordBatch/Table of parameters in DBAPI-style API URL: https://github.com/apache/arrow-adbc/issues/243 -- 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

[GitHub] [arrow] raulcd opened a new issue, #15002: [Release][Archery] Update archery release cherry-pick to support GitHub issues

2022-12-16 Thread GitBox
raulcd opened a new issue, #15002: URL: https://github.com/apache/arrow/issues/15002 ### Describe the enhancement requested We use the `archery release cherry-pick` command during the Release in order to update the maintenance branch once it has been created in order to pick the

[GitHub] [arrow] paleolimbot opened a new issue, #15001: [R] Map/list equality tests are failing only on the sanitizer nightlies

2022-12-16 Thread GitBox
paleolimbot opened a new issue, #15001: URL: https://github.com/apache/arrow/issues/15001 ### Describe the bug, including details regarding any error messages, version, and platform. I don't know why this is happening only on the sanitizer nightlies

[GitHub] [arrow] raulcd opened a new issue, #15000: [Release] Changelog.md on master branch has not been updated since 6.0.1

2022-12-16 Thread GitBox
raulcd opened a new issue, #15000: URL: https://github.com/apache/arrow/issues/15000 ### Describe the bug, including details regarding any error messages, version, and platform. While investigating https://github.com/apache/arrow/issues/14999 I've realised we never merge from the

[GitHub] [arrow] raulcd opened a new issue, #14999: [Release][Archery] Update archery release changelog to support GitHub issues

2022-12-16 Thread GitBox
raulcd opened a new issue, #14999: URL: https://github.com/apache/arrow/issues/14999 ### Describe the enhancement requested The `archery release changelog` command is currently used on a couple of steps during the release. -

[GitHub] [arrow] letmaik opened a new issue, #14998: Support for writing binary column in stream writer in Parquet

2022-12-16 Thread GitBox
letmaik opened a new issue, #14998: URL: https://github.com/apache/arrow/issues/14998 ### Describe the enhancement requested There is no `operator<<` overload in Parquet's `stream_writer.h` that accepts `std::vector` or similar such that data is written with converted type "none".

[GitHub] [arrow] raulcd opened a new issue, #14997: [Release][Archery] Update archery release curate to support GitHub issues

2022-12-16 Thread GitBox
raulcd opened a new issue, #14997: URL: https://github.com/apache/arrow/issues/14997 ### Describe the enhancement requested During a release before creating a release candidate we use the `archery release curate ` command to generate a report with tickets that have a wrong version

[GitHub] [arrow] mhilton opened a new issue, #14995: [Go] flightsql.SqlInfoSupportedUnions has incorrect value

2022-12-16 Thread GitBox
mhilton opened a new issue, #14995: URL: https://github.com/apache/arrow/issues/14995 ### Describe the bug, including details regarding any error messages, version, and platform. The constant for

[jira] [Created] (ARROW-18439) Misleading message when loading parquet data with invalid null data

2022-12-16 Thread (Jira)
created ARROW-18439: Summary: Misleading message when loading parquet data with invalid null data Key: ARROW-18439 URL: https://issues.apache.org/jira/browse/ARROW-18439 Project: Apache Arrow