Re: [I] [C++] Make ChunkResolver::ResolveMany output a list of ChunkLocations [arrow]

2024-09-03 Thread via GitHub
felipecrv closed issue #43927: [C++] Make ChunkResolver::ResolveMany output a list of ChunkLocations URL: https://github.com/apache/arrow/issues/43927 -- 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

Re: [I] [C++] Clarify the way aggregation kernels are generated from the same code in different compilation units [arrow]

2024-09-03 Thread via GitHub
pitrou closed issue #43719: [C++] Clarify the way aggregation kernels are generated from the same code in different compilation units URL: https://github.com/apache/arrow/issues/43719 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

Re: [I] Docker warnings about docker-compose version and PYTHON_IMAGE_TAG default value [arrow]

2024-09-03 Thread via GitHub
raulcd closed issue #43933: Docker warnings about docker-compose version and PYTHON_IMAGE_TAG default value URL: https://github.com/apache/arrow/issues/43933 -- 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 t

Re: [I] [Python]: OSError: Write out of bounds (offset = 13784, size = 1496) in file of size 14638 [arrow]

2024-09-03 Thread via GitHub
u3Izx9ql7vW4 closed issue #43929: [Python]: OSError: Write out of bounds (offset = 13784, size = 1496) in file of size 14638 URL: https://github.com/apache/arrow/issues/43929 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [I] python: add a package for bigquery plugin [arrow-adbc]

2024-09-03 Thread via GitHub
lidavidm closed issue #2110: python: add a package for bigquery plugin URL: https://github.com/apache/arrow-adbc/issues/2110 -- 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] [Java] Benchmarking memory footprint with long to int change in memory-core [arrow]

2024-09-03 Thread via GitHub
vibhatha opened a new issue, #43942: URL: https://github.com/apache/arrow/issues/43942 ### Describe the enhancement requested PR https://github.com/apache/arrow/pull/43903 introduced the usage of `long` in place of `int`. And the memory footprint with this change must be evalauted.

Re: [I] [Python] Uploading nightly wheels to the scientific python nightly channel [arrow]

2024-09-04 Thread via GitHub
raulcd closed issue #40216: [Python] Uploading nightly wheels to the scientific python nightly channel URL: https://github.com/apache/arrow/issues/40216 -- 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

[I] [C++][Parquet] Guard against use of decryptor/encryptor after wipe out [arrow]

2024-09-04 Thread via GitHub
pitrou opened a new issue, #43946: URL: https://github.com/apache/arrow/issues/43946 ### Describe the enhancement requested According to https://github.com/apache/arrow/issues/43057#issuecomment-2328155507, in some cases a `AesEncryptor` or `AesDecryptor` might be used after its `Wip

[I] [Java] Handle Flight Tests to gracefully shutdown. [arrow]

2024-09-04 Thread via GitHub
vibhatha opened a new issue, #43948: URL: https://github.com/apache/arrow/issues/43948 ### Describe the bug, including details regarding any error messages, version, and platform. We have been experiencing a few flaky tests in Flight. And recently this was tracked in another PR http

[I] [CI][Python] Improve vcpkg caching [arrow]

2024-09-04 Thread via GitHub
pitrou opened a new issue, #43951: URL: https://github.com/apache/arrow/issues/43951 ### Describe the enhancement requested We use vcpkg to build bundled dependencies for Python wheels. Unfortunately, it often happens that the Docker image gets rebuilt, and therefore all the dependen

Re: [I] [Python] ChunkedArray should fail gracefully on non-cpu devices [arrow]

2024-09-04 Thread via GitHub
danepitkin closed issue #43728: [Python] ChunkedArray should fail gracefully on non-cpu devices URL: https://github.com/apache/arrow/issues/43728 -- 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] [Format] Add Decimal32 and Decimal64 to Arrow [arrow]

2024-09-04 Thread via GitHub
zeroshade opened a new issue, #43956: URL: https://github.com/apache/arrow/issues/43956 ### Describe the enhancement requested Instead of adding entirely new types, we should widen the existing Decimal128/256 types to allow bit widths of 32 and 64. This will require: - [

Re: [I] [CI] Bump artifact action on GitHub Actions [arrow]

2024-09-04 Thread via GitHub
kou closed issue #43952: [CI] Bump artifact action on GitHub Actions URL: https://github.com/apache/arrow/issues/43952 -- 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

Re: [I] c/driver/postgresql: use `Opaque` extension type for unknown types [arrow-adbc]

2024-09-04 Thread via GitHub
lidavidm closed issue #2099: c/driver/postgresql: use `Opaque` extension type for unknown types URL: https://github.com/apache/arrow-adbc/issues/2099 -- 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] rust: fill out manifest [arrow-adbc]

2024-09-04 Thread via GitHub
lidavidm opened a new issue, #2124: URL: https://github.com/apache/arrow-adbc/issues/2124 ### What feature or improvement would you like to see? ``` warning: manifest has no documentation, homepage or repository. See https://doc.rust-lang.org/cargo/reference/manifest.html#package

[I] c: don't install adbc.h if driver manager is not enabled [arrow-adbc]

2024-09-04 Thread via GitHub
lidavidm opened a new issue, #2126: URL: https://github.com/apache/arrow-adbc/issues/2126 ### What happened? The conda packages are failing validation ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup

[I] [Java] Consider warnings as errors for Adapter Module [arrow]

2024-09-04 Thread via GitHub
vibhatha opened a new issue, #43962: URL: https://github.com/apache/arrow/issues/43962 ### Describe the enhancement requested As discussed in https://github.com/apache/arrow/issues/43941, the adapter module needs to be configured to show all warnings as errors. ### Component(s

Re: [I] Implement BigQuery Driver [arrow-adbc]

2024-09-05 Thread via GitHub
lidavidm closed issue #168: Implement BigQuery Driver URL: https://github.com/apache/arrow-adbc/issues/168 -- 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-mai

Re: [I] [Python] 17.0.0 wrongly installs multiple stray directories into site-packages [arrow]

2024-09-05 Thread via GitHub
jorisvandenbossche closed issue #43299: [Python] 17.0.0 wrongly installs multiple stray directories into site-packages URL: https://github.com/apache/arrow/issues/43299 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] [Java] RangeEqualsVisitor doesn't consider nullabilities when comparing StructVector [arrow]

2024-09-05 Thread via GitHub
hellishfire opened a new issue, #43966: URL: https://github.com/apache/arrow/issues/43966 ### Describe the bug, including details regarding any error messages, version, and platform. Currently RangeEqualsVisitor doesn't consider the nullabilities of StructVector, thus it may incorrec

Re: [I] [C++] Enhance error message for URI parsing in case of a syntax error [arrow]

2024-09-05 Thread via GitHub
jorisvandenbossche closed issue #43967: [C++] Enhance error message for URI parsing in case of a syntax error URL: https://github.com/apache/arrow/issues/43967 -- 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

[I] [CI][Dev] Prune .dockerignore [arrow]

2024-09-05 Thread via GitHub
pitrou opened a new issue, #43969: URL: https://github.com/apache/arrow/issues/43969 ### Describe the enhancement requested The `.dockerignore` file governs which files are sent in the "build context" of a Docker image, which in turn [impacts Docker caching](https://docs.docker.com/b

Re: [I] [C++][Parquet] Guard against use of decryptor/encryptor after wipe out [arrow]

2024-09-05 Thread via GitHub
pitrou closed issue #43946: [C++][Parquet] Guard against use of decryptor/encryptor after wipe out URL: https://github.com/apache/arrow/issues/43946 -- 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

Re: [I] [CI][Dev] Prune .dockerignore [arrow]

2024-09-05 Thread via GitHub
pitrou closed issue #43969: [CI][Dev] Prune .dockerignore URL: https://github.com/apache/arrow/issues/43969 -- 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-ma

Re: [I] [C++][Parquet] Separate encoders and decoder [arrow]

2024-09-05 Thread via GitHub
pitrou closed issue #40154: [C++][Parquet] Separate encoders and decoder URL: https://github.com/apache/arrow/issues/40154 -- 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

Re: [I] Push v17.0.0 tag to support migrating to apache/arrow-go without changing version [arrow-go]

2024-09-05 Thread via GitHub
kou closed issue #87: Push v17.0.0 tag to support migrating to apache/arrow-go without changing version URL: https://github.com/apache/arrow-go/issues/87 -- 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

Re: [I] [C++][Parquet] Add support for arrow::ArrayStatistics: non zero-copy int based types [arrow]

2024-09-05 Thread via GitHub
kou closed issue #43944: [C++][Parquet] Add support for arrow::ArrayStatistics: non zero-copy int based types URL: https://github.com/apache/arrow/issues/43944 -- 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

Re: [I] [C++] Indent preprocessor directives [arrow]

2024-09-05 Thread via GitHub
kou closed issue #43796: [C++] Indent preprocessor directives URL: https://github.com/apache/arrow/issues/43796 -- 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] rust: fill out manifest [arrow-adbc]

2024-09-06 Thread via GitHub
lidavidm closed issue #2124: rust: fill out manifest URL: https://github.com/apache/arrow-adbc/issues/2124 -- 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-mai

Re: [I] rust: fill out manifest [arrow-adbc]

2024-09-06 Thread via GitHub
lidavidm closed issue #2124: rust: fill out manifest URL: https://github.com/apache/arrow-adbc/issues/2124 -- 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-mai

Re: [I] [C++][Parquet] Dataset: `ParquetFileFragment::EvaluateStatisticsAsExpression` should better checks `Statistics::HasNullCount` [arrow]

2024-09-06 Thread via GitHub
mapleFU closed issue #43712: [C++][Parquet] Dataset: `ParquetFileFragment::EvaluateStatisticsAsExpression` should better checks `Statistics::HasNullCount` URL: https://github.com/apache/arrow/issues/43712 -- This is an automated message from the Apache Git Service. To respond to the message,

[I] [C++] ArrayVisitor for List/LargeList/FixedSizedList [arrow]

2024-09-06 Thread via GitHub
mapleFU opened a new issue, #43990: URL: https://github.com/apache/arrow/issues/43990 ### Describe the enhancement requested Currently we only have visitor for List/LargeList/FixedSizedList, we should proposing a new visitor for List/LargeList/FixedSizedList ### Component(s)

[I] [C++][Acero] segmentation fault occurs when executing plan [arrow]

2024-09-06 Thread via GitHub
uchenily opened a new issue, #43991: URL: https://github.com/apache/arrow/issues/43991 ### Describe the bug, including details regarding any error messages, version, and platform. Hello, I get segmentation fault when call `arrow::acero::DeclarationToStatus()`, the gdb stack log

Re: [I] [C++][Acero] segmentation fault occurs when executing plan [arrow]

2024-09-06 Thread via GitHub
uchenily closed issue #43991: [C++][Acero] segmentation fault occurs when executing plan URL: https://github.com/apache/arrow/issues/43991 -- 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 specifi

Re: [I] [C++] Minor: enhance the std::move usage in list type [arrow]

2024-09-06 Thread via GitHub
kou closed issue #43992: [C++] Minor: enhance the std::move usage in list type URL: https://github.com/apache/arrow/issues/43992 -- 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.

Re: [I] Update package name [arrow-go]

2024-09-06 Thread via GitHub
kou closed issue #4: Update package name URL: https://github.com/apache/arrow-go/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: issues-unsubsc

[I] Migrate Flight and FlightSql Proto Gen [arrow-go]

2024-09-06 Thread via GitHub
joellubi opened a new issue, #89: URL: https://github.com/apache/arrow-go/issues/89 [Flight](https://github.com/apache/arrow/blob/main/format/Flight.proto) and [FlightSql](https://github.com/apache/arrow/blob/main/format/FlightSql.proto) definitions are still in apache/arrow. The [g

Re: [I] Add test CI: macOS [arrow-go]

2024-09-06 Thread via GitHub
kou closed issue #11: Add test CI: macOS URL: https://github.com/apache/arrow-go/issues/11 -- 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-unsubs

Re: [I] Enable Dependabot [arrow-go]

2024-09-07 Thread via GitHub
kou closed issue #2: Enable Dependabot URL: https://github.com/apache/arrow-go/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 unsubscribe, e-mail: issues-unsubscr.

[I] Avoid duplicated CI jobs by Dependabot [arrow-go]

2024-09-07 Thread via GitHub
kou opened a new issue, #100: URL: https://github.com/apache/arrow-go/issues/100 Dependabot creates a branch in apache/arrow-go and create a PR from the branch. Our CI jobs are executed for both of push and pull request. So Dependabot PRs run duplicated CI jobs. For example: htt

Re: [I] [GLib][FlightRPC] Add `GAFlightServerClass::do_put` [arrow]

2024-09-07 Thread via GitHub
kou closed issue #43814: [GLib][FlightRPC] Add `GAFlightServerClass::do_put` URL: https://github.com/apache/arrow/issues/43814 -- 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

Re: [I] Commit ID and commented tag name pair is a mismatch in actions/checkout [arrow-go]

2024-09-07 Thread via GitHub
kou closed issue #102: Commit ID and commented tag name pair is a mismatch in actions/checkout URL: https://github.com/apache/arrow-go/issues/102 -- 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] dev/release: include announce email in release instructions [arrow-adbc]

2024-09-07 Thread via GitHub
lidavidm opened a new issue, #2136: URL: https://github.com/apache/arrow-adbc/issues/2136 ### What feature or improvement would you like to see? (1) Include the email template in the release documentation so that it's clear for people running the release who aren't me. (2) Update t

[I] [C++] ReadTable status "not implemented" [arrow]

2024-09-08 Thread via GitHub
kv-gits opened a new issue, #44002: URL: https://github.com/apache/arrow/issues/44002 ### Describe the usage question you have. Please include as many useful details as possible. Try load parquet file in able with this code ``` arrow::MemoryPool* pool = arrow::default_memor

Re: [I] [GLib][Parquet] Add `gparquet_arrow_file_writer_write_record_batch()` [arrow]

2024-09-08 Thread via GitHub
kou closed issue #40860: [GLib][Parquet] Add `gparquet_arrow_file_writer_write_record_batch()` URL: https://github.com/apache/arrow/issues/40860 -- 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

[I] [GLib][Parquet] Add `gparquet_arrow_file_writer_new_row_group()` [arrow]

2024-09-08 Thread via GitHub
kou opened a new issue, #44006: URL: https://github.com/apache/arrow/issues/44006 ### Describe the enhancement requested It's the bindings of `parquet::arrow::FileWriter::NewRowGruop()`. It's an advanced feature. ### Component(s) GLib, Parquet -- This is an auto

[I] [C++][Parquet] Add support for arrow::ArrayStatistics: bool [arrow]

2024-09-08 Thread via GitHub
kou opened a new issue, #44008: URL: https://github.com/apache/arrow/issues/44008 ### Describe the enhancement requested Subissue of #43549 For types of https://github.com/apache/arrow/blob/d88dd19ea83aee37a4da69bdbc688f5e342fb455/cpp/src/parquet/arrow/reader_internal.cc#L835-L

Re: [I] [Java] Check for nullabilities when comparing StructVector [arrow]

2024-09-09 Thread via GitHub
lidavidm closed issue #43966: [Java] Check for nullabilities when comparing StructVector URL: https://github.com/apache/arrow/issues/43966 -- 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 specifi

Re: [I] dev/release: include announce email in release instructions [arrow-adbc]

2024-09-09 Thread via GitHub
lidavidm closed issue #2136: dev/release: include announce email in release instructions URL: https://github.com/apache/arrow-adbc/issues/2136 -- 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

Re: [I] Add test CI: Docker based [arrow-go]

2024-09-09 Thread via GitHub
raulcd closed issue #5: Add test CI: Docker based URL: https://github.com/apache/arrow-go/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 unsubscribe, e-mail: issue

[I] [Java] Consider warnings as errors for Dataset Module [arrow]

2024-09-09 Thread via GitHub
vibhatha opened a new issue, #44013: URL: https://github.com/apache/arrow/issues/44013 ### Describe the enhancement requested As discussed in https://github.com/apache/arrow/issues/43941, the c module needs to be configured to show all warnings as errors. ### Component(s)

[I] Segmentation fault: 11 [arrow]

2024-09-09 Thread via GitHub
jason-gao opened a new issue, #44015: URL: https://github.com/apache/arrow/issues/44015 ### Describe the bug, including details regarding any error messages, version, and platform. python3.12 mac:intel 11.7.10 (20G1427) streamlit run xx.py error:Segmentation fault: 11

Re: [I] Segmentation fault: 11 [arrow]

2024-09-09 Thread via GitHub
raulcd closed issue #44015: Segmentation fault: 11 URL: https://github.com/apache/arrow/issues/44015 -- 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: iss

Re: [I] Add test CI: i386 [arrow-go]

2024-09-09 Thread via GitHub
kou closed issue #6: Add test CI: i386 URL: https://github.com/apache/arrow-go/issues/6 -- 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-unsubscr.

Re: [I] Add test CI: i386 [arrow-go]

2024-09-09 Thread via GitHub
kou closed issue #6: Add test CI: i386 URL: https://github.com/apache/arrow-go/issues/6 -- 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-unsubscr.

[I] [Java] Consider warnings as errors for Format Module [arrow]

2024-09-09 Thread via GitHub
vibhatha opened a new issue, #44016: URL: https://github.com/apache/arrow/issues/44016 ### Describe the enhancement requested As discussed in https://github.com/apache/arrow/issues/43941, the format module needs to be configured to show all warnings as errors. ### Component(s)

[I] [R] Treat builds on R-universe as like `NOT_CRAN` [arrow]

2024-09-09 Thread via GitHub
eitsupi opened a new issue, #44018: URL: https://github.com/apache/arrow/issues/44018 ### Describe the enhancement requested Related to #43030 Binary builds on CRAN are unreliable, and builds on R-universe will be faster and more versatile if we can use libarrow with feature fl

Re: [I] [C++][Parquet] Enhance the develop document for ColumnReader/Decoder [arrow]

2024-09-09 Thread via GitHub
mapleFU closed issue #43301: [C++][Parquet] Enhance the develop document for ColumnReader/Decoder URL: https://github.com/apache/arrow/issues/43301 -- 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

[I] How do I read an integer Unix timestamp from a CSV file? [arrow]

2024-09-09 Thread via GitHub
jimwhite opened a new issue, #44030: URL: https://github.com/apache/arrow/issues/44030 ### Describe the usage question you have. Please include as many useful details as possible. I have data from a commercial vendor that is delivered in compressed CSV files (.csv.gz). The time

Re: [I] Add test CI: Debian [arrow-go]

2024-09-09 Thread via GitHub
kou closed issue #24: Add test CI: Debian URL: https://github.com/apache/arrow-go/issues/24 -- 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-unsub

[I] [Docs][HTTP] Recommend method(s) for resuming interrupted uploads? [arrow]

2024-09-09 Thread via GitHub
ianmcook opened a new issue, #44031: URL: https://github.com/apache/arrow/issues/44031 ### Describe the enhancement requested For resuming interrupted downloads (GET requests), the ITEF standard approach is to use Range requests. (See #40597.) But for uploads (POST or PUT reque

[I] Instructions for R-universe install [arrow]

2024-09-09 Thread via GitHub
grantmcdermott opened a new issue, #44032: URL: https://github.com/apache/arrow/issues/44032 ### Describe the enhancement requested _Originally raised in https://github.com/apache/arrow/issues/43030?notification_referrer_id=NT_kwDOAJzv7bQxMTIyNzc2ODUwMToxMDI4NTAzNw#issue-2370983214_

Re: [I] [Java] Consider warnings as errors for C Module [arrow]

2024-09-09 Thread via GitHub
lidavidm closed issue #44011: [Java] Consider warnings as errors for C Module URL: https://github.com/apache/arrow/issues/44011 -- 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.

[I] [Go][Format][FlightRPC] Update go_package in Flight.proto and FlightSql.proto [arrow]

2024-09-09 Thread via GitHub
kou opened a new issue, #44034: URL: https://github.com/apache/arrow/issues/44034 ### Describe the enhancement requested Go package names are embedded in `Flight.proto` and `FlightSql.proto`: https://github.com/apache/arrow/blob/f3dd298bd32f6dc38654680c49b3f1fbf97e3d5f/format/F

Re: [I] Add Apache Rat CI [arrow-go]

2024-09-09 Thread via GitHub
kou closed issue #16: Add Apache Rat CI URL: https://github.com/apache/arrow-go/issues/16 -- 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-unsubsc

Re: [I] [C++] IPC: Trivial C++ code enhancement [arrow]

2024-09-09 Thread via GitHub
kou closed issue #44036: [C++] IPC: Trivial C++ code enhancement URL: https://github.com/apache/arrow/issues/44036 -- 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

Re: [I] [GLib] Add `GArrowAzureFileSystem` [arrow]

2024-09-09 Thread via GitHub
kou closed issue #44038: [GLib] Add `GArrowAzureFileSystem` URL: https://github.com/apache/arrow/issues/44038 -- 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-

[I] Invalid: Float value was truncated converting to int32 [arrow]

2024-09-10 Thread via GitHub
MislavSag opened a new issue, #44041: URL: https://github.com/apache/arrow/issues/44041 ### Describe the bug, including details regarding any error messages, version, and platform. I am using R arrow package to retieve partitioned parquet data. Data is partitioned by symbol variable.

Re: [I] Add test CI: macOS + CGO [arrow-go]

2024-09-10 Thread via GitHub
kou closed issue #12: Add test CI: macOS + CGO URL: https://github.com/apache/arrow-go/issues/12 -- 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-

[I] [Java] Consider warnings as errors for Vector Module [arrow]

2024-09-10 Thread via GitHub
vibhatha opened a new issue, #44044: URL: https://github.com/apache/arrow/issues/44044 ### Describe the enhancement requested As discussed in https://github.com/apache/arrow/issues/43941, the vector module needs to be configured to show all warnings as errors. ### Component(s)

[I] [Python] Fix threading bugs under the free-threaded version related to borrowed references and Pandas initialization [arrow]

2024-09-10 Thread via GitHub
lysnikolaou opened a new issue, #44046: URL: https://github.com/apache/arrow/issues/44046 ### Describe the bug, including details regarding any error messages, version, and platform. Sub-issue of https://github.com/apache/arrow/issues/43536. There's two threading related bugs u

[I] Pyarrow conversion from and to pandas fails for categorical variables with large dictionaries [arrow]

2024-09-10 Thread via GitHub
lukaswenzl-akur8 opened a new issue, #44048: URL: https://github.com/apache/arrow/issues/44048 ### Describe the bug, including details regarding any error messages, version, and platform. Converting from pandas to pyarrow with Table.from_pandas for dataframes with categorical columns

Re: [I] Snowflake Go - DEFAULT_ROLE behavior is different for ADBC vs. ODBC [arrow-adbc]

2024-09-10 Thread via GitHub
CurtHagenlocher closed issue #2080: Snowflake Go - DEFAULT_ROLE behavior is different for ADBC vs. ODBC URL: https://github.com/apache/arrow-adbc/issues/2080 -- 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 t

Re: [I] feat(csharp/src/Drivers/Apache/Spark): Add support for more versions and variants of Spark data source [arrow-adbc]

2024-09-10 Thread via GitHub
CurtHagenlocher closed issue #2015: feat(csharp/src/Drivers/Apache/Spark): Add support for more versions and variants of Spark data source URL: https://github.com/apache/arrow-adbc/issues/2015 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

Re: [I] [C++] Support SimplifyWithGuarantee for is_in expressions [arrow]

2024-09-10 Thread via GitHub
bkietz closed issue #43187: [C++] Support SimplifyWithGuarantee for is_in expressions URL: https://github.com/apache/arrow/issues/43187 -- 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

Re: [I] Add test CI: Debian + CGO + Python [arrow-go]

2024-09-10 Thread via GitHub
kou closed issue #9: Add test CI: Debian + CGO + Python URL: https://github.com/apache/arrow-go/issues/9 -- 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:

Re: [I] Add test CI: Windows + MinGW [arrow-go]

2024-09-10 Thread via GitHub
kou closed issue #13: Add test CI: Windows + MinGW URL: https://github.com/apache/arrow-go/issues/13 -- 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: iss

Re: [I] [Java] Consider warnings as errors for Vector Module [arrow]

2024-09-10 Thread via GitHub
lidavidm closed issue #44044: [Java] Consider warnings as errors for Vector Module URL: https://github.com/apache/arrow/issues/44044 -- 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

Re: [I] [Java] Consider warnings as errors for Adapter Module [arrow]

2024-09-10 Thread via GitHub
lidavidm closed issue #43962: [Java] Consider warnings as errors for Adapter Module URL: https://github.com/apache/arrow/issues/43962 -- 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

[I] [CI][Integration] Integration test isn't executed [arrow]

2024-09-10 Thread via GitHub
kou opened a new issue, #44050: URL: https://github.com/apache/arrow/issues/44050 ### Describe the bug, including details regarding any error messages, version, and platform. GH-43937 enables auto backtrace on crash but it broke integration test CI. https://github.com/apache/a

Re: [I] [GLib][Parquet] Add `gparquet_arrow_file_writer_new_row_group()` [arrow]

2024-09-10 Thread via GitHub
kou closed issue #44006: [GLib][Parquet] Add `gparquet_arrow_file_writer_new_row_group()` URL: https://github.com/apache/arrow/issues/44006 -- 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

[I] [C++][Compute] Row segmenter inefficiency [arrow]

2024-09-10 Thread via GitHub
zanmato1984 opened a new issue, #44052: URL: https://github.com/apache/arrow/issues/44052 ### Describe the enhancement requested The third item in #34475 : > Improve performance of grouping inside the segmenter (see [this discussion](https://github.com/apache/arrow/pull/34311/files

[I] [Java] Finalize ErrorProne Warnings to be considered as Errors [arrow]

2024-09-10 Thread via GitHub
vibhatha opened a new issue, #44055: URL: https://github.com/apache/arrow/issues/44055 ### Describe the enhancement requested There was a series of PRs created to show warnings as errors and we did that per module [1]. So we need to remove the pom changes in each module and move the

Re: [I] [CI][Integration] Integration test isn't executed [arrow]

2024-09-10 Thread via GitHub
kou closed issue #44050: [CI][Integration] Integration test isn't executed URL: https://github.com/apache/arrow/issues/44050 -- 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] [CI][Integration] Improve integration test log readability [arrow]

2024-09-10 Thread via GitHub
kou opened a new issue, #44058: URL: https://github.com/apache/arrow/issues/44058 ### Describe the enhancement requested The current integration test CI mixes all logs (Docker image build log, building C++ log, building Java log, test logs and so son) in a step. So it's difficult to

[I] [Python] How to delete one of the duplicated __index_level_0__? [arrow]

2024-09-11 Thread via GitHub
Forshining opened a new issue, #44059: URL: https://github.com/apache/arrow/issues/44059 ### Describe the usage question you have. Please include as many useful details as possible. My question description is as follows: I have a parquet file that has already contains the

[I] Error message regarding invalid values (i.e Rescaling Decimal128 value would cause data loss) does not show the offending values [arrow]

2024-09-11 Thread via GitHub
C0DK opened a new issue, #44061: URL: https://github.com/apache/arrow/issues/44061 ### Describe the bug, including details regarding any error messages, version, and platform. Converting from decimal.Decimal to PyAarrows Decimal has given me the `pyarrow.lib.ArrowInvalid: Rescali

Re: [I] [Python] Table should fail gracefully on non-cpu devices [arrow]

2024-09-11 Thread via GitHub
jorisvandenbossche closed issue #43973: [Python] Table should fail gracefully on non-cpu devices URL: https://github.com/apache/arrow/issues/43973 -- 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 (Chunked)Array/RecordBatch/Table methods don't crash with non-CPU data [arrow]

2024-09-11 Thread via GitHub
jorisvandenbossche closed issue #41665: [Python] Ensure (Chunked)Array/RecordBatch/Table methods don't crash with non-CPU data URL: https://github.com/apache/arrow/issues/41665 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] [C++][Parquet] Add JSON canonical extension type [arrow]

2024-09-11 Thread via GitHub
pitrou closed issue #32538: [C++][Parquet] Add JSON canonical extension type URL: https://github.com/apache/arrow/issues/32538 -- 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] Request to support Run-End Encoded Layout in Java C Data interface [arrow]

2024-09-11 Thread via GitHub
whutjs opened a new issue, #44065: URL: https://github.com/apache/arrow/issues/44065 ### Describe the enhancement requested In version 17.0, Java C Data interface still doesn't not support Run-End Encoded Layout. Giving a Run-End Encoded Layout, the [Fortmat class](https://github.com

[I] [Python] Add Python wrapper for JsonExtensionType [arrow]

2024-09-11 Thread via GitHub
rok opened a new issue, #44066: URL: https://github.com/apache/arrow/issues/44066 ### Describe the enhancement requested We [added JsonExtensionType](https://github.com/apache/arrow/pull/13901) and we should make it usable from Python. ### Component(s) Python -- This

[I] [Python] Move pandas compatibility and conversion code to the pandas project? [arrow]

2024-09-11 Thread via GitHub
jorisvandenbossche opened a new issue, #44068: URL: https://github.com/apache/arrow/issues/44068 This issue is to discuss the idea of moving a significant part of the pandas conversion and compatibility code to the pandas project itself. Of course we would keep all low-level conversions (e.

[I] cannot collect multiple times after passing to_arrow() and collect() [arrow]

2024-09-11 Thread via GitHub
abduazizR opened a new issue, #44069: URL: https://github.com/apache/arrow/issues/44069 ### Describe the bug, including details regarding any error messages, version, and platform. I am using the arrow package in arrow and I am facing an issue when I try to collect data Here i

Re: [I] [Python] Investigate why extension type test fails with pandas 2.0.x [arrow]

2024-09-11 Thread via GitHub
jorisvandenbossche closed issue #35839: [Python] Investigate why extension type test fails with pandas 2.0.x URL: https://github.com/apache/arrow/issues/35839 -- 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

[I] Segfault when using S3FileSystem in uwsgi [arrow]

2024-09-11 Thread via GitHub
lucasmo opened a new issue, #44071: URL: https://github.com/apache/arrow/issues/44071 ### Describe the bug, including details regarding any error messages, version, and platform. Simply instantiating `S3FileSystem` within a uwsgi container causes a segfault on process exit. ##

[I] FileInfo.path include port number [arrow]

2024-09-11 Thread via GitHub
wmkai opened a new issue, #44074: URL: https://github.com/apache/arrow/issues/44074 ### Describe the usage question you have. Please include as many useful details as possible. When I use `hdfs = fs.HadoopFileSystem(host="xxx")` and then ``` selector = fs.FileSelector(

Re: [I] [R] `write_parquet()` has infinite recursion error when writing `packageVersion()` attributes [arrow]

2024-09-11 Thread via GitHub
nealrichardson closed issue #43748: [R] `write_parquet()` has infinite recursion error when writing `packageVersion()` attributes URL: https://github.com/apache/arrow/issues/43748 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] [DISCUSS] Seattle Arrow Meetup (August 2024) [arrow]

2024-09-11 Thread via GitHub
nealrichardson closed issue #41881: [DISCUSS] Seattle Arrow Meetup (August 2024) URL: https://github.com/apache/arrow/issues/41881 -- 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

Re: [I] docker: `arrow_flight_sql.uri` isn't configured [arrow-flight-sql-postgresql]

2024-09-11 Thread via GitHub
kou closed issue #191: docker: `arrow_flight_sql.uri` isn't configured URL: https://github.com/apache/arrow-flight-sql-postgresql/issues/191 -- 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

<    2   3   4   5   6   7   8   9   10   11   >