[GitHub] [arrow] alexandreyc commented on a diff in pull request #13370: MINOR: [C++] [Docs] Fix comment typo in row_wise_conversion_example example

2022-06-11 Thread GitBox
alexandreyc commented on code in PR #13370: URL: https://github.com/apache/arrow/pull/13370#discussion_r895099393 ## cpp/examples/arrow/row_wise_conversion_example.cc: ## @@ -97,7 +97,7 @@ arrow::Result> VectorToColumnarTable( ARROW_RETURN_NOT_OK(id_builder.Finish(&id_array)

[GitHub] [arrow] vibhatha commented on pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions

2022-06-11 Thread GitBox
vibhatha commented on PR #13344: URL: https://github.com/apache/arrow/pull/13344#issuecomment-1153054825 cc @nealrichardson made some changes to R library, appreciate your feedback. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [arrow] vibhatha commented on a diff in pull request #13370: MINOR: [C++] [Docs] Fix comment typo in row_wise_conversion_example example

2022-06-11 Thread GitBox
vibhatha commented on code in PR #13370: URL: https://github.com/apache/arrow/pull/13370#discussion_r895087790 ## cpp/examples/arrow/row_wise_conversion_example.cc: ## @@ -97,7 +97,7 @@ arrow::Result> VectorToColumnarTable( ARROW_RETURN_NOT_OK(id_builder.Finish(&id_array));

[GitHub] [arrow] vibhatha commented on pull request #13344: ARROW-16686: [C++] Use shared_ptr with FunctionOptions

2022-06-11 Thread GitBox
vibhatha commented on PR #13344: URL: https://github.com/apache/arrow/pull/13344#issuecomment-1153044022 @kou need help with the C GLib changes. -- 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

[GitHub] [arrow] vibhatha commented on pull request #13150: ARROW-16549: [C++] Simplify AggregateNodeOptions aggregates/targets

2022-06-11 Thread GitBox
vibhatha commented on PR #13150: URL: https://github.com/apache/arrow/pull/13150#issuecomment-1153038879 @westonpace s3 test case is failing. I assume it’s flaky? Saw it frequently in recent CIs. @nealrichardson still get the issue in one CI. ``` Error: Error: Not lint fre

[GitHub] [arrow] emkornfield commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
emkornfield commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1153021230 These seem unrelated to this PR? If so I can open up JIRA to track -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [arrow] wesm commented on pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on PR #13364: URL: https://github.com/apache/arrow/pull/13364#issuecomment-1153019310 I'm working on some incidental cleanups that I ran into fixing the Python UDF code paths. I'll push the closer-to-CI-green branch with the changes (e.g. removing `VisitArrayDataInline`) some

[GitHub] [arrow] github-actions[bot] commented on pull request #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #13371: URL: https://github.com/apache/arrow/pull/13371#issuecomment-1153005039 Revision: bf8d7321230b995495096e175a18e45b0a332832 Submitted crossbow builds: [ursacomputing/crossbow @ actions-ab7820d7cd](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] kou opened a new pull request, #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs

2022-06-11 Thread GitBox
kou opened a new pull request, #13371: URL: https://github.com/apache/arrow/pull/13371 This is a follow-up of ARROW-16745/#13307. If we use 3 or more jobs to build RPM, memory on Travis CI is exhausted. It causes the "No output has been received in the last 10m0s, this potentiall

[GitHub] [arrow] github-actions[bot] commented on pull request #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #13371: URL: https://github.com/apache/arrow/pull/13371#issuecomment-1153004692 https://issues.apache.org/jira/browse/ARROW-16815 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [arrow] github-actions[bot] commented on pull request #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #13371: URL: https://github.com/apache/arrow/pull/13371#issuecomment-1153004696 :warning: Ticket **has not been started in JIRA**, please click 'Start Progress'. -- This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [arrow] kou commented on pull request #13371: ARROW-16815: [Packaging][RPM] Don't use too many parallel jobs

2022-06-11 Thread GitBox
kou commented on PR #13371: URL: https://github.com/apache/arrow/pull/13371#issuecomment-1153004915 @github-actions crossbow submit almalinux-* centos-* amazon-linux-* -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [arrow] kou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
kou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1153002196 We need to fix `wheel-*-cp37-*` failures such as `wheel-manylinux2014-cp37-amd64`: https://github.com/ursacomputing/crossbow/runs/6842267198?check_suite_focus=true ```text ==

[GitHub] [arrow] github-actions[bot] commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #13244: URL: https://github.com/apache/arrow/pull/13244#issuecomment-1153001622 Revision: df43a5dd2962edad5be5c16c0769980ee5649149 Submitted crossbow builds: [ursacomputing/crossbow @ actions-f3484325d2](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] kou commented on pull request #13244: ARROW-12626: [C++] Support toolchain xsimd, update toolchain version to version 8.1.0

2022-06-11 Thread GitBox
kou commented on PR #13244: URL: https://github.com/apache/arrow/pull/13244#issuecomment-1153001495 @github-actions crossbow submit wheel-windows-cp38-amd64 -- 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

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895067365 ## cpp/src/arrow/util/bitmap.h: ## @@ -53,27 +53,36 @@ class ARROW_EXPORT Bitmap : public util::ToStringOstreamable, Bitmap() = default; - Bitmap(std::shared_ptr b

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895067323 ## cpp/src/arrow/scalar.h: ## @@ -129,6 +135,9 @@ namespace internal { struct ARROW_EXPORT PrimitiveScalarBase : public Scalar { using Scalar::Scalar; + /// \brief G

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895067171 ## cpp/src/arrow/array/data.cc: ## @@ -128,6 +131,143 @@ int64_t ArrayData::GetNullCount() const { return precomputed; } +// -

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895066967 ## cpp/src/arrow/compute/kernels/codegen_internal.h: ## @@ -397,14 +400,198 @@ struct BoxScalar { static void Box(T val, Scalar* out) { checked_cast(out)->value = val;

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895066814 ## cpp/src/arrow/type.h: ## @@ -126,7 +126,8 @@ struct ARROW_EXPORT DataTypeLayout { /// /// Simple datatypes may be entirely described by their Type::type id, but /// c

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895066801 ## cpp/src/arrow/util/bit_block_counter.h: ## @@ -490,26 +493,34 @@ static void VisitBitBlocksVoid(const std::shared_ptr& bitmap_buf, int64_ } template -static Status

[GitHub] [arrow] kou merged pull request #13360: ARROW-16804: [CI][Conan] Merge upstream changes

2022-06-11 Thread GitBox
kou merged PR #13360: URL: https://github.com/apache/arrow/pull/13360 -- 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: github-unsubscr...@arrow.apache.or

[GitHub] [arrow] kou merged pull request #13346: ARROW-16788: [C++] Remove hardening flags gRPC doesn't support

2022-06-11 Thread GitBox
kou merged PR #13346: URL: https://github.com/apache/arrow/pull/13346 -- 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: github-unsubscr...@arrow.apache.or

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895059737 ## cpp/src/arrow/util/bitmap.h: ## @@ -53,27 +53,36 @@ class ARROW_EXPORT Bitmap : public util::ToStringOstreamable, Bitmap() = default; - Bitmap(std::shared_ptr b

[GitHub] [arrow] wesm commented on a diff in pull request #13364: ARROW-16756: [C++] Introduce non-owning ArraySpan, ExecSpan data structures and refactor ScalarKernels to use them

2022-06-11 Thread GitBox
wesm commented on code in PR #13364: URL: https://github.com/apache/arrow/pull/13364#discussion_r895059600 ## cpp/src/arrow/array/data.h: ## @@ -242,6 +245,127 @@ struct ARROW_EXPORT ArrayData { std::shared_ptr dictionary; }; +/// \brief A non-owning Buffer reference +stru

[GitHub] [arrow-rs] tustvold merged pull request #1827: Refactor parquet::arrow module

2022-06-11 Thread GitBox
tustvold merged PR #1827: URL: https://github.com/apache/arrow-rs/pull/1827 -- 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: github-unsubscr...@arrow.apa

[GitHub] [arrow] emkornfield commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example

2022-06-11 Thread GitBox
emkornfield commented on code in PR #12775: URL: https://github.com/apache/arrow/pull/12775#discussion_r895048272 ## cpp/examples/arrow/rapidjson_row_converter.cc: ## @@ -0,0 +1,590 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [arrow] emkornfield commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example

2022-06-11 Thread GitBox
emkornfield commented on code in PR #12775: URL: https://github.com/apache/arrow/pull/12775#discussion_r895048076 ## cpp/examples/arrow/rapidjson_row_converter.cc: ## @@ -0,0 +1,590 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [arrow] emkornfield commented on a diff in pull request #12775: ARROW-16006: [C++] Row conversion helpers and example

2022-06-11 Thread GitBox
emkornfield commented on code in PR #12775: URL: https://github.com/apache/arrow/pull/12775#discussion_r895047946 ## c_glib/arrow-glib/table-builder.cpp: ## @@ -155,11 +155,10 @@ garrow_record_batch_builder_new(GArrowSchema *schema, GError **error) { auto arrow_schema = gar

[GitHub] [arrow-rs] viirya commented on issue #1404: Triage remaining integration test failures with other Arrow implementations

2022-06-11 Thread GitBox
viirya commented on issue #1404: URL: https://github.com/apache/arrow-rs/issues/1404#issuecomment-1152960201 As we enable almost all test cases except for `generate_decimal256_case` which we have an issue #131 tracking it, maybe we can close this. cc @alamb -- This is an automated

[GitHub] [arrow] viirya commented on pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust

2022-06-11 Thread GitBox
viirya commented on PR #13219: URL: https://github.com/apache/arrow/pull/13219#issuecomment-1152960117 Thank you @alamb -- 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-rs] tustvold opened a new issue, #1851: Faster StringDictionaryBuilder

2022-06-11 Thread GitBox
tustvold opened a new issue, #1851: URL: https://github.com/apache/arrow-rs/issues/1851 **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** A while back I implemented an optimized string dictionary builder for [IOx](https://github

[GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2722: Add public API for GlobalLimitExec and LocalLimitExec

2022-06-11 Thread GitBox
codecov-commenter commented on PR #2722: URL: https://github.com/apache/arrow-datafusion/pull/2722#issuecomment-1152953789 # [Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2722?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [arrow-rs] tustvold opened a new issue, #1850: Add Vec-inspired APIs to BufferBuilder

2022-06-11 Thread GitBox
tustvold opened a new issue, #1850: URL: https://github.com/apache/arrow-rs/issues/1850 **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `BufferBuilder` is effectively a `Vec` that can be converted to `Buffer` without needing t

[GitHub] [arrow-datafusion] andygrove merged pull request #2688: fix: union schema fix

2022-06-11 Thread GitBox
andygrove merged PR #2688: URL: https://github.com/apache/arrow-datafusion/pull/2688 -- 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: github-unsubscr...@

[GitHub] [arrow-rs] tustvold opened a new issue, #1849: Use BufferBuilder in parquet instead of custom ScalarBuffer

2022-06-11 Thread GitBox
tustvold opened a new issue, #1849: URL: https://github.com/apache/arrow-rs/issues/1849 **Is your feature request related to a problem or challenge? Please describe what you are trying to do.** The existence of the custom `ScalarBuffer` in the parquet crate is primarily because I was

[GitHub] [arrow-datafusion] andygrove opened a new pull request, #2722: Add public API for GlobalLimitExec and LocalLimitExec

2022-06-11 Thread GitBox
andygrove opened a new pull request, #2722: URL: https://github.com/apache/arrow-datafusion/pull/2722 # Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/2720 # Rationale for this change Query engines such as Ballista re

[GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2716: Support for GROUPING SETS/CUBE/ROLLUP

2022-06-11 Thread GitBox
codecov-commenter commented on PR #2716: URL: https://github.com/apache/arrow-datafusion/pull/2716#issuecomment-1152921401 # [Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2716?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [arrow] alamb commented on pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust

2022-06-11 Thread GitBox
alamb commented on PR #13219: URL: https://github.com/apache/arrow/pull/13219#issuecomment-1152896737 Thanks again @viirya -- this is a major step forward -- 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

[GitHub] [arrow] alamb merged pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust

2022-06-11 Thread GitBox
alamb merged PR #13219: URL: https://github.com/apache/arrow/pull/13219 -- 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: github-unsubscr...@arrow.apache.

[GitHub] [arrow] alamb commented on pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust

2022-06-11 Thread GitBox
alamb commented on PR #13219: URL: https://github.com/apache/arrow/pull/13219#issuecomment-1152896191 Following the process in https://github.com/apache/arrow/tree/master/dev -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [arrow] alamb commented on pull request #13219: ARROW-16636: [Rust] Activate several IPC integration tests for rust

2022-06-11 Thread GitBox
alamb commented on PR #13219: URL: https://github.com/apache/arrow/pull/13219#issuecomment-1152895907 Looking into it -- 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 uns

[GitHub] [arrow-rs] alamb commented on issue #1808: Blog post about arrow 10.0.0 - 16.0.0

2022-06-11 Thread GitBox
alamb commented on issue #1808: URL: https://github.com/apache/arrow-rs/issues/1808#issuecomment-1152895665 Here is a draft blog post about arrow/parquet : https://github.com/apache/arrow-site/pull/220 -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [arrow-rs] codecov-commenter commented on pull request #1839: Improve comparison of struct fields

2022-06-11 Thread GitBox
codecov-commenter commented on PR #1839: URL: https://github.com/apache/arrow-rs/pull/1839#issuecomment-1152890889 # [Codecov](https://codecov.io/gh/apache/arrow-rs/pull/1839?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+S

[GitHub] [arrow-datafusion] codecov-commenter commented on pull request #2713: feat: async extension planner

2022-06-11 Thread GitBox
codecov-commenter commented on PR #2713: URL: https://github.com/apache/arrow-datafusion/pull/2713#issuecomment-1152890726 # [Codecov](https://codecov.io/gh/apache/arrow-datafusion/pull/2713?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[GitHub] [arrow] github-actions[bot] commented on pull request #13370: [Minor][Doc][C++] Fix comment typo in row_wise_conversion_example C++ example

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #13370: URL: https://github.com/apache/arrow/pull/13370#issuecomment-1152889681 Thanks for opening a pull request! If this is not a [minor PR](https://github.com/apache/arrow/blob/master/CONTRIBUTING.md#Minor-Fixes). Could you open an issue

[GitHub] [arrow-rs] nl5887 commented on a diff in pull request #1839: Improve comparison of struct fields

2022-06-11 Thread GitBox
nl5887 commented on code in PR #1839: URL: https://github.com/apache/arrow-rs/pull/1839#discussion_r895000936 ## arrow/src/compute/kernels/concat.rs: ## @@ -62,7 +62,7 @@ pub fn concat(arrays: &[&dyn Array]) -> Result { if arrays .iter() -.any(|array| arr

[GitHub] [arrow-datafusion] waynexia commented on a diff in pull request #2713: feat: async extension planner

2022-06-11 Thread GitBox
waynexia commented on code in PR #2713: URL: https://github.com/apache/arrow-datafusion/pull/2713#discussion_r895000577 ## datafusion/core/src/physical_plan/planner.rs: ## @@ -292,10 +293,10 @@ pub trait ExtensionPlanner { /// Returns `None` when the planner does not know h

[GitHub] [arrow-rs] tustvold closed issue #1800: Speed up `substring_by_char`

2022-06-11 Thread GitBox
tustvold closed issue #1800: Speed up `substring_by_char` URL: https://github.com/apache/arrow-rs/issues/1800 -- 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-

[GitHub] [arrow-rs] tustvold merged pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
tustvold merged PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832 -- 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: github-unsubscr...@arrow.apa

[GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
HaoYang670 commented on code in PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832#discussion_r894998113 ## arrow/src/compute/kernels/substring.rs: ## @@ -182,24 +182,66 @@ pub fn substring_by_char( start: i64, length: Option, ) -> Result> { -Ok(array -

[GitHub] [arrow] github-actions[bot] commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152884668 Revision: 0f1f1dad068e77279bfa0da99ff264541626aa5b Submitted crossbow builds: [ursacomputing/crossbow @ actions-8c3920b06e](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152884521 @github-actions crossbow submit -g nightly -- 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

[GitHub] [arrow] github-actions[bot] commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152883979 Revision: 0f1f1dad068e77279bfa0da99ff264541626aa5b Submitted crossbow builds: [ursacomputing/crossbow @ actions-041204a60b](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152883861 @github-actions crossbow submit wheel-macos-* -- 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 t

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152883604 Ok, the situation on our macOS wheel builds is a bit horrible, but it's pointless to try to improve it here, so I'll revert the last two commits. -- This is an automated message from the

[GitHub] [arrow] github-actions[bot] commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152882423 Revision: 922e4ef23400b7c7f1940ff1d2b06146e4ac4909 Submitted crossbow builds: [ursacomputing/crossbow @ actions-2176483478](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152882303 @github-actions crossbow submit wheel-macos-big-sur* -- 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

[GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
HaoYang670 commented on code in PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832#discussion_r894995613 ## arrow/src/compute/kernels/substring.rs: ## @@ -182,24 +182,66 @@ pub fn substring_by_char( start: i64, length: Option, ) -> Result> { -Ok(array -

[GitHub] [arrow] pitrou commented on a diff in pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on code in PR #12763: URL: https://github.com/apache/arrow/pull/12763#discussion_r894995481 ## dev/tasks/python-wheels/github.osx.arm64.yml: ## @@ -134,6 +134,8 @@ jobs: $PYTHON -m venv test-arm64-env source test-arm64-env/bin/activate

[GitHub] [arrow] github-actions[bot] commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152881327 Revision: 5726837c8cd62ea9f27ec802807297aa37c791d2 Submitted crossbow builds: [ursacomputing/crossbow @ actions-69a77093c0](https://github.com/ursacomputing/crossbow/bra

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152881241 @github-actions crossbow submit wheel-macos-big-sur* -- 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

[GitHub] [arrow] github-actions[bot] commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
github-actions[bot] commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152881168 ``` Unable to match any tasks for `wheel-macos-bigsur*` The Archery job run can be found at: https://github.com/apache/arrow/actions/runs/2479330931 ``` -- This is

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152881054 @github-actions crossbow submit wheel-macos-bigsur* -- 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 t

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
tustvold commented on code in PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832#discussion_r894994725 ## arrow/src/compute/kernels/substring.rs: ## @@ -182,24 +182,66 @@ pub fn substring_by_char( start: i64, length: Option, ) -> Result> { -Ok(array -

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
tustvold commented on code in PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832#discussion_r894994725 ## arrow/src/compute/kernels/substring.rs: ## @@ -182,24 +182,66 @@ pub fn substring_by_char( start: i64, length: Option, ) -> Result> { -Ok(array -

[GitHub] [arrow] pitrou commented on pull request #12763: ARROW-14892: [Python][C++] GCS Bindings

2022-06-11 Thread GitBox
pitrou commented on PR #12763: URL: https://github.com/apache/arrow/pull/12763#issuecomment-1152878185 No, the macOS s3fs failures are unrelated. -- 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

[GitHub] [arrow-rs] HaoYang670 commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
HaoYang670 commented on code in PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832#discussion_r894990187 ## arrow/src/compute/kernels/substring.rs: ## @@ -182,24 +182,66 @@ pub fn substring_by_char( start: i64, length: Option, ) -> Result> { -Ok(array -

[GitHub] [arrow-rs] tustvold closed issue #1835: Add `quarter` support in `temporal`

2022-06-11 Thread GitBox
tustvold closed issue #1835: Add `quarter` support in `temporal` URL: https://github.com/apache/arrow-rs/issues/1835 -- 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 unsubscr

[GitHub] [arrow-rs] tustvold merged pull request #1836: Add `quarter` support in `temporal`

2022-06-11 Thread GitBox
tustvold merged PR #1836: URL: https://github.com/apache/arrow-rs/pull/1836 -- 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: github-unsubscr...@arrow.apa

[GitHub] [arrow-rs] tustvold commented on a diff in pull request #1832: speed up `substring_by_char` by about 2.5x

2022-06-11 Thread GitBox
tustvold commented on code in PR #1832: URL: https://github.com/apache/arrow-rs/pull/1832#discussion_r894988645 ## arrow/src/compute/kernels/substring.rs: ## @@ -182,24 +182,66 @@ pub fn substring_by_char( start: i64, length: Option, ) -> Result> { -Ok(array -

[GitHub] [arrow-datafusion] AssHero commented on pull request #2721: more data types are supported in hash join

2022-06-11 Thread GitBox
AssHero commented on PR #2721: URL: https://github.com/apache/arrow-datafusion/pull/2721#issuecomment-1152872254 Hi @alamb , as discussed before, more common used data types, such as Date32/Date64/Decimal/Dictionary(integer/unsigned integer, Utf8) are supported in hash join. -- This

[GitHub] [arrow-datafusion] AssHero opened a new pull request, #2721: more data types are supported in hash join

2022-06-11 Thread GitBox
AssHero opened a new pull request, #2721: URL: https://github.com/apache/arrow-datafusion/pull/2721 # Which issue does this PR close? Closes #2145 # Rationale for this change More data types are supported in hash join. such as Date32、Date64、Decimal、Dictionary(_, Utf8)

[GitHub] [arrow-rs] viirya commented on a diff in pull request #1839: Improve comparison of struct fields

2022-06-11 Thread GitBox
viirya commented on code in PR #1839: URL: https://github.com/apache/arrow-rs/pull/1839#discussion_r894987393 ## arrow/src/compute/kernels/concat.rs: ## @@ -62,7 +62,7 @@ pub fn concat(arrays: &[&dyn Array]) -> Result { if arrays .iter() -.any(|array| arr