Re: [I] Missing `NOTICE` file in source distribution [arrow-julia]

2025-03-25 Thread via GitHub
quinnj closed issue #544: Missing `NOTICE` file in source distribution URL: https://github.com/apache/arrow-julia/issues/544 -- 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

Re: [I] [Ruby] Unify test for dictionary array in raw_records and each_raw_record [arrow]

2025-03-25 Thread via GitHub
kou closed issue #45891: [Ruby] Unify test for dictionary array in raw_records and each_raw_record URL: https://github.com/apache/arrow/issues/45891 -- 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] The conda-python-emscripten job fails to install chrome 122.0.6261.128 [arrow]

2025-03-25 Thread via GitHub
kou closed issue #45924: [CI] The conda-python-emscripten job fails to install chrome 122.0.6261.128 URL: https://github.com/apache/arrow/issues/45924 -- 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] sqlite decimal support [arrow-adbc]

2025-03-25 Thread via GitHub
davlee1972 opened a new issue, #2652: URL: https://github.com/apache/arrow-adbc/issues/2652 ### What feature or improvement would you like to see? It looks like sqlite currently casts decimal types into floats.. Can we support native decimal32, decimal64, decimal128 and decimal256 typ

[I] [C++][Parquet] Add variant support [arrow]

2025-03-25 Thread via GitHub
neilechao opened a new issue, #45937: URL: https://github.com/apache/arrow/issues/45937 ### Describe the enhancement requested Variant encoding spec: https://github.com/apache/parquet-format/blob/d784f11f4485e64fdeaa614e0bde125f5132093d/VariantEncoding.md Variant shredding spec

[I] Better handling for string to date32 and date64 conversions [arrow]

2025-03-25 Thread via GitHub
davlee1972 opened a new issue, #45936: URL: https://github.com/apache/arrow/issues/45936 ### Describe the enhancement requested This impacts pyarrow.compute.cast() and reading pyarrow datasets using schemas for Text and Json files. It also impacts SQL result sets which return s

Re: [I] [JS] UnionBuilder yields chunks with invalid lengths [arrow]

2025-03-25 Thread via GitHub
domoritz closed issue #45915: [JS] UnionBuilder yields chunks with invalid lengths URL: https://github.com/apache/arrow/issues/45915 -- 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

[I] Failed to parse string: '' as a scalar of type double [arrow]

2025-03-25 Thread via GitHub
MislavSag opened a new issue, #45935: URL: https://github.com/apache/arrow/issues/45935 ### Describe the bug, including details regarding any error messages, version, and platform. I am trying to import data from parquet dataset using R arrow ``` open_dataset("/home/sn/dat

Re: [I] [C++] `VisitType()` requires the visitor to have in implementation for base `DataType` [arrow]

2025-03-25 Thread via GitHub
kszucs closed issue #45816: [C++] `VisitType()` requires the visitor to have in implementation for base `DataType` URL: https://github.com/apache/arrow/issues/45816 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [JS] UnionBuilder yields chunks with invalid lengths [arrow]

2025-03-25 Thread via GitHub
domoritz closed issue #45915: [JS] UnionBuilder yields chunks with invalid lengths URL: https://github.com/apache/arrow/issues/45915 -- 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] [CI][R] Some R nightly jobs on azure pipelines fail to start [arrow]

2025-03-25 Thread via GitHub
raulcd closed issue #45635: [CI][R] Some R nightly jobs on azure pipelines fail to start URL: https://github.com/apache/arrow/issues/45635 -- 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

[I] [C++] BUILDING ninja-benchmarks-maximal [arrow]

2025-03-25 Thread via GitHub
arashandishgar opened a new issue, #45933: URL: https://github.com/apache/arrow/issues/45933 ### Describe the bug, including details regarding any error messages, version, and platform. I use the following command to build `ninja-benchmarks-maximal ` ,`cmake -DCMAKE_BUILD_TYPE=RelWit

[I] [CI][Packaging] debian-trixie packaging jobs fail to build Azure SDK [arrow]

2025-03-25 Thread via GitHub
raulcd opened a new issue, #45930: URL: https://github.com/apache/arrow/issues/45930 ### Describe the bug, including details regarding any error messages, version, and platform. Packaging jobs for `debian-trixie` have been failing for the last ~8 days to build Azure due to an issue w

Re: [I] [Docs] Document GitHub Discussions in Developer's Guide [arrow]

2025-03-25 Thread via GitHub
AlenkaF closed issue #45906: [Docs] Document GitHub Discussions in Developer's Guide URL: https://github.com/apache/arrow/issues/45906 -- 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 co

Re: [I] [CI][Python] New unbiased skew and kurtosis test fails on test-debian-12-python-3-i386 [arrow]

2025-03-25 Thread via GitHub
raulcd closed issue #45926: [CI][Python] New unbiased skew and kurtosis test fails on test-debian-12-python-3-i386 URL: https://github.com/apache/arrow/issues/45926 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] [C++] Failures in ConcurrentQueue.BasicTest [arrow]

2025-03-25 Thread via GitHub
zanmato1984 closed issue #45905: [C++] Failures in ConcurrentQueue.BasicTest URL: https://github.com/apache/arrow/issues/45905 -- 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++] Vcpkg fails on building abseil [arrow]

2025-03-25 Thread via GitHub
arashandishgar opened a new issue, #45928: URL: https://github.com/apache/arrow/issues/45928 ### Describe the bug, including details regarding any error messages, version, and platform. I'm not sure whether the following error is bug . I use Ubuntu 24.04 and vcpkg to build Arro

[I] [CI][Python] New unbiased skew and kurtosis test fails on test-debian-12-python-3-i386 [arrow]

2025-03-25 Thread via GitHub
raulcd opened a new issue, #45926: URL: https://github.com/apache/arrow/issues/45926 ### Describe the bug, including details regarding any error messages, version, and platform. The [test-debian-12-python-3-i386](https://github.com/ursacomputing/crossbow/actions/runs/14048900111/job/

[I] [CI] The conda-python-emscripten job fails to install chrome 122.0.6261.128 [arrow]

2025-03-25 Thread via GitHub
raulcd opened a new issue, #45924: URL: https://github.com/apache/arrow/issues/45924 ### Describe the bug, including details regarding any error messages, version, and platform. The [test-conda-python-emscripten](https://github.com/ursacomputing/crossbow/actions/runs/14048899753/job/

Re: [I] [Python] Type stubs [arrow]

2025-03-25 Thread via GitHub
raulcd closed issue #30426: [Python] Type stubs URL: https://github.com/apache/arrow/issues/30426 -- 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

Re: [I] [CI][Release][Ruby] verify-rc-source-ruby-macos-amd64 is failing [arrow]

2025-03-25 Thread via GitHub
raulcd closed issue #45879: [CI][Release][Ruby] verify-rc-source-ruby-macos-amd64 is failing URL: https://github.com/apache/arrow/issues/45879 -- 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

[I] [Release][R] Can we change pre-built Apache Arrow C++ binary URL? [arrow]

2025-03-25 Thread via GitHub
kou opened a new issue, #45921: URL: https://github.com/apache/arrow/issues/45921 ### Describe the enhancement requested R downloads pre-built Apache Arrow C++ binary from `https://apache.jfrog.io/ui/native/arrow/r/${VERSION}/libarrow/bin/`: https://github.com/apache/arrow/blo