[jira] [Created] (ARROW-18426) Update committers and PMC members on website

2022-12-05 Thread Benson Muite (Jira)
Benson Muite created ARROW-18426: Summary: Update committers and PMC members on website Key: ARROW-18426 URL: https://issues.apache.org/jira/browse/ARROW-18426 Project: Apache Arrow Issue

[jira] [Created] (ARROW-18425) Add support for Substrait round expression

2022-12-05 Thread Bryce Mecum (Jira)
Bryce Mecum created ARROW-18425: --- Summary: Add support for Substrait round expression Key: ARROW-18425 URL: https://issues.apache.org/jira/browse/ARROW-18425 Project: Apache Arrow Issue Type:

[GitHub] [arrow] lidavidm opened a new issue, #14846: [Dev] Update download_rc_binaries to be able to fetch from GitHub Releases

2022-12-05 Thread GitBox
lidavidm opened a new issue, #14846: URL: https://github.com/apache/arrow/issues/14846 ### Describe the enhancement requested ADBC is using GitHub Releases instead of Artifactory; it would be nice to share a little bit of this infrastructure instead of having to replicate it all.

[GitHub] [arrow] kou closed issue #14824: [CI] r-binary-packages should only upload artifacts if all tests succeed

2022-12-05 Thread GitBox
kou closed issue #14824: [CI] r-binary-packages should only upload artifacts if all tests succeed URL: https://github.com/apache/arrow/issues/14824 -- 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

[GitHub] [arrow] pitrou closed issue #14842: [C++] Propagate some errors in JSON chunker

2022-12-05 Thread GitBox
pitrou closed issue #14842: [C++] Propagate some errors in JSON chunker URL: https://github.com/apache/arrow/issues/14842 -- 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

[GitHub] [arrow] pitrou closed issue #14755: Expose QuotingStyle to Python

2022-12-05 Thread GitBox
pitrou closed issue #14755: Expose QuotingStyle to Python URL: https://github.com/apache/arrow/issues/14755 -- 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,

[jira] [Created] (ARROW-18424) [C++] Fix Doxygen error on `arrow::engine::ConversionStrictness`

2022-12-05 Thread Yaron Gvili (Jira)
Yaron Gvili created ARROW-18424: --- Summary: [C++] Fix Doxygen error on `arrow::engine::ConversionStrictness` Key: ARROW-18424 URL: https://issues.apache.org/jira/browse/ARROW-18424 Project: Apache Arrow

[GitHub] [arrow] markjschreiber opened a new issue, #14844: VectorValueComparator should skip the null test for NonNullable FieldTypes types

2022-12-05 Thread GitBox
markjschreiber opened a new issue, #14844: URL: https://github.com/apache/arrow/issues/14844 ### Describe the enhancement requested I recently ran a profiler on a simple implementation of a sort and noticed that the VectorValueComparator spends quite a lot of time checking the values

[GitHub] [arrow] benibus opened a new issue, #14842: [C++] Propagate some errors in JSON chunker

2022-12-05 Thread GitBox
benibus opened a new issue, #14842: URL: https://github.com/apache/arrow/issues/14842 ### Describe the bug, including details regarding any error messages, version, and platform. The current JSON `Chunker` defers all error reporting to a later parsing stage when

[GitHub] [arrow] assignUser closed issue #14837: ds.write_dataset how to implement new data?

2022-12-05 Thread GitBox
assignUser closed issue #14837: ds.write_dataset how to implement new data? URL: https://github.com/apache/arrow/issues/14837 -- 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.

[GitHub] [arrow] sayantikabanik opened a new issue, #14840: Color coding for warnings [Building documentation]

2022-12-05 Thread GitBox
sayantikabanik opened a new issue, #14840: URL: https://github.com/apache/arrow/issues/14840 ### Describe the enhancement requested ### Short description While building the documentation, I noticed the warnings appearing on the console are color coded as `red` which I assumed

[GitHub] [arrow] phpsxg opened a new issue, #14837: ds.write_dataset how to implement new data?

2022-12-05 Thread GitBox
phpsxg opened a new issue, #14837: URL: https://github.com/apache/arrow/issues/14837 ### Describe the bug, including details regarding any error messages, version, and platform. When I am using pq.write_to_dataset ( existing_data_behavior='overwrite_or_ignore') is able to add