Re: [I] [Java][Release] Remove Java related codes from release scripts [arrow]

2024-12-03 Thread via GitHub
kou closed issue #44828: [Java][Release] Remove Java related codes from release scripts URL: https://github.com/apache/arrow/issues/44828 -- 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

Re: [I] Add test CI: C data interface [arrow-java]

2024-12-03 Thread via GitHub
kou closed issue #14: Add test CI: C data interface URL: https://github.com/apache/arrow-java/issues/14 -- 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:

[I] [R] Source package install not using precompiled libarrow binaries [arrow]

2024-12-03 Thread via GitHub
amoeba opened a new issue, #44931: URL: https://github.com/apache/arrow/issues/44931 ### Describe the bug, including details regarding any error messages, version, and platform. While testing the latest (18.1.0) arrow CRAN submission, I noticed the prebuilt libarrow binaries aren't b

Re: [I] [Java] Are the constraints of not-nullable MapVector necessary in Java? [arrow-java]

2024-12-03 Thread via GitHub
lidavidm closed issue #45: [Java] Are the constraints of not-nullable MapVector necessary in Java? URL: https://github.com/apache/arrow-java/issues/45 -- 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

[I] [R] Investigate date handling issue in test-r-rhub-debian-gcc-devel-lto-latest crossbow job [arrow]

2024-12-03 Thread via GitHub
amoeba opened a new issue, #44930: URL: https://github.com/apache/arrow/issues/44930 ### Describe the bug, including details regarding any error messages, version, and platform. While verifying the 18.1.0 R CRAN submission in https://github.com/apache/arrow/pull/44914, we noticed the

[I] [Java][Flight] Add middleware for auth2 bearer tokens [arrow-java]

2024-12-03 Thread via GitHub
devinrsmith opened a new issue, #445: URL: https://github.com/apache/arrow-java/issues/445 ### Describe the enhancement requested This would be similar in spirit to `org.apache.arrow.flight.client.ClientCookieMiddleware`, essentially echo-ing back the latest bearer token for authenti

[I] [Java][Flight] Add middleware for auth2 bearer tokens [arrow]

2024-12-03 Thread via GitHub
devinrsmith opened a new issue, #44927: URL: https://github.com/apache/arrow/issues/44927 ### Describe the enhancement requested This would be similar in spirit to `org.apache.arrow.flight.client.ClientCookieMiddleware`, essentially echo-ing back the latest bearer token for authentic

[I] [R] Remove usage of cpp11's `cpp11/altrep.hpp` and `HAS_ALTREP` [arrow]

2024-12-03 Thread via GitHub
DavisVaughan opened a new issue, #44926: URL: https://github.com/apache/arrow/issues/44926 ### Describe the enhancement requested cpp11 is moving to require R >=4.0.0 in the next release https://github.com/r-lib/cpp11/pull/411 That means that ALTREP is always available, and the

[I] [R] Remove usage of cpp11's `HAS_UNWIND_PROTECT` [arrow]

2024-12-03 Thread via GitHub
DavisVaughan opened a new issue, #44924: URL: https://github.com/apache/arrow/issues/44924 ### Describe the enhancement requested cpp11 is bumping to require R >=4.0.0 in the next release https://github.com/r-lib/cpp11/pull/411 That means that `R_UnwindProtect()` is always avai

[I] [MATLAB] Add IPC `RecordBatchStreamFileReader` MATLAB class [arrow]

2024-12-03 Thread via GitHub
sgilmore10 opened a new issue, #44923: URL: https://github.com/apache/arrow/issues/44923 ### Describe the enhancement requested To enable support for the IPC Streaming format in the MATLAB interface, we should add a `RecordBatchStreamReader` class. This is a followup issue to #

Re: [I] [C++] Parquet writes broken file or incorrect data when nullable=False [arrow]

2024-12-03 Thread via GitHub
pitrou closed issue #31329: [C++] Parquet writes broken file or incorrect data when nullable=False URL: https://github.com/apache/arrow/issues/31329 -- 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

[I] Segmentation fault creating new scanner in Java [arrow-java]

2024-12-03 Thread via GitHub
ejf-ibm opened a new issue, #443: URL: https://github.com/apache/arrow-java/issues/443 ### Describe the bug, including details regarding any error messages, version, and platform. I'm currently hitting a segfault when trying to read in AWS CUR 2.0 billing files, writing out partition

Re: [I] bug [arrow]

2024-12-03 Thread via GitHub
raulcd closed issue #44920: bug URL: https://github.com/apache/arrow/issues/44920 -- 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...@arr

[I] xxxxx [arrow]

2024-12-03 Thread via GitHub
xalteropsx opened a new issue, #44920: URL: https://github.com/apache/arrow/issues/44920 ### Describe the bug, including details regarding any error messages, version, and platform. AttributeError: module 'pyarrow' has no attribute 'serialize' ### Component(s) Python

[I] Unable to install adbc-driver-postgresql==1.3.0 [arrow-adbc]

2024-12-03 Thread via GitHub
amallya-wisecode opened a new issue, #2350: URL: https://github.com/apache/arrow-adbc/issues/2350 ### What happened? I am able to install `adbc-driver-postgresql==1.2.0` without issue in a fresh virtual environment, but not `adbc-driver-postgresql==1.3.0`. Can provide additiona

[I] RecordBatchBuilder doesn't work with list of structs. [arrow]

2024-12-03 Thread via GitHub
fpacanowski opened a new issue, #44918: URL: https://github.com/apache/arrow/issues/44918 ### Describe the bug, including details regarding any error messages, version, and platform. `RecordBatchBuilder` doesn't seem to correctly handle a schema that contains a list of structs. Here'

[I] Reading from parquet file very slow due to unnecessary memcpy [arrow]

2024-12-03 Thread via GitHub
mpoeter opened a new issue, #44917: URL: https://github.com/apache/arrow/issues/44917 ### Describe the enhancement requested I am currently working on a project where we wanted to use parquet for storing data, but unfortunately our initial performance tests showed that reading from p

[I] [Python][FlightRPC] Support setting keepalive grpc arguments for Arrow Flight server [arrow]

2024-12-03 Thread via GitHub
qmmk opened a new issue, #44916: URL: https://github.com/apache/arrow/issues/44916 ### Describe the enhancement requested Is there any way to set keepalive argument like GRPC_ARG_HTTP2_MAX_PING_STRIKES on arrow flight server side of Python? I know it is possible to set grpc kee

[I] [C++][Testing] Add approximate equality helpers for floating-point [arrow]

2024-12-03 Thread via GitHub
pitrou opened a new issue, #44915: URL: https://github.com/apache/arrow/issues/44915 ### Describe the enhancement requested As suggested in [this comment](https://github.com/apache/arrow/issues/12681#issuecomment-2490531049), it would be useful to add approximate equality helpers for