Re: [I] [CI][Java] java-nightly cache has 8.6 GB [arrow]

2023-10-02 Thread via GitHub
kou closed issue #37971: [CI][Java] java-nightly cache has 8.6 GB URL: https://github.com/apache/arrow/issues/37971 -- 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 unsubscri

Re: [I] [Website] Maintain and use DOAP file, or delete it [arrow]

2023-10-02 Thread via GitHub
kou closed issue #25271: [Website] Maintain and use DOAP file, or delete it URL: https://github.com/apache/arrow/issues/25271 -- 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

[I] [Release] Use ISO 8601 format for YAML timestamp [arrow]

2023-10-02 Thread via GitHub
kou opened a new issue, #37984: URL: https://github.com/apache/arrow/issues/37984 ### Describe the enhancement requested We use `'23 August 2023' format in apache/arrow-site's `_data/versions.yml`: https://github.com/apache/arrow-site/pull/392/files#diff-07c163a95eaa095b99cb6cef24f85f

[I] js: when creating a Table from Vectors, arrow always infers non-nullable Fields [arrow]

2023-10-02 Thread via GitHub
zenazn opened a new issue, #37983: URL: https://github.com/apache/arrow/issues/37983 ### Describe the bug, including details regarding any error messages, version, and platform. The following javascript code against `apache-arrow` 13.x... ``` js const arrow = require('apache-arr

Re: [I] docs: add FAQ entry about releases [arrow-adbc]

2023-10-02 Thread via GitHub
lidavidm closed issue #1092: docs: add FAQ entry about releases URL: https://github.com/apache/arrow-adbc/issues/1092 -- 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

Re: [I] docs: ensure nightly wheels are installable [arrow-adbc]

2023-10-02 Thread via GitHub
lidavidm closed issue #1090: docs: ensure nightly wheels are installable URL: https://github.com/apache/arrow-adbc/issues/1090 -- 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. T

[I] [C++] Add support for specifying custom Array opening and closing delimiters to `arrow::PrettyPrintOptions` [arrow]

2023-10-02 Thread via GitHub
kevingurney opened a new issue, #37979: URL: https://github.com/apache/arrow/issues/37979 ### Describe the enhancement requested In order to make the [`arrow::PrettyPrint`](https://github.com/apache/arrow/blob/7667b81bffcb5b361fab6d61c42ce396d98cc6e1/cpp/src/arrow/pretty_print.h#L101)

Re: [I] go/adbc/driver/flightsql: log whenever we make a new connection [arrow-adbc]

2023-10-02 Thread via GitHub
lidavidm closed issue #1087: go/adbc/driver/flightsql: log whenever we make a new connection URL: https://github.com/apache/arrow-adbc/issues/1087 -- 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] conda-forge missing Windows Packages [arrow-adbc]

2023-10-02 Thread via GitHub
WillAyd opened a new issue, #1149: URL: https://github.com/apache/arrow-adbc/issues/1149 Got this error when trying to install the windows adbc packages in pandas CI: ```sh errorlibmamba Could not solve for environment specs The following packages are incompatible

Re: [I] [Integration][C#] Implement C Data Interface integration testing for C# [arrow]

2023-10-02 Thread via GitHub
pitrou closed issue #37906: [Integration][C#] Implement C Data Interface integration testing for C# URL: https://github.com/apache/arrow/issues/37906 -- 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] python: Postgres .execute throws ValueError with trailing semicolon in statement [arrow-adbc]

2023-10-02 Thread via GitHub
WillAyd opened a new issue, #1147: URL: https://github.com/apache/arrow-adbc/issues/1147 Tested on 0.7.0 ```python from adbc_driver_postgresql import dbapi as pg_dbapi from adbc_driver_sqlite import dbapi as sqlite_dbapi sqlite_uri = "file::memory" with sqlite_dbapi

[I] [Go][Arrow Flight ] [arrow]

2023-10-02 Thread via GitHub
polestar1988 opened a new issue, #37976: URL: https://github.com/apache/arrow/issues/37976 ### Describe the usage question you have. Please include as many useful details as possible. I have implemented my application using Apache arrow flight in golang, In the server side I cr

Re: [I] [Go][Parquet] Panic reading records from Overture Parquet file [arrow]

2023-10-02 Thread via GitHub
tschaub closed issue #37968: [Go][Parquet] Panic reading records from Overture Parquet file URL: https://github.com/apache/arrow/issues/37968 -- 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 spec

Re: [I] Out-of-core compaction of fragments grows unbounded in memory [arrow]

2023-10-02 Thread via GitHub
IamJeffG closed issue #37820: Out-of-core compaction of fragments grows unbounded in memory URL: https://github.com/apache/arrow/issues/37820 -- 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 spec

Re: [I] [C++][Parquet] Dataset cannot filter timestamp with time_unit SECOND [arrow]

2023-10-02 Thread via GitHub
bkietz closed issue #37799: [C++][Parquet] Dataset cannot filter timestamp with time_unit SECOND URL: https://github.com/apache/arrow/issues/37799 -- 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

Re: [I] python: ensure Cython 3 works [arrow-adbc]

2023-10-02 Thread via GitHub
lidavidm closed issue #1117: python: ensure Cython 3 works URL: https://github.com/apache/arrow-adbc/issues/1117 -- 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,

Re: [I] python: test with PYTHONDEVMODE=1 [arrow-adbc]

2023-10-02 Thread via GitHub
lidavidm closed issue #1075: python: test with PYTHONDEVMODE=1 URL: https://github.com/apache/arrow-adbc/issues/1075 -- 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 unsubscr

[I] r/adbcsqlite: return value of `adbc_statement_execute_query()` [arrow-adbc]

2023-10-02 Thread via GitHub
nbenn opened a new issue, #1145: URL: https://github.com/apache/arrow-adbc/issues/1145 Given that `adbc_statement_execute_query() ` returns `result$rows_affected` I was expecting that the following call to `adbc_statement_execute_query()` would return 8 instead of 0. ```r library(

[I] python: Parameterized SQL queries -> NotSupportedError [arrow-adbc]

2023-10-02 Thread via GitHub
matquant14 opened a new issue, #1144: URL: https://github.com/apache/arrow-adbc/issues/1144 Using the python Snowflake driver, when trying to execute a parameterized SQL query, I am getting a 'NotSupportedError'. Example: ``` sql="""SELECT * FROM customer where id = ?;""" par

[I] How to share a table in memory between 2 python programs running separately on the same machine / Usage of foreign_buffer() method in python. [arrow]

2023-10-02 Thread via GitHub
robertnagy1 opened a new issue, #37972: URL: https://github.com/apache/arrow/issues/37972 ### Describe the usage question you have. Please include as many useful details as possible. Hi! I am trying to wrap my head around how to access a table in memory from 2 different p