Re: [I] [C++] Dynamic hook simd level seems not involve sse4.2 [arrow]

2023-11-23 Thread via GitHub
chasingegg closed issue #38623: [C++] Dynamic hook simd level seems not involve sse4.2 URL: https://github.com/apache/arrow/issues/38623 -- 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

[I] [C++][Parquet] Parquet: support exact in Page/Row-Group level Statistics [arrow]

2023-11-23 Thread via GitHub
mapleFU opened a new issue, #38859: URL: https://github.com/apache/arrow/issues/38859 ### Describe the enhancement requested Parquet standard adds a `is_{min/max}_exact` in `Statistics`. This is only used in Page and Row-Group level. Currently, we don't support Truncate Binary and

Re: [I] [Python][Geopandas][AWS] Missing optional dependency 'pyarrow.parquet' after updating to v14.0.1 [arrow]

2023-11-23 Thread via GitHub
gbarrospfrmwk closed issue #38749: [Python][Geopandas][AWS] Missing optional dependency 'pyarrow.parquet' after updating to v14.0.1 URL: https://github.com/apache/arrow/issues/38749 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[I] Static pkg-config file needs `-framework Security` on MacOS [arrow]

2023-11-23 Thread via GitHub
jeroen opened a new issue, #38861: URL: https://github.com/apache/arrow/issues/38861 ### Describe the bug, including details regarding any error messages, version, and platform. When we vendor `aws-sdk-cpp` in `libarrow_bundled_dependencies.a` it needs to be linked with `-framework

[I] [C++][Parquet] support passing a RowRange to RecordBatchReader [arrow]

2023-11-23 Thread via GitHub
binmahone opened a new issue, #38865: URL: https://github.com/apache/arrow/issues/38865 ### Describe the enhancement requested Currently GetRecordBatchReader API accepts row_group_indices and column_indices. It would be nice to extend the API to accept one more parameter: A

Re: [I] [C++][Parquet] Update parquet.thrift to sync with 2.10.0 [arrow]

2023-11-23 Thread via GitHub
mapleFU closed issue #38814: [C++][Parquet] Update parquet.thrift to sync with 2.10.0 URL: https://github.com/apache/arrow/issues/38814 -- 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

[I] Pyarrow looses driver information while serialization [arrow]

2023-11-23 Thread via GitHub
ThePiyushGupta opened a new issue, #38862: URL: https://github.com/apache/arrow/issues/38862 ### Describe the bug, including details regarding any error messages, version, and platform. Pyarrow looses the driver information while serialization. This can lead to erratic behaviour

[I] [C++][Python] DLPack on FixedShapeTensorArray/FixedShapeTensorScalar [arrow]

2023-11-23 Thread via GitHub
AlenkaF opened a new issue, #38868: URL: https://github.com/apache/arrow/issues/38868 ### Describe the enhancement requested With the work in https://github.com/apache/arrow/issues/33984 support for `DLPack` (exporting) will be added to `Arrays`. It would be great to do similar for

Re: [I] [C++][Parquet] BloomFilter Read/Write length when parquet-2.10 is released [arrow]

2023-11-23 Thread via GitHub
mapleFU closed issue #38181: [C++][Parquet] BloomFilter Read/Write length when parquet-2.10 is released URL: https://github.com/apache/arrow/issues/38181 -- 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

Re: [I] [Documentation] Add List View and Large List View to status.rst [arrow]

2023-11-23 Thread via GitHub
pitrou closed issue #38870: [Documentation] Add List View and Large List View to status.rst URL: https://github.com/apache/arrow/issues/38870 -- 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] [Documentation] Add List View and Large List View to status.rst [arrow]

2023-11-23 Thread via GitHub
felipecrv opened a new issue, #38870: URL: https://github.com/apache/arrow/issues/38870 ### Describe the enhancement requested Update https://github.com/apache/arrow/blob/main/docs/source/status.rst to say list-view types are supported in C++ and Go implementations. ###