[GitHub] [arrow] kou closed issue #14869: [C++] arrow.pc should have -DARROW_STATIC for Windows static builds

2022-12-09 Thread GitBox
kou closed issue #14869: [C++] arrow.pc should have -DARROW_STATIC for Windows static builds URL: https://github.com/apache/arrow/issues/14869 -- 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

[GitHub] [arrow-adbc] lidavidm closed issue #226: [C] Add multi-driver test to the driver manager

2022-12-09 Thread GitBox
lidavidm closed issue #226: [C] Add multi-driver test to the driver manager URL: https://github.com/apache/arrow-adbc/issues/226 -- 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.

[GitHub] [arrow-adbc] lidavidm closed issue #82: [CI] CI/Packaging Setup

2022-12-09 Thread GitBox
lidavidm closed issue #82: [CI] CI/Packaging Setup URL: https://github.com/apache/arrow-adbc/issues/82 -- 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:

[GitHub] [arrow] kou opened a new issue, #14906: [C++][CMake] Use cpp/src/arrow/util/config.h.cmake instead of add_defintions() for ARROW_WITH_${COMPRESESION}

2022-12-09 Thread GitBox
kou opened a new issue, #14906: URL: https://github.com/apache/arrow/issues/14906 ### Describe the enhancement requested For example, `ARROW_WITH_ZLIB`, `ARROW_WITH_ZSTD` and so on. In general, we should not use `add_definitions()` in modern CMake because its scope is

[GitHub] [arrow-adbc] lidavidm opened a new issue, #234: [C] Update driver names to reflect upstream properly

2022-12-09 Thread GitBox
lidavidm opened a new issue, #234: URL: https://github.com/apache/arrow-adbc/issues/234 As kou pointed out, we should use consistent names in Python packages, CMake definitions, pkg-config, etc.: postgres -> PostgreSQL or libpq sqlite -> SQLite -- This is an automated message

[GitHub] [arrow-adbc] lidavidm closed issue #190: [C] Add pkg-config/CMake definitions for drivers

2022-12-09 Thread GitBox
lidavidm closed issue #190: [C] Add pkg-config/CMake definitions for drivers URL: https://github.com/apache/arrow-adbc/issues/190 -- 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] zeroshade closed issue #14883: [Go] arrow.ipc.writer.compressBodyBuffers leaks memory during compression phase

2022-12-09 Thread GitBox
zeroshade closed issue #14883: [Go] arrow.ipc.writer.compressBodyBuffers leaks memory during compression phase URL: https://github.com/apache/arrow/issues/14883 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[jira] [Created] (ARROW-18431) Acero's Execution Plan never finishes.

2022-12-09 Thread Pau Garcia Rodriguez (Jira)
Pau Garcia Rodriguez created ARROW-18431: Summary: Acero's Execution Plan never finishes. Key: ARROW-18431 URL: https://issues.apache.org/jira/browse/ARROW-18431 Project: Apache Arrow

[GitHub] [arrow] domoritz closed issue #14791: [Javascript] `tableToIPC` has off-by-one errors in the generated IPC byte length

2022-12-09 Thread GitBox
domoritz closed issue #14791: [Javascript] `tableToIPC` has off-by-one errors in the generated IPC byte length URL: https://github.com/apache/arrow/issues/14791 -- 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, #229: [C][Python] Set up Conda packages

2022-12-09 Thread GitBox
lidavidm opened a new issue, #229: URL: https://github.com/apache/arrow-adbc/issues/229 Ideally, the Python packages wouldn't have to embed the libraries anymore - they could just find them from Conda. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [arrow] thisisnic closed issue #14754: [R] CRAN release version 10.0.1

2022-12-09 Thread GitBox
thisisnic closed issue #14754: [R] CRAN release version 10.0.1 URL: https://github.com/apache/arrow/issues/14754 -- 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] gf2121 opened a new issue, #14901: ListSubfieldEncoder and StructSubfieldEncoder can decode without DictionaryHashTable

2022-12-09 Thread GitBox
gf2121 opened a new issue, #14901: URL: https://github.com/apache/arrow/issues/14901 ### Describe the enhancement requested This is a follow up of https://github.com/apache/arrow/issues/14873. Similar to `DictionaryEncoder`, `ListSubfieldEncoder` and `StructSubfieldEncoder`