[GitHub] [arrow] Fokko opened a new issue, #34033: [Python] Remove deprecated `use_async`

2023-02-03 Thread via GitHub
Fokko opened a new issue, #34033: URL: https://github.com/apache/arrow/issues/34033 ### Describe the enhancement requested Has been deprecated since Arrow 7.0.0, time to make things nice and clean ### Component(s) Python -- This is an automated message from the Apache

[GitHub] [arrow] rtpsw opened a new issue, #34035: [C++] Internal header file included from public one breaks build of external projects

2023-02-03 Thread via GitHub
rtpsw opened a new issue, #34035: URL: https://github.com/apache/arrow/issues/34035 ### Describe the bug, including details regarding any error messages, version, and platform. There are a number of public header files that include internal header files: ``` $ find cpp/src/arrow

[GitHub] [arrow] westonpace closed issue #34007: [C++] Add an array_span_mutable interface to ExecResult

2023-02-03 Thread via GitHub
westonpace closed issue #34007: [C++] Add an array_span_mutable interface to ExecResult URL: https://github.com/apache/arrow/issues/34007 -- 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-adbc] lidavidm opened a new issue, #414: [Release] Post-release Go tag is incorrect

2023-02-03 Thread via GitHub
lidavidm opened a new issue, #414: URL: https://github.com/apache/arrow-adbc/issues/414 Should be `go/adbc/v0.1.0` NOT `go/v0.1.0` -- 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] westonpace closed issue #33960: [R] Output schema for aggregation is sometimes innacurate

2023-02-03 Thread via GitHub
westonpace closed issue #33960: [R] Output schema for aggregation is sometimes innacurate URL: https://github.com/apache/arrow/issues/33960 -- 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 specif

[GitHub] [arrow] paleolimbot opened a new issue, #33960: [R] Output schema for aggregation is sometimes innacurate

2023-02-03 Thread via GitHub
paleolimbot opened a new issue, #33960: URL: https://github.com/apache/arrow/issues/33960 ### Describe the bug, including details regarding any error messages, version, and platform. Discovered in https://github.com/duckdb/duckdb/issues/5895 and ended up in 32-bit integers (our calcu

[GitHub] [arrow] Fokko opened a new issue, #34037: [Python][Docs] Fix docstring voilations

2023-02-03 Thread via GitHub
Fokko opened a new issue, #34037: URL: https://github.com/apache/arrow/issues/34037 ### Describe the bug, including details regarding any error messages, version, and platform. I saw this in when updating some docstrings: ``` pyarrow.lib.Table.drop -> pyarrow.lib.Table.drop(s

[GitHub] [arrow] westonpace closed issue #34035: [C++] Internal header file included from public one breaks build of external projects

2023-02-03 Thread via GitHub
westonpace closed issue #34035: [C++] Internal header file included from public one breaks build of external projects URL: https://github.com/apache/arrow/issues/34035 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [arrow] westonpace closed issue #18481: [C++][Dataset] Allow more aggresive implicit casts for literals

2023-02-03 Thread via GitHub
westonpace closed issue #18481: [C++][Dataset] Allow more aggresive implicit casts for literals URL: https://github.com/apache/arrow/issues/18481 -- 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] westonpace closed issue #34010: [Python] Dataset Schema Infer Depth - Maximum Number of Rows

2023-02-03 Thread via GitHub
westonpace closed issue #34010: [Python] Dataset Schema Infer Depth - Maximum Number of Rows URL: https://github.com/apache/arrow/issues/34010 -- 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 sp

[GitHub] [arrow] rtpsw opened a new issue, #34041: [Python] Missing docstring for `columns` parameter of `pyarrow.lib.Table.drop`

2023-02-03 Thread via GitHub
rtpsw opened a new issue, #34041: URL: https://github.com/apache/arrow/issues/34041 ### Describe the enhancement requested The missing docstring causes CI failures. For example, [this CI job](https://github.com/apache/arrow/actions/runs/4087895935/jobs/7048956304): ``` pyarrow.l

[GitHub] [arrow] westonpace closed issue #33972: [Python] Remove redundant S3 call

2023-02-04 Thread via GitHub
westonpace closed issue #33972: [Python] Remove redundant S3 call URL: https://github.com/apache/arrow/issues/33972 -- 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

[GitHub] [arrow] kou closed issue #33882: [C++][CMake] gRPCAlt takes 15 minutes on linux

2023-02-04 Thread via GitHub
kou closed issue #33882: [C++][CMake] gRPCAlt takes 15 minutes on linux URL: https://github.com/apache/arrow/issues/33882 -- 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 uns

[GitHub] [arrow-julia] ericphanson closed issue #387: Tag release

2023-02-04 Thread via GitHub
ericphanson closed issue #387: Tag release URL: https://github.com/apache/arrow-julia/issues/387 -- 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-

[GitHub] [arrow-flight-sql-postgresql] kou closed issue #1: Implement an empty Flight SQL server as a background worker

2023-02-04 Thread via GitHub
kou closed issue #1: Implement an empty Flight SQL server as a background worker URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/1 -- 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

[GitHub] [arrow-flight-sql-postgresql] kou closed issue #5: Enable delete branch on merge

2023-02-04 Thread via GitHub
kou closed issue #5: Enable delete branch on merge URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/5 -- 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 unsubs

[GitHub] [arrow] nwt opened a new issue, #34044: [Go] Build fails with noasm build tag

2023-02-04 Thread via GitHub
nwt opened a new issue, #34044: URL: https://github.com/apache/arrow/issues/34044 ### Describe the bug, including details regarding any error messages, version, and platform. A Go build with the noasm build tag fails. ```console $ git describe --dirty --tags apache-arrow-12.0

[GitHub] [arrow] Kimahriman opened a new issue, #34046: [Java] BaseVariableWidthVector only supports 1 GiB through safe interfaces

2023-02-04 Thread via GitHub
Kimahriman opened a new issue, #34046: URL: https://github.com/apache/arrow/issues/34046 ### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/pull/13815 fixed an issue with a misleading error caused by going over

[GitHub] [arrow-ballista-python] iajoiner opened a new issue, #4: CI is red

2023-02-04 Thread via GitHub
iajoiner opened a new issue, #4: URL: https://github.com/apache/arrow-ballista-python/issues/4 **Describe the bug** A clear and concise description of what the bug is. CI is currently red. **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clea

[GitHub] [arrow] kou closed issue #33920: [C++][CI] C++ / AMD64 Ubuntu 22.04 C++ ASAN UBSAN (pull_request) Cancelled after 75m

2023-02-04 Thread via GitHub
kou closed issue #33920: [C++][CI] C++ / AMD64 Ubuntu 22.04 C++ ASAN UBSAN (pull_request) Cancelled after 75m URL: https://github.com/apache/arrow/issues/33920 -- 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

[GitHub] [arrow] marsupialtail opened a new issue, #34047: Flight server problems with the streaming results in 11.0

2023-02-04 Thread via GitHub
marsupialtail opened a new issue, #34047: URL: https://github.com/apache/arrow/issues/34047 ### Describe the bug, including details regarding any error messages, version, and platform. Hi @lidavidm pyarrow 11.0 is breaking my arrow flight related code. I think you have a good sense w

[GitHub] [arrow] marsupialtail closed issue #34047: [C++][FlightRPC] Flight server problems with the streaming results in 11.0

2023-02-05 Thread via GitHub
marsupialtail closed issue #34047: [C++][FlightRPC] Flight server problems with the streaming results in 11.0 URL: https://github.com/apache/arrow/issues/34047 -- 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

[GitHub] [arrow] kou closed issue #33824: [Python] Double . in error message

2023-02-05 Thread via GitHub
kou closed issue #33824: [Python] Double . in error message URL: https://github.com/apache/arrow/issues/33824 -- 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-

[GitHub] [arrow-flight-sql-postgresql] kou closed issue #2: Add a minimal test and run it as CI

2023-02-05 Thread via GitHub
kou closed issue #2: Add a minimal test and run it as CI URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/2 -- 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-flight-sql-postgresql] kou closed issue #7: [CI] Run Rat (Release Audit Tool)

2023-02-05 Thread via GitHub
kou closed issue #7: [CI] Run Rat (Release Audit Tool) URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/7 -- 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 un

[GitHub] [arrow] thisisnic closed issue #33709: [R] semi_join and anti_join function signatures in Arrow differ from dplyr

2023-02-05 Thread via GitHub
thisisnic closed issue #33709: [R] semi_join and anti_join function signatures in Arrow differ from dplyr URL: https://github.com/apache/arrow/issues/33709 -- 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] thisisnic closed issue #18487: [R] Read CSV from character vector

2023-02-05 Thread via GitHub
thisisnic closed issue #18487: [R] Read CSV from character vector URL: https://github.com/apache/arrow/issues/18487 -- 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

[GitHub] [arrow-flight-sql-postgresql] kou opened a new issue, #10: Add support for opening a database

2023-02-06 Thread via GitHub
kou opened a new issue, #10: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/10 We can use constant user and database for now. -- 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 th

[GitHub] [arrow-flight-sql-postgresql] kou opened a new issue, #11: Add support for returning integer

2023-02-06 Thread via GitHub
kou opened a new issue, #11: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/11 Other types will be supported later. -- 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-flight-sql-postgresql] kou opened a new issue, #12: Add support for `SELECT FROM`

2023-02-06 Thread via GitHub
kou opened a new issue, #12: URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/12 Other `SELECT` options will be supported later. -- 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

[GitHub] [arrow] vdytyniak-exos opened a new issue, #34049: Inconsistent partition value encoding

2023-02-06 Thread via GitHub
vdytyniak-exos opened a new issue, #34049: URL: https://github.com/apache/arrow/issues/34049 ### Describe the bug, including details regarding any error messages, version, and platform. The following code produces different partition value in the path: MacOs: data/hour=2020-01-01 0

[GitHub] [arrow-adbc] lidavidm closed issue #377: [CI] Set up nightly job to clean old Anaconda packages

2023-02-06 Thread via GitHub
lidavidm closed issue #377: [CI] Set up nightly job to clean old Anaconda packages URL: https://github.com/apache/arrow-adbc/issues/377 -- 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 c

[GitHub] [arrow-adbc] lidavidm opened a new issue, #418: [Docs] Version switcher should maintain relative URL

2023-02-06 Thread via GitHub
lidavidm opened a new issue, #418: URL: https://github.com/apache/arrow-adbc/issues/418 Currently it dumps you onto the index page of the other version. -- 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-adbc] lidavidm closed issue #333: [Release] Add vote email template to guide

2023-02-06 Thread via GitHub
lidavidm closed issue #333: [Release] Add vote email template to guide URL: https://github.com/apache/arrow-adbc/issues/333 -- 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 u

[GitHub] [arrow-adbc] lidavidm closed issue #328: [Docs] Add a single top-level installation instructions page

2023-02-06 Thread via GitHub
lidavidm closed issue #328: [Docs] Add a single top-level installation instructions page URL: https://github.com/apache/arrow-adbc/issues/328 -- 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

[GitHub] [arrow] coryan opened a new issue, #34051: Avoid unnecessary downloads in `GcsFileSystem::OpenInputFile()`

2023-02-06 Thread via GitHub
coryan opened a new issue, #34051: URL: https://github.com/apache/arrow/issues/34051 ### Describe the enhancement requested `GcsFileSystem::OpenInputFile()` eagerly starts a download to implement the `io::InputStream` aspect of the API. However, some applications (notably those read

[GitHub] [arrow-adbc] lidavidm closed issue #408: [Docs] Add a status page

2023-02-06 Thread via GitHub
lidavidm closed issue #408: [Docs] Add a status page URL: https://github.com/apache/arrow-adbc/issues/408 -- 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-julia] bgctw closed issue #386: Making Custom types documentation example work

2023-02-06 Thread via GitHub
bgctw closed issue #386: Making Custom types documentation example work URL: https://github.com/apache/arrow-julia/issues/386 -- 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] wgtmac opened a new issue, #34053: [C++][Parquet] Write parquet page index

2023-02-06 Thread via GitHub
wgtmac opened a new issue, #34053: URL: https://github.com/apache/arrow/issues/34053 ### Describe the enhancement requested Parquet C++ reader has supported reading page index from file. Now it is time to implement the write logic. ### Component(s) C++, Parquet -- Thi

[GitHub] [arrow-adbc] lidavidm opened a new issue, #420: [CI] debian/bookworm build is failing

2023-02-06 Thread via GitHub
lidavidm opened a new issue, #420: URL: https://github.com/apache/arrow-adbc/issues/420 It seems between debian/bookworm-20230109 and debian/bookworm-20230202, `/etc/apt/sources.list` was removed. -- This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [arrow] westonpace closed issue #34029: [Docs] Build fails due to missing Ninja

2023-02-06 Thread via GitHub
westonpace closed issue #34029: [Docs] Build fails due to missing Ninja URL: https://github.com/apache/arrow/issues/34029 -- 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 uns

[GitHub] [arrow-adbc] lidavidm closed issue #414: [Release] Post-release Go tag is incorrect

2023-02-06 Thread via GitHub
lidavidm closed issue #414: [Release] Post-release Go tag is incorrect URL: https://github.com/apache/arrow-adbc/issues/414 -- 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 u

[GitHub] [arrow] zeroshade opened a new issue, #34055: [Go][CI] Add test run in CI that uses `noasm` tag

2023-02-06 Thread via GitHub
zeroshade opened a new issue, #34055: URL: https://github.com/apache/arrow/issues/34055 ### Describe the enhancement requested #34044 found that the build failed with the `noasm` tag, to prevent this from happening again we should add a CI run to build and test using the `noasm` tag.

[GitHub] [arrow] zeroshade closed issue #34044: [Go] Build fails with noasm build tag

2023-02-06 Thread via GitHub
zeroshade closed issue #34044: [Go] Build fails with noasm build tag URL: https://github.com/apache/arrow/issues/34044 -- 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 unsubs

[GitHub] [arrow] gringasalpastor opened a new issue, #34056: [C++] Add Utility function to simplify converting any row-based structure into an `arrow::RecordBatchReader` or an `arrow::Table`

2023-02-06 Thread via GitHub
gringasalpastor opened a new issue, #34056: URL: https://github.com/apache/arrow/issues/34056 ### Describe the enhancement requested *Describe the enhancement requested* Arrow is column based, but often clients need to import external data sources that are stored in a row based

[GitHub] [arrow] vdytyniak-exos closed issue #34049: [Python] Inconsistent partition value encoding

2023-02-06 Thread via GitHub
vdytyniak-exos closed issue #34049: [Python] Inconsistent partition value encoding URL: https://github.com/apache/arrow/issues/34049 -- 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 comm

[GitHub] [arrow] wjones127 opened a new issue, #34058: [C++] Iteratively fix memory pool passdown and enable memory benchmarks

2023-02-06 Thread via GitHub
wjones127 opened a new issue, #34058: URL: https://github.com/apache/arrow/issues/34058 ### Describe the enhancement requested #15231 enabled memory tracking in benchmarks, but only for components that always used the memory pool passed. Unfortunately, many components will make at le

[GitHub] [arrow] westonpace closed issue #33783: [Release][C#] Release verification tasks fail with new version of C# 7.0.x

2023-02-06 Thread via GitHub
westonpace closed issue #33783: [Release][C#] Release verification tasks fail with new version of C# 7.0.x URL: https://github.com/apache/arrow/issues/33783 -- 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] eerhardt closed issue #33970: [C#] Column names should be case sensitive

2023-02-06 Thread via GitHub
eerhardt closed issue #33970: [C#] Column names should be case sensitive URL: https://github.com/apache/arrow/issues/33970 -- 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 un

[GitHub] [arrow] zeroshade closed issue #32949: [Go] REE Arrays IPC read/write

2023-02-06 Thread via GitHub
zeroshade closed issue #32949: [Go] REE Arrays IPC read/write URL: https://github.com/apache/arrow/issues/32949 -- 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] zeroshade closed issue #33935: [Go][FlightRPC] Implement Flight SQL extensions (transactions, Substrait support)

2023-02-06 Thread via GitHub
zeroshade closed issue #33935: [Go][FlightRPC] Implement Flight SQL extensions (transactions, Substrait support) URL: https://github.com/apache/arrow/issues/33935 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [arrow] westonpace closed issue #33850: [C++] Allow Substrait's default extension provider to be configured

2023-02-06 Thread via GitHub
westonpace closed issue #33850: [C++] Allow Substrait's default extension provider to be configured URL: https://github.com/apache/arrow/issues/33850 -- 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

[GitHub] [arrow] westonpace opened a new issue, #34059: [C++] Create a fetch node based on a batch index property

2023-02-06 Thread via GitHub
westonpace opened a new issue, #34059: URL: https://github.com/apache/arrow/issues/34059 ### Describe the enhancement requested This node will eventually be usable mid-plan allowing us to get rid of the concept of a TopKSink and also to add Substrait consumer support for fetch.

[GitHub] [arrow] kou closed issue #34051: [C++] Avoid unnecessary downloads in `GcsFileSystem::OpenInputFile()`

2023-02-06 Thread via GitHub
kou closed issue #34051: [C++] Avoid unnecessary downloads in `GcsFileSystem::OpenInputFile()` URL: https://github.com/apache/arrow/issues/34051 -- 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 s

[GitHub] [arrow-adbc] kou closed issue #420: [CI] debian/bookworm build is failing

2023-02-06 Thread via GitHub
kou closed issue #420: [CI] debian/bookworm build is failing URL: https://github.com/apache/arrow-adbc/issues/420 -- 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] cecelg-um opened a new issue, #34061: Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...)

2023-02-06 Thread via GitHub
cecelg-um opened a new issue, #34061: URL: https://github.com/apache/arrow/issues/34061 ### Describe the bug, including details regarding any error messages, version, and platform. Hi there - I am trying to install arrow on my university HPC and get the following error. My

[GitHub] [arrow] horeees opened a new issue, #34062: Using props$set_coerce_int96_timestamp_unit in open_dataset()

2023-02-06 Thread via GitHub
horeees opened a new issue, #34062: URL: https://github.com/apache/arrow/issues/34062 ### Describe the usage question you have. Please include as many useful details as possible. Hello there, When reading a parquet file using `read_parquet()` that contains int96 dates, I

[GitHub] [arrow] coryan opened a new issue, #34063: [C++] Stop downloads ASAP in `GcsFileSystem`

2023-02-06 Thread via GitHub
coryan opened a new issue, #34063: URL: https://github.com/apache/arrow/issues/34063 ### Describe the enhancement requested `GcsFileSystem` uses `ReadFromOffset()` to implement `Seek()` and reads from the beginning of the file. I think I was too clever by half and reused that to imp

[GitHub] [arrow] quintin-lee opened a new issue, #34064: how to release GParquetArrowFileReader

2023-02-06 Thread via GitHub
quintin-lee opened a new issue, #34064: URL: https://github.com/apache/arrow/issues/34064 ### Describe the usage question you have. Please include as many useful details as possible. Hello, I am reading the documentation of https://arrow.apache.org/docs/c_glib/parquet-gli

[GitHub] [arrow-ballista-python] liukun4515 opened a new issue, #5: remove notification to the arrow dev mail list

2023-02-06 Thread via GitHub
liukun4515 opened a new issue, #5: URL: https://github.com/apache/arrow-ballista-python/issues/5 **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A clear and concise description of what the problem is. Ex. I'm always frustrated whe

[GitHub] [arrow] hkad98 opened a new issue, #34067: [Python] pyarrow.dataset.write_dataset does not store fields metadata

2023-02-06 Thread via GitHub
hkad98 opened a new issue, #34067: URL: https://github.com/apache/arrow/issues/34067 ### Describe the usage question you have. Please include as many useful details as possible. Hello, I noticed that `pyarrow.dataset.write_dataset` does not store field metadata. Could you ple

[GitHub] [arrow-ballista-python] liukun4515 closed issue #5: remove notification to the arrow dev mail list

2023-02-06 Thread via GitHub
liukun4515 closed issue #5: remove notification to the arrow dev mail list URL: https://github.com/apache/arrow-ballista-python/issues/5 -- 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 c

[GitHub] [arrow] jorisvandenbossche closed issue #34041: [Python] Missing docstring for `columns` parameter of `pyarrow.lib.Table.drop`

2023-02-06 Thread via GitHub
jorisvandenbossche closed issue #34041: [Python] Missing docstring for `columns` parameter of `pyarrow.lib.Table.drop` URL: https://github.com/apache/arrow/issues/34041 -- 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] quintin-lee closed issue #34064: how to release GParquetArrowFileReader

2023-02-06 Thread via GitHub
quintin-lee closed issue #34064: how to release GParquetArrowFileReader URL: https://github.com/apache/arrow/issues/34064 -- 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 uns

[GitHub] [arrow] kou closed issue #33851: [C++] Bump version of bundled boost to 1.81.0

2023-02-07 Thread via GitHub
kou closed issue #33851: [C++] Bump version of bundled boost to 1.81.0 URL: https://github.com/apache/arrow/issues/33851 -- 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 unsu

[GitHub] [arrow] jorisvandenbossche closed issue #34037: [Python][Docs] Fix docstring violations for Table.drop

2023-02-07 Thread via GitHub
jorisvandenbossche closed issue #34037: [Python][Docs] Fix docstring violations for Table.drop URL: https://github.com/apache/arrow/issues/34037 -- 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 s

[GitHub] [arrow] kou closed issue #33501: [Packaging][Release] Add conan to post-release tasks

2023-02-07 Thread via GitHub
kou closed issue #33501: [Packaging][Release] Add conan to post-release tasks URL: https://github.com/apache/arrow/issues/33501 -- 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] ktf opened a new issue, #34068: Provide common transcendental / bitwise operations in Gandiva

2023-02-07 Thread via GitHub
ktf opened a new issue, #34068: URL: https://github.com/apache/arrow/issues/34068 ### Describe the enhancement requested We (the ALICE experiment at the LHC) use Arrow and Gandiva as basis of our data analysis framework. However, we are currently maintaining a patch on top of the ups

[GitHub] [arrow-adbc] lidavidm closed issue #311: [CI] Java package upload is still not quite right

2023-02-07 Thread via GitHub
lidavidm closed issue #311: [CI] Java package upload is still not quite right URL: https://github.com/apache/arrow-adbc/issues/311 -- 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] ParthivNaresh opened a new issue, #34070: BUG: mode() throws an error for a series with string[pyarrow] dtype

2023-02-07 Thread via GitHub
ParthivNaresh opened a new issue, #34070: URL: https://github.com/apache/arrow/issues/34070 ### Describe the bug, including details regarding any error messages, version, and platform. ```python import pandas as pd series = pd.Series(["red", "yellow", "red", "green", pd.NA],

[GitHub] [arrow-adbc] lidavidm closed issue #366: [Discuss] Is the conventional commit format working?

2023-02-07 Thread via GitHub
lidavidm closed issue #366: [Discuss] Is the conventional commit format working? URL: https://github.com/apache/arrow-adbc/issues/366 -- 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 comm

[GitHub] [arrow-adbc] lidavidm opened a new issue, #425: [Dev] Validate conventional commit format more strictly

2023-02-07 Thread via GitHub
lidavidm opened a new issue, #425: URL: https://github.com/apache/arrow-adbc/issues/425 - Ensure the component is actually a subdirectory - Update CONTRIBUTING.md -- 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] jorisvandenbossche closed issue #34033: [Python] Remove deprecated `use_async`

2023-02-07 Thread via GitHub
jorisvandenbossche closed issue #34033: [Python] Remove deprecated `use_async` URL: https://github.com/apache/arrow/issues/34033 -- 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] jorisvandenbossche closed issue #30774: [Python] Remove deprecated placeholders for UseAsync

2023-02-07 Thread via GitHub
jorisvandenbossche closed issue #30774: [Python] Remove deprecated placeholders for UseAsync URL: https://github.com/apache/arrow/issues/30774 -- 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 spe

[GitHub] [arrow] westonpace closed issue #33971: [Python] segfault when calling nbytes on empty table with dictionary field

2023-02-07 Thread via GitHub
westonpace closed issue #33971: [Python] segfault when calling nbytes on empty table with dictionary field URL: https://github.com/apache/arrow/issues/33971 -- 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-adbc] lidavidm opened a new issue, #427: [Format] GetObjects: relax catalog_name to be nullable

2023-02-07 Thread via GitHub
lidavidm opened a new issue, #427: URL: https://github.com/apache/arrow-adbc/issues/427 This would technically be a breaking change. Motivation: Flight SQL permits this, implicitly, in GetDbSchemas. Alternative: formalize "" as the value to use for schemas without catalogs (bu

[GitHub] [arrow] marun224 opened a new issue, #34071: Unable to read S3 files using Arrow Dataset Java API

2023-02-07 Thread via GitHub
marun224 opened a new issue, #34071: URL: https://github.com/apache/arrow/issues/34071 ### Describe the usage question you have. Please include as many useful details as possible. Even though all aws credentials are set, getting below error while trying to read s3 files using Ar

[GitHub] [arrow] lidavidm closed issue #31809: [Tools][Docs] Add instructions on how to collect the produced telemetry data

2023-02-07 Thread via GitHub
lidavidm closed issue #31809: [Tools][Docs] Add instructions on how to collect the produced telemetry data URL: https://github.com/apache/arrow/issues/31809 -- 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-adbc] kou opened a new issue, #432: [Release] https://arrow.apache.org/adbc/ redirects to /adbc/0.2.0/ before we release 0.2.0

2023-02-07 Thread via GitHub
kou opened a new issue, #432: URL: https://github.com/apache/arrow-adbc/issues/432 We may need to ignore `apache-arrow-adbc-*-rc*` tags: ```diff diff --git a/.github/workflows/nightly-website.yml b/.github/workflows/nightly-website.yml index 2b2679c..38083c8 100644 --- a/.git

[GitHub] [arrow] mapleFU opened a new issue, #34073: [C++][Parquet] Parquet Fuzzing Enhancement

2023-02-08 Thread via GitHub
mapleFU opened a new issue, #34073: URL: https://github.com/apache/arrow/issues/34073 ### Describe the enhancement requested Currently, Parquet uses LLVM libFuzz and corpus to run fuzzing. Corpus will generate a multi-column file, and copy all valid test-data to the fuzz directory.

[GitHub] [arrow] kou opened a new issue, #34074: [GLib][FlightRPC] Add `gaflight_client_authenticate_basic_token()`

2023-02-08 Thread via GitHub
kou opened a new issue, #34074: URL: https://github.com/apache/arrow/issues/34074 ### Describe the enhancement requested Add a binding of `arrow::flight::FlightClient::AuthenticateBasicToken()`. ### Component(s) FlightRPC, GLib -- This is an automated message from the

[GitHub] [arrow-adbc] lidavidm opened a new issue, #434: [Release] Don't run tests for Flight SQL driver in verification script

2023-02-08 Thread via GitHub
lidavidm opened a new issue, #434: URL: https://github.com/apache/arrow-adbc/issues/434 On Linux only, we could use Docker to run the necessary 3rdparty dependencies, but not on other platforms. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [arrow-adbc] lidavidm opened a new issue, #436: [Release] Source verification segfaults on macOS if ARROW_TMPDIR is a subdirectory of the Arrow clone

2023-02-08 Thread via GitHub
lidavidm opened a new issue, #436: URL: https://github.com/apache/arrow-adbc/issues/436 go invokes git which segfaults, for some reason (also it appears to be invoking git in the wrong directory) -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [arrow-ballista-python] andygrove closed issue #4: CI is red

2023-02-08 Thread via GitHub
andygrove closed issue #4: CI is red URL: https://github.com/apache/arrow-ballista-python/issues/4 -- 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: issue

[GitHub] [arrow-adbc] lidavidm closed issue #434: [Release] Don't run tests for Flight SQL driver in verification script

2023-02-08 Thread via GitHub
lidavidm closed issue #434: [Release] Don't run tests for Flight SQL driver in verification script URL: https://github.com/apache/arrow-adbc/issues/434 -- 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 t

[GitHub] [arrow] DanTm99 opened a new issue, #34076: [C#] Exception thrown when creating schema with multiple columns with the same name

2023-02-08 Thread via GitHub
DanTm99 opened a new issue, #34076: URL: https://github.com/apache/arrow/issues/34076 ### Describe the bug, including details regarding any error messages, version, and platform. When creating a Schema [Schema.cs](https://github.com/apache/arrow/blob/master/csharp/src/Apache.Arrow/Sc

[GitHub] [arrow] westonpace closed issue #32215: [Python] Add quoting style support for pyarrow.csv.WriteOptions

2023-02-08 Thread via GitHub
westonpace closed issue #32215: [Python] Add quoting style support for pyarrow.csv.WriteOptions URL: https://github.com/apache/arrow/issues/32215 -- 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] zeroshade closed issue #14757: [Go] can't go get github.com/apache/arrow/go/v10/arrow/compute

2023-02-08 Thread via GitHub
zeroshade closed issue #14757: [Go] can't go get github.com/apache/arrow/go/v10/arrow/compute URL: https://github.com/apache/arrow/issues/14757 -- 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 sp

[GitHub] [arrow] zeroshade opened a new issue, #34077: [Go] Implement RunEndEncoded scalar

2023-02-08 Thread via GitHub
zeroshade opened a new issue, #34077: URL: https://github.com/apache/arrow/issues/34077 ### Describe the enhancement requested RunEndEncoded arrays are implemented, now we need to implement scalar run-end-encoded values ### Component(s) Go -- This is an automated mess

[GitHub] [arrow-adbc] lidavidm opened a new issue, #441: [CI][Release] Build/test Flight SQL driver on Windows

2023-02-08 Thread via GitHub
lidavidm opened a new issue, #441: URL: https://github.com/apache/arrow-adbc/issues/441 The verification script currently doesn't run it because python_build/test.ps1 don't include it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow] lidavidm closed issue #34063: [C++] Stop downloads ASAP in `GcsFileSystem`

2023-02-08 Thread via GitHub
lidavidm closed issue #34063: [C++] Stop downloads ASAP in `GcsFileSystem` URL: https://github.com/apache/arrow/issues/34063 -- 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] westonpace opened a new issue, #34080: [Python] Remove warning "Python binding for RoundBinaryOptions not exposed"

2023-02-08 Thread via GitHub
westonpace opened a new issue, #34080: URL: https://github.com/apache/arrow/issues/34080 ### Describe the bug, including details regarding any error messages, version, and platform. This warning has been showing up since the addition of the round_binary kernel. I assume we simply ne

[GitHub] [arrow] ayhanfuat opened a new issue, #34081: [Python] strptime fails to parse with %z on Mac

2023-02-08 Thread via GitHub
ayhanfuat opened a new issue, #34081: URL: https://github.com/apache/arrow/issues/34081 ### Describe the bug, including details regarding any error messages, version, and platform. Timezone information seems to be supported as per https://github.com/apache/arrow/issues/29023. And it

[GitHub] [arrow] kou opened a new issue, #34082: [CI][Packaging] debian-bookworm-* failed

2023-02-08 Thread via GitHub
kou opened a new issue, #34082: URL: https://github.com/apache/arrow/issues/34082 ### Describe the bug, including details regarding any error messages, version, and platform. debian-bookworm-amd64: https://github.com/ursacomputing/crossbow/actions/runs/4122254092/jobs/7118815431

[GitHub] [arrow-adbc] lidavidm closed issue #435: [CI] Set up nightly verification build

2023-02-08 Thread via GitHub
lidavidm closed issue #435: [CI] Set up nightly verification build URL: https://github.com/apache/arrow-adbc/issues/435 -- 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 unsub

[GitHub] [arrow-adbc] lidavidm closed issue #440: [Release] C++ build now requires Go, install this via conda

2023-02-08 Thread via GitHub
lidavidm closed issue #440: [Release] C++ build now requires Go, install this via conda URL: https://github.com/apache/arrow-adbc/issues/440 -- 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 speci

[GitHub] [arrow] amoeba opened a new issue, #34083: [C++] Expose Arrow's plan execution helpers (e.g., StartAndCollect, Finishes, ResultWith)

2023-02-08 Thread via GitHub
amoeba opened a new issue, #34083: URL: https://github.com/apache/arrow/issues/34083 ### Describe the enhancement requested Branching off from https://github.com/apache/arrow/issues/33538, it would probably be generally useful for people building on top of libarrow to have helpers su

[GitHub] [arrow-adbc] wjones127 opened a new issue, #442: [Format] Standard alternative symbol for AdbcDriverInit

2023-02-08 Thread via GitHub
wjones127 opened a new issue, #442: URL: https://github.com/apache/arrow-adbc/issues/442 Based on @lidavidm's [musings](https://github.com/apache/arrow-adbc/pull/428#discussion_r1100169833): > we could avoid this (there would still be AdbcDriverInit, but we could say something like t

[GitHub] [arrow-adbc] lidavidm opened a new issue, #443: [CI] Disable Conda builds for release packaging builds

2023-02-08 Thread via GitHub
lidavidm opened a new issue, #443: URL: https://github.com/apache/arrow-adbc/issues/443 There's no need for us to build the packages. They'll be built later on conda-forge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [arrow] eminrollic opened a new issue, #34085: pyarrow can I use write_dataset to write CSV as gzip compressed ?

2023-02-08 Thread via GitHub
eminrollic opened a new issue, #34085: URL: https://github.com/apache/arrow/issues/34085 ### Describe the usage question you have. Please include as many useful details as possible. Hi, I write a dataset to S3 with partitioned on a column as CSV files. But my CSV files sh

<    5   6   7   8   9   10   11   12   13   14   >