Re: [I] Applying arrow::compute::Expression on arrow::Table [arrow]

2023-12-09 Thread via GitHub
kabicm closed issue #38838: Applying arrow::compute::Expression on arrow::Table URL: https://github.com/apache/arrow/issues/38838 -- 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] [Python] Partitioned Datasets are not correctly written if partitions differ by case [arrow]

2023-12-09 Thread via GitHub
lgaborini closed issue #39121: [Python] Partitioned Datasets are not correctly written if partitions differ by case URL: https://github.com/apache/arrow/issues/39121 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

Re: [I] [C++][CI] Valgrind errors [arrow]

2023-12-09 Thread via GitHub
pitrou closed issue #39126: [C++][CI] Valgrind errors URL: https://github.com/apache/arrow/issues/39126 -- 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] Division with negative duration types leads to `NaN`. [arrow]

2023-12-09 Thread via GitHub
randolf-scholz opened a new issue, #39156: URL: https://github.com/apache/arrow/issues/39156 ### Describe the bug, including details regarding any error messages, version, and platform. ```python import pyarrow as pa pos_one_second = pa.scalar(1, type=pa.duration("us")) #

[I] [Java] Is RootAllocator thread safe ? [arrow]

2023-12-09 Thread via GitHub
fuhaiq opened a new issue, #39157: URL: https://github.com/apache/arrow/issues/39157 ### Describe the usage question you have. Please include as many useful details as possible. "Applications should generally create one RootAllocator at the start of the program, and use it

Re: [I] [C++] [Parquet] FLBA reader does not pre-reserve memory [arrow]

2023-12-09 Thread via GitHub
pitrou closed issue #39122: [C++] [Parquet] FLBA reader does not pre-reserve memory URL: https://github.com/apache/arrow/issues/39122 -- 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] [C++] Division with 2 duration types produces unexpected results [arrow]

2023-12-09 Thread via GitHub
kou closed issue #38566: [C++] Division with 2 duration types produces unexpected results URL: https://github.com/apache/arrow/issues/38566 -- 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

[I] [C++] Make Buffer::device_type_ non-optional [arrow]

2023-12-09 Thread via GitHub
felipecrv opened a new issue, #39159: URL: https://github.com/apache/arrow/issues/39159 ### Describe the enhancement requested There is no need to wrap it in an `option` and if we are in a position where we can't determine the device type, "cpu" is probably the right default.

Re: [I] [C++][FS][Azure] Implement `DeleteRootDirContents()` [arrow]

2023-12-09 Thread via GitHub
felipecrv closed issue #38702: [C++][FS][Azure] Implement `DeleteRootDirContents()` URL: https://github.com/apache/arrow/issues/38702 -- 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] [C++] Division with negative duration types leads to `NaN`. [arrow]

2023-12-09 Thread via GitHub
kou closed issue #39156: [C++] Division with negative duration types leads to `NaN`. URL: https://github.com/apache/arrow/issues/39156 -- 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

[I] Broken error reporting through Python ADBC [arrow-flight-sql-postgresql]

2023-12-09 Thread via GitHub
vogelsgesang opened a new issue, #181: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/181 The following query should report a division by zero: ``` import adbc_driver_flightsql.dbapi as flight_sql with flight_sql.connect(uri="grpc://localhost:15432",

Re: [I] Querying through Python ADBC hangs forever [arrow-flight-sql-postgresql]

2023-12-09 Thread via GitHub
kou closed issue #178: Querying through Python ADBC hangs forever URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/178 -- 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