[I] [Python] Expose append parameter from FileOutputStream::Open [arrow]

2023-11-22 Thread via GitHub
milesgranger opened a new issue, #38857: URL: https://github.com/apache/arrow/issues/38857 ### Describe the enhancement requested Allow PyArrow's OsFile to set the `append` parameter from `FileOutputStream::Open`. ### Component(s) Python -- This is an automated

Re: [I] [Integration] C Data Interface integration segmentation fault with Java and other runtimes [arrow]

2023-11-22 Thread via GitHub
pitrou closed issue #38684: [Integration] C Data Interface integration segmentation fault with Java and other runtimes URL: https://github.com/apache/arrow/issues/38684 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[I] Website: Contributing link is not working [arrow]

2023-11-22 Thread via GitHub
jduo opened a new issue, #38851: URL: https://github.com/apache/arrow/issues/38851 ### Describe the bug, including details regarding any error messages, version, and platform. On arrow.apache.org, if you click the Community dropdown > Contributing, you get a dead link to

Re: [I] [Java] jdbc:arrow-flight-sql executeQuery behaves incorrectly [arrow]

2023-11-22 Thread via GitHub
jduo closed issue #38785: [Java] jdbc:arrow-flight-sql executeQuery behaves incorrectly URL: https://github.com/apache/arrow/issues/38785 -- 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] Seeking EOF of GCS File fails via Python [arrow]

2023-11-22 Thread via GitHub
anoojpatel opened a new issue, #38854: URL: https://github.com/apache/arrow/issues/38854 ### Describe the bug, including details regarding any error messages, version, and platform. MWE: create test file: ``` #test.py x = 1 +2 def func(x): return x + 1

Re: [I] [C++][Format] Draft an implementation of the LIST_VIEW array format [arrow]

2023-11-22 Thread via GitHub
pitrou closed issue #35344: [C++][Format] Draft an implementation of the LIST_VIEW array format URL: https://github.com/apache/arrow/issues/35344 -- 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] [R] Cross compiling for MacOS no longer working [arrow]

2023-11-22 Thread via GitHub
jeroen opened a new issue, #38855: URL: https://github.com/apache/arrow/issues/38855 ### Describe the bug, including details regarding any error messages, version, and platform. When we try to cross compile the R package on Linux to MacOS, it now downoads the wrong libarrow binary,

Re: [I] [C++] Replace #ifdef ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB [arrow]

2023-11-22 Thread via GitHub
kou closed issue #38852: [C++] Replace #ifdef ARROW_WITH_GZIP in dataset test to ARROW_WITH_ZLIB URL: https://github.com/apache/arrow/issues/38852 -- 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++][Parquet] Skip TestArrowReaderAdHoc.ReadFloat16Files when snappy is not built [arrow]

2023-11-22 Thread via GitHub
wgtmac closed issue #38823: [C++][Parquet] Skip TestArrowReaderAdHoc.ReadFloat16Files when snappy is not built URL: https://github.com/apache/arrow/issues/38823 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[I] [Dev] Prompt whether an issue should be labeled as Breaking Change when merging [arrow]

2023-11-22 Thread via GitHub
raulcd opened a new issue, #38841: URL: https://github.com/apache/arrow/issues/38841 ### Describe the enhancement requested Currently is rather difficult to know whether a commit contains a Breaking Change or not and this is done by manually tagging the issue with the `Breaking

[I] Support for Nested Schema of Lists and Structs [arrow]

2023-11-22 Thread via GitHub
vizkidd opened a new issue, #38843: URL: https://github.com/apache/arrow/issues/38843 ### Describe the enhancement requested Hi! I am trying to store NCBI_BLAST data with arrow. In my use case the data is grouped and tabular with each group having duplicated data in ID columns (like

Re: [I] Proper way to intercept flight stream cancellation during FlightProducer::getStream() execution? [arrow]

2023-11-22 Thread via GitHub
bepec closed issue #38668: Proper way to intercept flight stream cancellation during FlightProducer::getStream() execution? URL: https://github.com/apache/arrow/issues/38668 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[I] Arrow S3 filesystem have bugs on virtual hosted config [arrow]

2023-11-22 Thread via GitHub
liangjiawei1110 opened a new issue, #38844: URL: https://github.com/apache/arrow/issues/38844 ### Describe the bug, including details regarding any error messages, version, and platform. in the file /arrow/cpp/src/arrow/filesystem/s3fs.cc , at the line:917 , the bool var

[I] Allow read_csv invalid_row_handler to allow it to fix the row [arrow]

2023-11-22 Thread via GitHub
MurrayData opened a new issue, #38842: URL: https://github.com/apache/arrow/issues/38842 ### Describe the enhancement requested I have a problem with a regaulr data source in that it often contains embedded commas, but fields are not quoted. I have a workaround for this, using

[I] There is an error in the usage example of the Compute Function on the official website? [arrow]

2023-11-22 Thread via GitHub
caiwanli opened a new issue, #38847: URL: https://github.com/apache/arrow/issues/38847 ### Describe the usage question you have. Please include as many useful details as possible. I use Compute Function according to the example on the official website, and can compile

[I] [C++][Parquet]: Add support for list view and large list view [arrow]

2023-11-22 Thread via GitHub
mapleFU opened a new issue, #38849: URL: https://github.com/apache/arrow/issues/38849 ### Describe the enhancement requested Parquet itself doesn't has a `LIST_VIEW` type, however, we can read/write a `LIST_VIEW` inside parquet. Some notes: 1. During loading, I think