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,
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
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
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
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
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
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
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
#
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
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
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
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
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
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
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"])
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
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
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
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
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
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.
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
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
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
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.
``
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.
##
26 matches
Mail list logo