chrisirhc opened a new issue, #34377:
URL: https://github.com/apache/arrow/issues/34377
### Describe the enhancement requested
I wanted to gauge interest in a method on the Scalar interface to expose the
value via any/interface{} like:
```go
type Scalar interface {
…
code1704 opened a new issue, #34376:
URL: https://github.com/apache/arrow/issues/34376
### Describe the usage question you have. Please include as many useful
details as possible.
In pandas DataFrame there's `pandas.DataFrame.drop_duplicates`.
With arrow table, how can I d
wgtmac opened a new issue, #34375:
URL: https://github.com/apache/arrow/issues/34375
### Describe the enhancement requested
Once writing page index is supported, we should not save page statistics in
the data page header as it is duplicated.
Although page stats is disabled by
rachtsingh closed issue #34353: [Python] Add support for string + string
add_checked
URL: https://github.com/apache/arrow/issues/34353
--
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 co
westonpace opened a new issue, #34374:
URL: https://github.com/apache/arrow/issues/34374
### Describe the bug, including details regarding any error messages,
version, and platform.
It appears that changing the default row group size from 64Mi rows to 1Mi
rows had a [significant
cha
wjones127 closed issue #25986: [C++][Parquet] Enable external material and
rotation for encryption keys
URL: https://github.com/apache/arrow/issues/25986
--
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
sl2902 closed issue #34370: [Python]pyarrow.lib.ArrowNotImplementedError
URL: https://github.com/apache/arrow/issues/34370
--
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 un
thisisnic opened a new issue, #34372:
URL: https://github.com/apache/arrow/issues/34372
# Packaging checklist for CRAN release
For a high-level overview of the release process see the
[Apache Arrow Release Management
Guide](https://arrow.apache.org/docs/developers/release.html#post
tokoko opened a new issue, #479:
URL: https://github.com/apache/arrow-adbc/issues/479
I plan to run validation suite against Dremio Flight SQL interface, but I'd
like to hear some feedback on my initial thoughts.
I think we need a `flight-sql-validation-dremio` maven submodule to
acc
lidavidm closed issue #34367: [Java] Java Integration Test Failures
URL: https://github.com/apache/arrow/issues/34367
--
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 unsubsc
sl2902 opened a new issue, #34370:
URL: https://github.com/apache/arrow/issues/34370
### Describe the bug, including details regarding any error messages,
version, and platform.
I am building a custom dataset using HuggingFace Datasets. However, I run
into an issue with the schema.
lidavidm commented on PR #85:
URL: https://github.com/apache/arrow-testing/pull/85#issuecomment-1446705143
Thanks!
--
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 unsubs
lidavidm merged PR #85:
URL: https://github.com/apache/arrow-testing/pull/85
--
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, e-mail: issues-unsubscr...@arrow.ap
tustvold opened a new issue, #34367:
URL: https://github.com/apache/arrow/issues/34367
### Describe the bug, including details regarding any error messages,
version, and platform.
We are seeing failures building Java within the archery integration test
framework
https://github
DavisVaughan opened a new issue, #34366:
URL: https://github.com/apache/arrow/issues/34366
### Describe the bug, including details regarding any error messages,
version, and platform.
Right here arrow grabs the `dplyr:::check_name()` helper:
https://github.com/apache/arrow/blob/96
wjones127 closed issue #33652: [C++][Parquet] Interface total_bytes_written is
Confusing
URL: https://github.com/apache/arrow/issues/33652
--
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 specifi
lidavidm commented on PR #85:
URL: https://github.com/apache/arrow-testing/pull/85#issuecomment-1446539126
@wjones127 mind taking a glance here?
--
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 th
thisisnic opened a new issue, #34365:
URL: https://github.com/apache/arrow/issues/34365
### Describe the bug, including details regarding any error messages,
version, and platform.
The Substrait cast function has an `input` argument which takes an
`Expression`; however, the current i
lidavidm closed issue #33839: [Java][FlightRPC] FlightCallHeaders added to
FlightClient::getStream aren't attached to call
URL: https://github.com/apache/arrow/issues/33839
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
lidavidm closed issue #33953: [Java] JDBC driver does not send custom headers
on DoGet
URL: https://github.com/apache/arrow/issues/33953
--
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
lidavidm opened a new issue, #34364:
URL: https://github.com/apache/arrow/issues/34364
### Describe the enhancement requested
checkstyle is unfortunately only a linter and cannot auto-format.
google-java-format (or possibly some other plugin like clang-format) can be run
to check and
lidavidm closed issue #32954: [C++][Java][FlightRPC] Get rid of
FlightTestUtil.getStartedServer etc.
URL: https://github.com/apache/arrow/issues/32954
--
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
lidavidm closed issue #471: [Java] JDBC driver fails on a composite primary key
URL: https://github.com/apache/arrow-adbc/issues/471
--
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 comme
legout opened a new issue, #34363:
URL: https://github.com/apache/arrow/issues/34363
### Describe the bug, including details regarding any error messages,
version, and platform.
When I try to write a pyarrow.table to cloudflare r2 object store, I got an
error when files are larger th
westonpace closed issue #34280: [C++][Python] Clarify meaning of
"row_group_size" and change default to something more reasonable
URL: https://github.com/apache/arrow/issues/34280
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
thisisnic closed issue #34310: [C++] Executing Substrait plan containing round
function causes segfault or error
URL: https://github.com/apache/arrow/issues/34310
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL ab
thisisnic closed issue #34305: [C++] Error when running Substrait plan using
`extract` function: "argument was not an enum"
URL: https://github.com/apache/arrow/issues/34305
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
jorisvandenbossche opened a new issue, #34361:
URL: https://github.com/apache/arrow/issues/34361
There are some data types where the nulls are not stored "physically" using
a validity bitmap on the parent ArrayData, but through nulls in child data:
- UnionArrays don't have a top-level
jorisvandenbossche closed issue #34359: [Python] Add select method to
pyarrow.RecordBatch
URL: https://github.com/apache/arrow/issues/34359
--
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
thisisnic closed issue #32512: [R][Doc] minor error in Linux installation
documentation ('conda' option) for R on CRAN
URL: https://github.com/apache/arrow/issues/32512
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
AlenkaF opened a new issue, #34359:
URL: https://github.com/apache/arrow/issues/34359
### Describe the enhancement requested
There is a `select` method defined for `pa.Table`
https://github.com/apache/arrow/blob/db60be2bc2e1fc9aec43bb632be894bb8da6c77b/python/pyarrow/table.pxi#
31 matches
Mail list logo