[jira] [Created] (ARROW-18404) [Python] [Docs] Mention the C Data/Stream Interface in PyArrow Extending

2022-11-24 Thread Anja Boskovic (Jira)
Anja Boskovic created ARROW-18404: - Summary: [Python] [Docs] Mention the C Data/Stream Interface in PyArrow Extending Key: ARROW-18404 URL: https://issues.apache.org/jira/browse/ARROW-18404 Project:

[jira] [Created] (ARROW-18403) [C++] Error consuming Substrait plan which uses count function: "only unary aggregate functions are currently supported"

2022-11-24 Thread Nicola Crane (Jira)
Nicola Crane created ARROW-18403: Summary: [C++] Error consuming Substrait plan which uses count function: "only unary aggregate functions are currently supported" Key: ARROW-18403 URL:

[jira] [Created] (ARROW-18402) [C++] Expose `DeclarationInfo`

2022-11-24 Thread Yaron Gvili (Jira)
Yaron Gvili created ARROW-18402: --- Summary: [C++] Expose `DeclarationInfo` Key: ARROW-18402 URL: https://issues.apache.org/jira/browse/ARROW-18402 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-18401) [R] Failing test on test-r-rhub-ubuntu-gcc-release-latest

2022-11-24 Thread Dewey Dunnington (Jira)
Dewey Dunnington created ARROW-18401: Summary: [R] Failing test on test-r-rhub-ubuntu-gcc-release-latest Key: ARROW-18401 URL: https://issues.apache.org/jira/browse/ARROW-18401 Project: Apache

[GitHub] [arrow-julia] MrHenning opened a new issue, #363: Error when open files with MICROSECOND in Date.Time

2022-11-24 Thread GitBox
MrHenning opened a new issue, #363: URL: https://github.com/apache/arrow-julia/issues/363 When opening a table that contains a `Time` object containing `MICROSECONS` (which I think is the default with `python`/`pandas`) I get an error. Example: 1. Create `python`/`pandas`