[GitHub] [arrow] timxian closed issue #14886: Cannot use std::make_shared()

2022-12-08 Thread GitBox
timxian closed issue #14886: Cannot use std::make_shared() URL: https://github.com/apache/arrow/issues/14886 -- 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,

[GitHub] [arrow] westonpace opened a new issue, #14898: [Python] Add pyarrow.TableGroupBy.groups method

2022-12-08 Thread GitBox
westonpace opened a new issue, #14898: URL: https://github.com/apache/arrow/issues/14898 ### Describe the enhancement requested This method would return a table with one column for each key and one row for each unique combination of keys. This can actually be done today by passing

[GitHub] [arrow] westonpace opened a new issue, #14897: [CI] Appveyor failing with error related to libmambapy

2022-12-08 Thread GitBox
westonpace opened a new issue, #14897: URL: https://github.com/apache/arrow/issues/14897 ### Describe the bug, including details regarding any error messages, version, and platform. It appears that, at some point today, seemingly unrelated to commits, appveyor began regularly

[GitHub] [arrow] westonpace opened a new issue, #14896: [python] Add a pyarrow.Table.aggregate function to compute aggregates against the whole table

2022-12-08 Thread GitBox
westonpace opened a new issue, #14896: URL: https://github.com/apache/arrow/issues/14896 ### Describe the enhancement requested The implementation would be almost identical to pyarrow.TableGroupBy.aggregate except the keys list would be empty. Currently this does not appear to be

[GitHub] [arrow] benibus opened a new issue, #14895: [C++] Add optional "always_transfer" parameter to MakeTransferredGenerator

2022-12-08 Thread GitBox
benibus opened a new issue, #14895: URL: https://github.com/apache/arrow/issues/14895 ### Describe the enhancement requested Since `Executor::TransferAlways` already exists, it would be nice to indirectly expose this in the `MakeTransferredGenerator` API for async pipelines that

[GitHub] [arrow] gf2121 opened a new issue, #14890: [Java] DictionaryEncoder may leak memory when exception thrown

2022-12-08 Thread GitBox
gf2121 opened a new issue, #14890: URL: https://github.com/apache/arrow/issues/14890 ### Describe the bug, including details regarding any error messages, version, and platform. `DictionaryEncoder#encode` & `DictionaryEncoder#decode` may leak memory when exception thrown.

[jira] [Created] (ARROW-18430) [Python] Cannot cast nested nullable field to not-nullable

2022-12-08 Thread (Jira)
created ARROW-18430: Summary: [Python] Cannot cast nested nullable field to not-nullable Key: ARROW-18430 URL: https://issues.apache.org/jira/browse/ARROW-18430 Project: Apache Arrow Issue Type:

[GitHub] [arrow-adbc] paleolimbot opened a new issue, #227: [R] Package driver manager/drivers as R packages?

2022-12-08 Thread GitBox
paleolimbot opened a new issue, #227: URL: https://github.com/apache/arrow-adbc/issues/227 There's been some really cool progress with ADBC in R (e.g., https://github.com/r-dbi/adbc/issues/3 )...should any of this live in this repo? For example, it seems like it might be helpful to have

[GitHub] [arrow] assignUser opened a new issue, #14888: [C++] Enable integrity check on S3 upload

2022-12-08 Thread GitBox
assignUser opened a new issue, #14888: URL: https://github.com/apache/arrow/issues/14888 ### Describe the enhancement requested S3 supports checking the integrity of an uploaded object by sending the md5 hash with the upload:

[GitHub] [arrow] lidavidm closed issue #14873: [Java] DictionaryEncoder can decode without building a DictionaryHashTable

2022-12-08 Thread GitBox
lidavidm closed issue #14873: [Java] DictionaryEncoder can decode without building a DictionaryHashTable URL: https://github.com/apache/arrow/issues/14873 -- 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

[jira] [Created] (ARROW-18429) [R] Bump dev version following 10.0.1 patch release

2022-12-08 Thread Nicola Crane (Jira)
Nicola Crane created ARROW-18429: Summary: [R] Bump dev version following 10.0.1 patch release Key: ARROW-18429 URL: https://issues.apache.org/jira/browse/ARROW-18429 Project: Apache Arrow

[GitHub] [arrow] timxian opened a new issue, #14886: Cannot use std::make_shared()

2022-12-08 Thread GitBox
timxian opened a new issue, #14886: URL: https://github.com/apache/arrow/issues/14886 ### Describe the usage question you have. Please include as many useful details as possible. I tried to use dataset feature in arrow. I got build failed when I add below line of code:

[GitHub] [arrow] AlenkaF opened a new issue, #14885: [Docs] Make changes to developers section of the docs (Jira -> GitHub)

2022-12-08 Thread GitBox
AlenkaF opened a new issue, #14885: URL: https://github.com/apache/arrow/issues/14885 ### Describe the enhancement requested Make updates to the developers section due to change in the issue tracking workflow. -

[GitHub] [arrow] jorisvandenbossche closed issue #14854: [Docs] Make changes to arrow/ and arrow/r/README.md

2022-12-08 Thread GitBox
jorisvandenbossche closed issue #14854: [Docs] Make changes to arrow/ and arrow/r/README.md URL: https://github.com/apache/arrow/issues/14854 -- 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

[jira] [Created] (ARROW-18428) [Website] Enable github issues on arrow-site repo

2022-12-08 Thread Joris Van den Bossche (Jira)
Joris Van den Bossche created ARROW-18428: - Summary: [Website] Enable github issues on arrow-site repo Key: ARROW-18428 URL: https://issues.apache.org/jira/browse/ARROW-18428 Project: Apache