[GitHub] [arrow] westonpace closed issue #34266: [C++] Add a pivot_longer node

2023-03-03 Thread via GitHub
westonpace closed issue #34266: [C++] Add a pivot_longer node URL: https://github.com/apache/arrow/issues/34266 -- 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] coady opened a new issue, #34451: [C++][Python] A metadata standard for sorted datasets.

2023-03-03 Thread via GitHub
coady opened a new issue, #34451: URL: https://github.com/apache/arrow/issues/34451 ### Describe the enhancement requested Split off from #34153. In order to take advantage of sorted columns, it would be necessary for arrow to standardize on a way to represent sorting in datase

[GitHub] [arrow] westonpace closed issue #34388: [C++] Build core compute kernels unconditionally

2023-03-03 Thread via GitHub
westonpace closed issue #34388: [C++] Build core compute kernels unconditionally URL: https://github.com/apache/arrow/issues/34388 -- 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

[GitHub] [arrow] j-bennet opened a new issue, #34449: [Python] `to_parquet` fails with a category field backed by pyarrow string

2023-03-03 Thread via GitHub
j-bennet opened a new issue, #34449: URL: https://github.com/apache/arrow/issues/34449 ### Describe the bug, including details regarding any error messages, version, and platform. Originally filed in pandas-dev, but was told that the issue is in pyarrow: * https://github.com/pa

[GitHub] [arrow] westonpace closed issue #34076: [C#] Exception thrown when creating schema with multiple columns with the same name

2023-03-03 Thread via GitHub
westonpace closed issue #34076: [C#] Exception thrown when creating schema with multiple columns with the same name URL: https://github.com/apache/arrow/issues/34076 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [arrow] assignUser closed issue #34446: [C++] Failing RecordReaderPrimitveTypeTests

2023-03-03 Thread via GitHub
assignUser closed issue #34446: [C++] Failing RecordReaderPrimitveTypeTests URL: https://github.com/apache/arrow/issues/34446 -- 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

[GitHub] [arrow] rok closed issue #34210: [C++] Make casting timestamp and duration zero-copy when TimeUnit matches

2023-03-03 Thread via GitHub
rok closed issue #34210: [C++] Make casting timestamp and duration zero-copy when TimeUnit matches URL: https://github.com/apache/arrow/issues/34210 -- 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 t

[GitHub] [arrow] wjones127 opened a new issue, #34446: [C++] Failing RecordReaderPrimitveTypeTests

2023-03-03 Thread via GitHub
wjones127 opened a new issue, #34446: URL: https://github.com/apache/arrow/issues/34446 ### Describe the bug, including details regarding any error messages, version, and platform. See: https://github.com/apache/arrow/actions/runs/4326661366/jobs/7554348864 From #17877 #

[GitHub] [arrow] zeroshade closed issue #33466: [GO]: pqarrow (github.com/apache/arrow/go/v9/parquet/pqarrow) cannot handle arrow's DICTIONARY field

2023-03-03 Thread via GitHub
zeroshade closed issue #33466: [GO]: pqarrow (github.com/apache/arrow/go/v9/parquet/pqarrow) cannot handle arrow's DICTIONARY field URL: https://github.com/apache/arrow/issues/33466 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [arrow] chutchinson closed issue #34443: [C#] RecordBatch.Builder does not respect field metadata

2023-03-03 Thread via GitHub
chutchinson closed issue #34443: [C#] RecordBatch.Builder does not respect field metadata URL: https://github.com/apache/arrow/issues/34443 -- 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 specif

[GitHub] [arrow] chutchinson opened a new issue, #34443: RecordBatch.Builder does not respect field metadata

2023-03-03 Thread via GitHub
chutchinson opened a new issue, #34443: URL: https://github.com/apache/arrow/issues/34443 ### Describe the bug, including details regarding any error messages, version, and platform. The **RecordBatch.Builder** API does not respect field metadata when calling **Append**. The field an

[GitHub] [arrow] kou opened a new issue, #34442: [Ruby][FlightRPC] Add `ArrowFlight::StreamReader#each`

2023-03-03 Thread via GitHub
kou opened a new issue, #34442: URL: https://github.com/apache/arrow/issues/34442 ### Describe the enhancement requested All iteratable objects should have `#each` in Ruby. ### Component(s) FlightRPC, Ruby -- This is an automated message from the Apache Git Service. To

[GitHub] [arrow] kou opened a new issue, #34440: [Ruby] `each` without block support is missing for `RecordBatch{File,Stream}Reader`

2023-03-03 Thread via GitHub
kou opened a new issue, #34440: URL: https://github.com/apache/arrow/issues/34440 ### Describe the enhancement requested The followings don't work: ```ruby reader = Arrow::RecordBatchFileReader.new(input) reader.each.to_a ``` ```ruby reader = Arrow::RecordBatc

[GitHub] [arrow] wjones127 closed issue #34417: [C++][Flight] Remove deprecated OpenTelemetry header

2023-03-03 Thread via GitHub
wjones127 closed issue #34417: [C++][Flight] Remove deprecated OpenTelemetry header URL: https://github.com/apache/arrow/issues/34417 -- 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

[GitHub] [arrow] wjones127 opened a new issue, #34438: [C++] Printing unicode characters can be confusing

2023-03-03 Thread via GitHub
wjones127 opened a new issue, #34438: URL: https://github.com/apache/arrow/issues/34438 ### Describe the enhancement requested The way that C++ prints out some characters can be confusing: ``` import pyarrow as pa arr = pa.array([" ", "\u0080", "\u0081", "\u0082"])

[GitHub] [arrow] nealrichardson opened a new issue, #34437: [R] Use FetchNode

2023-03-03 Thread via GitHub
nealrichardson opened a new issue, #34437: URL: https://github.com/apache/arrow/issues/34437 ### Describe the enhancement requested See #34059. There's at least [one workaround](https://github.com/apache/arrow/blob/main/r/R/query-engine.R#L224-L233) we can remove and push the work in

[GitHub] [arrow] nealrichardson opened a new issue, #34436: [R] Bindings for JSON Dataset

2023-03-03 Thread via GitHub
nealrichardson opened a new issue, #34436: URL: https://github.com/apache/arrow/issues/34436 ### Describe the enhancement requested See #33732 where it was added to the C++ library ### Component(s) R -- This is an automated message from the Apache Git Service. To respo

[GitHub] [arrow] westonpace closed issue #34326: [C++][Parquet] Page null_count is incorrect if stats is disabled

2023-03-03 Thread via GitHub
westonpace closed issue #34326: [C++][Parquet] Page null_count is incorrect if stats is disabled URL: https://github.com/apache/arrow/issues/34326 -- 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] kmkramer23 opened a new issue, #34434: read_csv_arrow stops reading the rest of the file during a conversion error

2023-03-03 Thread via GitHub
kmkramer23 opened a new issue, #34434: URL: https://github.com/apache/arrow/issues/34434 ### Describe the usage question you have. Please include as many useful details as possible. When reading a csv file in R using read_csv_arrow with a schema, the program will stop and not fi

[GitHub] [arrow] kylebarron opened a new issue, #34433: [Python]: Possible to evaluate `pyarrow.compute.Expression` without filter?

2023-03-03 Thread via GitHub
kylebarron opened a new issue, #34433: URL: https://github.com/apache/arrow/issues/34433 ### Describe the usage question you have. Please include as many useful details as possible. I'm unsure whether this should be categorized as "usage" or "enhancement". I've read throu

[GitHub] [arrow] wgtmac opened a new issue, #34432: [C++][Java][IPC] Java reader cannot read compressed file created by C++ writer

2023-03-03 Thread via GitHub
wgtmac opened a new issue, #34432: URL: https://github.com/apache/arrow/issues/34432 ### Describe the bug, including details regarding any error messages, version, and platform. To reproduce the issue, use the C++ code below to write and read arrow IPC file. I use the 11.0.0 version.

[GitHub] [arrow] no23reason opened a new issue, #34431: [Python] Expose gRPC cancel to FlightStreamWriter

2023-03-03 Thread via GitHub
no23reason opened a new issue, #34431: URL: https://github.com/apache/arrow/issues/34431 ### Describe the enhancement requested ### Use case In certain situations, client code using the FlightClient to perform the DoPut operation might need to cancel half way through writing (f

[GitHub] [arrow] Fokko opened a new issue, #34428: [Python] Add missing docs on `make_fragement`

2023-03-03 Thread via GitHub
Fokko opened a new issue, #34428: URL: https://github.com/apache/arrow/issues/34428 ### Describe the enhancement requested I had to go to the code to see what we could pass into the `make_fragments` ### Component(s) Python -- This is an automated message from the Apach

[GitHub] [arrow] raulcd opened a new issue, #34427: [CI] Nightly report emails and Zulip messages are failing to be sent due to SMTP account failure on crossbow

2023-03-03 Thread via GitHub
raulcd opened a new issue, #34427: URL: https://github.com/apache/arrow/issues/34427 ### Describe the bug, including details regarding any error messages, version, and platform. As reported on Zulip since the 27th of February we stopped receiving emails and Zulip notifications for ni

[GitHub] [arrow] heronshoes opened a new issue, #34426: [C++, GLib, Ruby] Compute function 'rank' does not support ChunkedArray

2023-03-03 Thread via GitHub
heronshoes opened a new issue, #34426: URL: https://github.com/apache/arrow/issues/34426 ### Describe the bug, including details regarding any error messages, version, and platform. The issue `rank` from C++ compute function does not support ChunkedArray in Ruby. ``

[GitHub] [arrow] heronshoes opened a new issue, #34425: [GLib] Add support for RankOptions

2023-03-03 Thread via GitHub
heronshoes opened a new issue, #34425: URL: https://github.com/apache/arrow/issues/34425 ### Describe the enhancement requested ### Describe the enhancement requested Target option RankOptions Proposed feature Add support for RankOptions. ##