[GitHub] [arrow] cwang9208 closed issue #34478: [C++][FlightRPC] Flight RPC throughput drops when transfer large messages

2023-03-06 Thread via GitHub
cwang9208 closed issue #34478: [C++][FlightRPC] Flight RPC throughput drops when transfer large messages URL: https://github.com/apache/arrow/issues/34478 -- 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 g

[GitHub] [arrow] cwang9208 opened a new issue, #34478: Flight RPC throughput drops when transfer large messages

2023-03-06 Thread via GitHub
cwang9208 opened a new issue, #34478: URL: https://github.com/apache/arrow/issues/34478 ### Describe the usage question you have. Please include as many useful details as possible. I'm benchmarking the performance of flight RPC using the built-in C++ benchmark server/client. Bot

[GitHub] [arrow] engimatic closed issue #34021: [Java] BufferAllocator allocated memory always increase

2023-03-06 Thread via GitHub
engimatic closed issue #34021: [Java] BufferAllocator allocated memory always increase URL: https://github.com/apache/arrow/issues/34021 -- 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

[GitHub] [arrow] ankane closed issue #34457: [Ruby] Ruby library (silently) installs system libraries

2023-03-06 Thread via GitHub
ankane closed issue #34457: [Ruby] Ruby library (silently) installs system libraries URL: https://github.com/apache/arrow/issues/34457 -- 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

[GitHub] [arrow-ballista-python] BubbaJoe opened a new issue, #27: module 'ballista' has no attribute 'BallistaContext'

2023-03-06 Thread via GitHub
BubbaJoe opened a new issue, #27: URL: https://github.com/apache/arrow-ballista-python/issues/27 **Describe the bug** I am trying to connect to ballista cluster, but documentation or something must be wrong. https://arrow.apache.org/ballista/user-guide/python.html **To Repro

[GitHub] [arrow] wjones127 closed issue #34410: [Python][C++] No longer possible to specify higher chunksize than the default for Parquet writing

2023-03-06 Thread via GitHub
wjones127 closed issue #34410: [Python][C++] No longer possible to specify higher chunksize than the default for Parquet writing URL: https://github.com/apache/arrow/issues/34410 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [arrow] rtpsw opened a new issue, #34475: [C++] Optimize ordered aggregation

2023-03-06 Thread via GitHub
rtpsw opened a new issue, #34475: URL: https://github.com/apache/arrow/issues/34475 ### Describe the enhancement requested Optimize ordered aggregation to take advantage of (and enforce) ordering. This is a follow-up on [this discussion](https://github.com/apache/arrow/pull/34311#dis

[GitHub] [arrow] ericlin4 opened a new issue, #34474: Table.join() produces incorrect results for large inputs

2023-03-06 Thread via GitHub
ericlin4 opened a new issue, #34474: URL: https://github.com/apache/arrow/issues/34474 ### Describe the bug, including details regarding any error messages, version, and platform. Pyarrow's join does not produce the same results as Pandas when the input tables are large. I am observi

[GitHub] [arrow] westonpace closed issue #34262: [C++] Support for union type in ORC writer

2023-03-06 Thread via GitHub
westonpace closed issue #34262: [C++] Support for union type in ORC writer URL: https://github.com/apache/arrow/issues/34262 -- 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-adbc] lidavidm closed issue #482: [Go] driver/flightsql: providing any timeout causes everything to timeout instantly

2023-03-06 Thread via GitHub
lidavidm closed issue #482: [Go] driver/flightsql: providing any timeout causes everything to timeout instantly URL: https://github.com/apache/arrow-adbc/issues/482 -- 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-adbc] lidavidm opened a new issue, #493: go/adbc/driver/flightsql: close() on a prepared statement does not send headers

2023-03-06 Thread via GitHub
lidavidm opened a new issue, #493: URL: https://github.com/apache/arrow-adbc/issues/493 Due to https://github.com/apache/arrow/issues/34472 + a bug in this driver -- 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] lidavidm opened a new issue, #34472: [Go] Flight SQL client does not drain DoAction streams

2023-03-06 Thread via GitHub
lidavidm opened a new issue, #34472: URL: https://github.com/apache/arrow/issues/34472 ### Describe the bug, including details regarding any error messages, version, and platform. This is similar to a bug that was in the C++ Flight SQL client. This means that certain operations won't

[GitHub] [arrow-adbc] lidavidm opened a new issue, #492: go/adbc/driver/flightsql: add extra logging

2023-03-06 Thread via GitHub
lidavidm opened a new issue, #492: URL: https://github.com/apache/arrow-adbc/issues/492 grpc-go doesn't log outgoing headers - ideally we should have a way to enable logging of headers + Flight/Flight SQL operation for debugging -- This is an automated message from the Apache Git Service.

[GitHub] [arrow-adbc] lidavidm opened a new issue, #491: go/driver/flightsql: append ADBC/Flight to user-agent

2023-03-06 Thread via GitHub
lidavidm opened a new issue, #491: URL: https://github.com/apache/arrow-adbc/issues/491 (Also, upstream should put Flight/Flight SQL in the user agent.) -- 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

[GitHub] [arrow] wjones127 closed issue #29912: [Python] Add support for the SSO credential provider

2023-03-06 Thread via GitHub
wjones127 closed issue #29912: [Python] Add support for the SSO credential provider URL: https://github.com/apache/arrow/issues/29912 -- 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 closed issue #28737: [C++][Parquet] Decoding byte stream split encoded columns fails when it has null values

2023-03-06 Thread via GitHub
wjones127 closed issue #28737: [C++][Parquet] Decoding byte stream split encoded columns fails when it has null values URL: https://github.com/apache/arrow/issues/28737 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [arrow] thisisnic opened a new issue, #34467: [R] Disable DuckDB tests on R versions < 4.0.0

2023-03-06 Thread via GitHub
thisisnic opened a new issue, #34467: URL: https://github.com/apache/arrow/issues/34467 ### Describe the bug, including details regarding any error messages, version, and platform. DuckDB tests are failing for R < 4.0.0 due to a newly released version of DuckDB which uses a function

[GitHub] [arrow] thisisnic closed issue #34464: [R] Missing rlang import - inform

2023-03-06 Thread via GitHub
thisisnic closed issue #34464: [R] Missing rlang import - inform URL: https://github.com/apache/arrow/issues/34464 -- 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 unsubscrib

[GitHub] [arrow] thisisnic opened a new issue, #34464: [R] Missing rlang import - inform

2023-03-06 Thread via GitHub
thisisnic opened a new issue, #34464: URL: https://github.com/apache/arrow/issues/34464 ### Describe the bug, including details regarding any error messages, version, and platform. Checks fail as `rlang::inform()` should be added to the package's NAMESPACE ``` ── Error ('tes

[GitHub] [arrow] lukemanley opened a new issue, #34462: Support non-nanosecond units in method to_pandas_dtype for timestamp and duration types

2023-03-06 Thread via GitHub
lukemanley opened a new issue, #34462: URL: https://github.com/apache/arrow/issues/34462 ### Describe the enhancement requested Pyarrow `timestamp(unit).to_pandas_dtype()` and `duration(unit).to_pandas_dtype` are currently returning `dtype('>> import pyarrow as pa >>> pa.timest

[GitHub] [arrow] thisisnic closed issue #34398: [R] Update NEWS.md for 11.0.0.3

2023-03-06 Thread via GitHub
thisisnic closed issue #34398: [R] Update NEWS.md for 11.0.0.3 URL: https://github.com/apache/arrow/issues/34398 -- 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] AlenkaF closed issue #34449: [Python] `to_parquet` fails with a category field backed by pyarrow string

2023-03-06 Thread via GitHub
AlenkaF closed issue #34449: [Python] `to_parquet` fails with a category field backed by pyarrow string URL: https://github.com/apache/arrow/issues/34449 -- 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