Re: [I] [Java] Implement `VectorAppender` for BaseVariableWidthViewVector [arrow-java]

2025-01-21 Thread via GitHub
lidavidm closed issue #48: [Java] Implement `VectorAppender` for BaseVariableWidthViewVector URL: https://github.com/apache/arrow-java/issues/48 -- 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

Re: [I] [Java] Implement `VectorAppender` for BaseVariableWidthViewVector [arrow-java]

2025-01-21 Thread via GitHub
lidavidm closed issue #48: [Java] Implement `VectorAppender` for BaseVariableWidthViewVector URL: https://github.com/apache/arrow-java/issues/48 -- 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] docs: add some more tutorials/getting started guides [arrow-adbc]

2025-01-21 Thread via GitHub
lidavidm opened a new issue, #2479: URL: https://github.com/apache/arrow-adbc/issues/2479 ### What feature or improvement would you like to see? There's some interesting recommendations here: https://refactoringenglish.com/chapters/rules-for-software-tutorials/ I think we could

[I] Debian/Ubuntu packages for adbc-driver-*-devel are not published [arrow-adbc]

2025-01-21 Thread via GitHub
ewindisch opened a new issue, #2478: URL: https://github.com/apache/arrow-adbc/issues/2478 ### What happened? The documentation indicates that there are adbc packages available for Debian and Ubuntu. Checking, these do appear to be published as RPM pacakges, but not available as .deb

[I] dev/release: publish other Rust crates [arrow-adbc]

2025-01-21 Thread via GitHub
lidavidm opened a new issue, #2477: URL: https://github.com/apache/arrow-adbc/issues/2477 ### What feature or improvement would you like to see? We should publish the datafusion and snowflake driver/wrappers. It appears cargo can't handle multiple crates at once. AFAIK, this is

Re: [I] rust: `cargo publish` gives `warning: manifest has no documentation, homepage or repository.` [arrow-adbc]

2025-01-21 Thread via GitHub
lidavidm closed issue #2469: rust: `cargo publish` gives `warning: manifest has no documentation, homepage or repository.` URL: https://github.com/apache/arrow-adbc/issues/2469 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] rust: `cargo publish` gives `warning: manifest has no documentation, homepage or repository.` [arrow-adbc]

2025-01-21 Thread via GitHub
lidavidm closed issue #2469: rust: `cargo publish` gives `warning: manifest has no documentation, homepage or repository.` URL: https://github.com/apache/arrow-adbc/issues/2469 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] UnionFixedSizeListWriter does not support TimeStamp*TZ [arrow-java]

2025-01-21 Thread via GitHub
nbauernfeind opened a new issue, #552: URL: https://github.com/apache/arrow-java/issues/552 ### Describe the enhancement requested Trying to get a `timeStampNanoTZ()` off of the `UnionFixedSizeListWriter` results in this exception: ``` You tried to write a TimeStampNanoTZ type w

Re: [I] Correct Third-Party Code Copyright and NOTICE File [arrow-java]

2025-01-21 Thread via GitHub
lidavidm closed issue #549: Correct Third-Party Code Copyright and NOTICE File URL: https://github.com/apache/arrow-java/issues/549 -- 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 commen

[I] ComplexCopier is missing cases for `TimeStamp*TZ` [arrow-java]

2025-01-21 Thread via GitHub
nbauernfeind opened a new issue, #551: URL: https://github.com/apache/arrow-java/issues/551 ### Describe the enhancement requested ComplexCopier doesn't support TimeStampNanoTZ or any of the other timezone based types, but looks like BaseWriter might otherwise support the TZ function

Re: [I] ComplexCopier is missing cases for `TimeStamp*TZ` [arrow]

2025-01-21 Thread via GitHub
nbauernfeind closed issue #45327: ComplexCopier is missing cases for `TimeStamp*TZ` URL: https://github.com/apache/arrow/issues/45327 -- 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] ComplexCopier is missing cases for `TimeStamp*TZ` [arrow]

2025-01-21 Thread via GitHub
nbauernfeind opened a new issue, #45327: URL: https://github.com/apache/arrow/issues/45327 ### Describe the enhancement requested ComplexCopier doesn't support TimeStampNanoTZ or any of the other timezone based types, but looks like `BaseWriter` might otherwise support the TZ functio

[I] CMake Configuration Broken When Setting CMAKE_CXX_COMPILER=clang++ [arrow]

2025-01-21 Thread via GitHub
WillAyd opened a new issue, #45325: URL: https://github.com/apache/arrow/issues/45325 ### Describe the bug, including details regarding any error messages, version, and platform. If you add `-DCMAKE_CXX_COMPILER=clang++` you get a rather confusing error message about the threads libr

Re: [I] [Python][CI] test_download_tzdata_on_windows fails on Windows wheels due to CERTIFICATE_VERIFY_FAILED [arrow]

2025-01-21 Thread via GitHub
raulcd closed issue #45295: [Python][CI] test_download_tzdata_on_windows fails on Windows wheels due to CERTIFICATE_VERIFY_FAILED URL: https://github.com/apache/arrow/issues/45295 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [I] [Python][C++] Fix deprecations when building pyarrow [arrow]

2025-01-21 Thread via GitHub
raulcd closed issue #45129: [Python][C++] Fix deprecations when building pyarrow URL: https://github.com/apache/arrow/issues/45129 -- 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] [Python] Compatibility with boto 1.36 [arrow]

2025-01-21 Thread via GitHub
raulcd closed issue #45305: [Python] Compatibility with boto 1.36 URL: https://github.com/apache/arrow/issues/45305 -- 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] [C#] Flight client does not allow putting zero batches [arrow]

2025-01-21 Thread via GitHub
CurtHagenlocher closed issue #44363: [C#] Flight client does not allow putting zero batches URL: https://github.com/apache/arrow/issues/44363 -- 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

[I] [Documentation][Python] Add Hyperbolic Trig functions to API docs [arrow]

2025-01-21 Thread via GitHub
AlenkaF opened a new issue, #45322: URL: https://github.com/apache/arrow/issues/45322 ### Describe the enhancement requested https://github.com/apache/arrow/pull/44630 added hyperbolic trigonometric functions to the Arrow C++ compute kernels together with the tests in PyArrow. We sho

[I] [python][dataset] Write dataset : 'ignore' already downloaded files [arrow]

2025-01-21 Thread via GitHub
Plenitude-ai opened a new issue, #45321: URL: https://github.com/apache/arrow/issues/45321 ### Describe the enhancement requested In [pyarrow.dataset.write_dataset()](https://arrow.apache.org/docs/python/generated/pyarrow.dataset.write_dataset.html), there is 3 options for the argume

Re: [I] [Docs] NOTICE.txt should be present on the repo [arrow-go]

2025-01-21 Thread via GitHub
raulcd closed issue #203: [Docs] NOTICE.txt should be present on the repo URL: https://github.com/apache/arrow-go/issues/203 -- 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] [CI] Use GitHub hosted arm runner [arrow]

2025-01-21 Thread via GitHub
raulcd closed issue #45307: [CI] Use GitHub hosted arm runner URL: https://github.com/apache/arrow/issues/45307 -- 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] [C++][Parquet] Enable size statistics by default [arrow]

2025-01-21 Thread via GitHub
wgtmac closed issue #45227: [C++][Parquet] Enable size statistics by default URL: https://github.com/apache/arrow/issues/45227 -- 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] [Python][C++][Parquet] "OSError: Repetition level histogram size mismatch" when reading parquet file in pyarrow since 19.0.0 [arrow]

2025-01-21 Thread via GitHub
wgtmac closed issue #45283: [Python][C++][Parquet] "OSError: Repetition level histogram size mismatch" when reading parquet file in pyarrow since 19.0.0 URL: https://github.com/apache/arrow/issues/45283 -- This is an automated message from the Apache Git Service. To respond to the message, pl