[GitHub] [arrow] github-actions[bot] commented on pull request #7672: ARROW-9348: [C++] Replace usages of TestBase::MakeRandomArray in testing/gtest_util.h with RandomArrayGenerator

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7672: URL: https://github.com/apache/arrow/pull/7672#issuecomment-655295896 https://issues.apache.org/jira/browse/ARROW-9348 This is an automated message from the Apache Git

[GitHub] [arrow] arw2019 opened a new pull request #7672: ARROW-9348: [C++] Replace usages of TestBase::MakeRandomArray in testing/gtest_util.h with RandomArrayGenerator

2020-07-07 Thread GitBox
arw2019 opened a new pull request #7672: URL: https://github.com/apache/arrow/pull/7672 This PR addresses https://issues.apache.org/jira/browse/ARROW-9348 This is an automated message from the Apache Git Service. To respond

[GitHub] [arrow] houqp commented on a change in pull request #7666: ARROW-8559: [Rust] Consolidate Record Batch reader traits in main arrow crate

2020-07-07 Thread GitBox
houqp commented on a change in pull request #7666: URL: https://github.com/apache/arrow/pull/7666#discussion_r451278084 ## File path: rust/arrow/src/record_batch.rs ## @@ -216,15 +216,28 @@ impl Into for RecordBatch { } } -/// Definition of record batch reader. +///

[GitHub] [arrow] houqp commented on a change in pull request #7666: ARROW-8559: [Rust] Consolidate Record Batch reader traits in main arrow crate

2020-07-07 Thread GitBox
houqp commented on a change in pull request #7666: URL: https://github.com/apache/arrow/pull/7666#discussion_r451273911 ## File path: rust/datafusion/src/datasource/datasource.rs ## @@ -20,13 +20,13 @@ use std::sync::{Arc, Mutex}; use arrow::datatypes::Schema; +use

[GitHub] [arrow] houqp commented on a change in pull request #7666: ARROW-8559: [Rust] Consolidate Record Batch reader traits in main arrow crate

2020-07-07 Thread GitBox
houqp commented on a change in pull request #7666: URL: https://github.com/apache/arrow/pull/7666#discussion_r451273265 ## File path: rust/arrow/src/record_batch.rs ## @@ -216,15 +216,28 @@ impl Into for RecordBatch { } } -/// Definition of record batch reader. +///

[GitHub] [arrow] praveenbingo closed pull request #7642: ARROW-9329: [C++][Gandiva] Implement castTimestampToDate function in gandiva

2020-07-07 Thread GitBox
praveenbingo closed pull request #7642: URL: https://github.com/apache/arrow/pull/7642 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

[GitHub] [arrow] stevengj edited a comment on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
stevengj edited a comment on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655253087 > It seems utf8proc (incorrectly?) claims some undefined codepoints (e.g. https://www.compart.com/en/unicode/U+08BE) are UTF8PROC_CATEGORY_LO (General category Letter

[GitHub] [arrow] stevengj edited a comment on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
stevengj edited a comment on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655253087 > It seems utf8proc (incorrectly?) claims some undefined codepoints (e.g. https://www.compart.com/en/unicode/U+08BE) are UTF8PROC_CATEGORY_LO (General category Letter

[GitHub] [arrow] stevengj edited a comment on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
stevengj edited a comment on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655253087 [U+08BE](https://www.fileformat.info/info/unicode/char/08be/index.htm) was defined in Unicode 13, and category Lo is correct. It sounds like you may be looking at

[GitHub] [arrow] stevengj edited a comment on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
stevengj edited a comment on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655253087 [U+08BE](https://www.fileformat.info/info/unicode/char/08be/index.htm) was defined in Unicode 13, and category Lo is correct. It sounds like you may be looking at

[GitHub] [arrow] stevengj commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
stevengj commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655253087 [U+08BE](https://www.fileformat.info/info/unicode/char/08be/index.htm) was defined in Unicode 13, and category Lo is correct.

[GitHub] [arrow] BryanCutler commented on pull request #7619: ARROW-9300: [Java] Separate Netty Memory to its own module

2020-07-07 Thread GitBox
BryanCutler commented on pull request #7619: URL: https://github.com/apache/arrow/pull/7619#issuecomment-655246147 On a related note, it seems like our netty version 4.1.27 is pretty old now, ~2 years, do you all think it would be good to upgrade this before the 1.0.0 release? It looks

[GitHub] [arrow] BryanCutler commented on pull request #7619: ARROW-9300: [Java] Separate Netty Memory to its own module

2020-07-07 Thread GitBox
BryanCutler commented on pull request #7619: URL: https://github.com/apache/arrow/pull/7619#issuecomment-655244616 I agree that the recommended allocator should still be the netty one for now, so I guess it wouldn't be good to bundle the unsafe allocator as a possible default. I'm good

[GitHub] [arrow] liyafan82 commented on pull request #7619: ARROW-9300: [Java] Separate Netty Memory to its own module

2020-07-07 Thread GitBox
liyafan82 commented on pull request #7619: URL: https://github.com/apache/arrow/pull/7619#issuecomment-655232313 > Looks fine for the most part, but I'm not really sure why we need to separate `arrow-memory-core` and `arrow-memory-unsafe`? Couldn't those be combined since it wouldn't add

[GitHub] [arrow] liyafan82 commented on a change in pull request #7619: ARROW-9300: [Java] Separate Netty Memory to its own module

2020-07-07 Thread GitBox
liyafan82 commented on a change in pull request #7619: URL: https://github.com/apache/arrow/pull/7619#discussion_r451235584 ## File path: java/memory/memory-core/pom.xml ## @@ -0,0 +1,65 @@ + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] [arrow] sagnikc-dremio commented on pull request #7641: ARROW-9328: [C++][Gandiva] Add LTRIM, RTRIM, BTRIM functions for string

2020-07-07 Thread GitBox
sagnikc-dremio commented on pull request #7641: URL: https://github.com/apache/arrow/pull/7641#issuecomment-655228953 @pprudhvi @projjal Can you please review this change? This is an automated message from the Apache Git

[GitHub] [arrow] github-actions[bot] commented on pull request #7671: ARROW-8344: [C#] Bug-fixes to binary array plus other improvements

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7671: URL: https://github.com/apache/arrow/pull/7671#issuecomment-655212330 https://issues.apache.org/jira/browse/ARROW-8344 This is an automated message from the Apache Git

[GitHub] [arrow] jacques-n commented on pull request #7619: ARROW-9300: [Java] Separate Netty Memory to its own module

2020-07-07 Thread GitBox
jacques-n commented on pull request #7619: URL: https://github.com/apache/arrow/pull/7619#issuecomment-655210526 > Looks fine for the most part, but I'm not really sure why we need to separate `arrow-memory-core` and `arrow-memory-unsafe`? Couldn't those be combined since it wouldn't add

[GitHub] [arrow] mr-smidge commented on a change in pull request #7671: ARROW-8344: [C#] Bug-fixes to binary array plus other improvements

2020-07-07 Thread GitBox
mr-smidge commented on a change in pull request #7671: URL: https://github.com/apache/arrow/pull/7671#discussion_r451216615 ## File path: csharp/src/Apache.Arrow/Arrays/BinaryArray.cs ## @@ -237,7 +329,9 @@ public ReadOnlySpan GetBytes(int index) if

[GitHub] [arrow] mr-smidge commented on a change in pull request #7671: ARROW-8344: [C#] Bug-fixes to binary array plus other improvements

2020-07-07 Thread GitBox
mr-smidge commented on a change in pull request #7671: URL: https://github.com/apache/arrow/pull/7671#discussion_r451215646 ## File path: csharp/src/Apache.Arrow/Arrays/BinaryArray.cs ## @@ -173,11 +245,19 @@ public TBuilder Set(int index, byte value) throw

[GitHub] [arrow] mr-smidge commented on a change in pull request #7671: ARROW-8344: [C#] Bug-fixes to binary array plus other improvements

2020-07-07 Thread GitBox
mr-smidge commented on a change in pull request #7671: URL: https://github.com/apache/arrow/pull/7671#discussion_r451215414 ## File path: csharp/src/Apache.Arrow/Arrays/BinaryArray.cs ## @@ -66,87 +66,158 @@ protected BuilderBase(IArrowType dataType)

[GitHub] [arrow] mr-smidge commented on a change in pull request #7671: ARROW-8344: [C#] Bug-fixes to binary array plus other improvements

2020-07-07 Thread GitBox
mr-smidge commented on a change in pull request #7671: URL: https://github.com/apache/arrow/pull/7671#discussion_r451214556 ## File path: csharp/src/Apache.Arrow/Arrays/BinaryArray.cs ## @@ -66,87 +66,158 @@ protected BuilderBase(IArrowType dataType)

[GitHub] [arrow] mr-smidge opened a new pull request #7671: ARROW-8344: [C#] Bug-fixes to binary array plus other improvements

2020-07-07 Thread GitBox
mr-smidge opened a new pull request #7671: URL: https://github.com/apache/arrow/pull/7671 This PR fixes a few bugs in `BinaryArray.Builder()`: * Fixes the `Clear()` method, which previously would break all subsequently-appended values (see JIRA ticket for examples). * Makes the

[GitHub] [arrow] kou closed pull request #7669: ARROW-9351: [C++] Fix CMake 3.2 detection in option value validation

2020-07-07 Thread GitBox
kou closed pull request #7669: URL: https://github.com/apache/arrow/pull/7669 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

[GitHub] [arrow] kou commented on pull request #7669: ARROW-9351: [C++] Fix CMake 3.2 detection in option value validation

2020-07-07 Thread GitBox
kou commented on pull request #7669: URL: https://github.com/apache/arrow/pull/7669#issuecomment-655204658 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [arrow] wesm commented on issue #7663: Sorting on pyarrow data structures ?

2020-07-07 Thread GitBox
wesm commented on issue #7663: URL: https://github.com/apache/arrow/issues/7663#issuecomment-655197308 This isn't where we handle feature requests. There are some sorting-related issues in JIRA; if you do not find one that describes the APIs are you are looking for, could you open a new

[GitHub] [arrow] wesm closed issue #7663: Sorting on pyarrow data structures ?

2020-07-07 Thread GitBox
wesm closed issue #7663: URL: https://github.com/apache/arrow/issues/7663 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

[GitHub] [arrow] lidavidm commented on pull request #7664: ARROW-9265: [C++] Allow writing and reading V4-compliant IPC data

2020-07-07 Thread GitBox
lidavidm commented on pull request #7664: URL: https://github.com/apache/arrow/pull/7664#issuecomment-655193980 Just a high level comment: if I'm reading this right, V4 is still the default metadata version and applications opt in to V5 when they want to read/write unions. Am I

[GitHub] [arrow] nickpoorman commented on pull request #7670: ARROW-9365: [Go] Added the rest of the implemented array builders to NewBuilder

2020-07-07 Thread GitBox
nickpoorman commented on pull request #7670: URL: https://github.com/apache/arrow/pull/7670#issuecomment-655192799 @stuartcarnie @sbinet This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [arrow] github-actions[bot] commented on pull request #7670: ARROW-9365: [Go] Added the rest of the implemented array builders to NewBuilder

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7670: URL: https://github.com/apache/arrow/pull/7670#issuecomment-655153093 https://issues.apache.org/jira/browse/ARROW-9365 This is an automated message from the Apache Git

[GitHub] [arrow] github-actions[bot] commented on pull request #7669: ARROW-9351: [C++] Fix CMake 3.2 detection in option value validation

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7669: URL: https://github.com/apache/arrow/pull/7669#issuecomment-655153095 https://issues.apache.org/jira/browse/ARROW-9351 This is an automated message from the Apache Git

[GitHub] [arrow] nickpoorman opened a new pull request #7670: ARROW-9365: [Go] Added the rest of the implemented array builders to NewBuilder

2020-07-07 Thread GitBox
nickpoorman opened a new pull request #7670: URL: https://github.com/apache/arrow/pull/7670 This PR adds the rest of the implemented typed array builders to the NewBuilder function. I ran into needing this because `NewStructBuilder` internally calls `NewBuilder`.

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r451159113 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null.cc ## @@ -0,0 +1,223 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r451159046 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null.cc ## @@ -0,0 +1,223 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [arrow] github-actions[bot] commented on pull request #7669: ARROW-9351: [C++] Fix CMake 3.2 detection in option value validation

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7669: URL: https://github.com/apache/arrow/pull/7669#issuecomment-655148194 Revision: 3d5cc704cda625df93aa045e17860fc5d5ea62d5 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] kou commented on pull request #7669: ARROW-9351: [C++] Fix CMake 3.2 detection in option value validation

2020-07-07 Thread GitBox
kou commented on pull request #7669: URL: https://github.com/apache/arrow/pull/7669#issuecomment-655147282 @github-actions crossbow submit test-ubuntu-18.04-cpp-cmake32 This is an automated message from the Apache Git

[GitHub] [arrow] kou opened a new pull request #7669: ARROW-9351: [C++] Fix CMake 3.2 detection in option value validation

2020-07-07 Thread GitBox
kou opened a new pull request #7669: URL: https://github.com/apache/arrow/pull/7669 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] kou commented on a change in pull request #7589: ARROW-9276: [Release] Enforce CUDA device for updating the api documentations

2020-07-07 Thread GitBox
kou commented on a change in pull request #7589: URL: https://github.com/apache/arrow/pull/7589#discussion_r451154810 ## File path: dev/release/post-09-docs.sh ## @@ -42,20 +47,20 @@ popd pushd "${ARROW_DIR}" git checkout "${release_tag}" Review comment: Could you

[GitHub] [arrow] BryanCutler commented on a change in pull request #7619: ARROW-9300: [Java] Separate Netty Memory to its own module

2020-07-07 Thread GitBox
BryanCutler commented on a change in pull request #7619: URL: https://github.com/apache/arrow/pull/7619#discussion_r451102944 ## File path: java/adapter/orc/pom.xml ## @@ -15,10 +15,16 @@ org.apache.arrow -arrow-memory -

[GitHub] [arrow] github-actions[bot] commented on pull request #7668: WIP ARROW-9187: [R] Add bindings for arithmetic and is_null kernels

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7668: URL: https://github.com/apache/arrow/pull/7668#issuecomment-655124179 Thanks for opening a pull request! Could you open an issue for this pull request on JIRA? https://issues.apache.org/jira/browse/ARROW Then

[GitHub] [arrow] nealrichardson closed pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
nealrichardson closed pull request #7665: URL: https://github.com/apache/arrow/pull/7665 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

[GitHub] [arrow] github-actions[bot] commented on pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7658: URL: https://github.com/apache/arrow/pull/7658#issuecomment-655121582 Revision: ad162848ecf90b691efa195cd53ce2787188dcb2 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] kszucs commented on pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
kszucs commented on pull request #7658: URL: https://github.com/apache/arrow/pull/7658#issuecomment-655120532 @github-actions crossbow submit -g wheel This is an automated message from the Apache Git Service. To respond to

[GitHub] [arrow] nealrichardson opened a new pull request #7668: WIP ARROW-9187: [R] Add bindings for arithmetic and is_null kernels

2020-07-07 Thread GitBox
nealrichardson opened a new pull request #7668: URL: https://github.com/apache/arrow/pull/7668 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [arrow] kou closed pull request #7652: ARROW-9341: [GLib] Use arrow::Datum version Take()

2020-07-07 Thread GitBox
kou closed pull request #7652: URL: https://github.com/apache/arrow/pull/7652 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

[GitHub] [arrow] kou commented on pull request #7652: ARROW-9341: [GLib] Use arrow::Datum version Take()

2020-07-07 Thread GitBox
kou commented on pull request #7652: URL: https://github.com/apache/arrow/pull/7652#issuecomment-655107335 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [arrow] kou closed pull request #7649: ARROW-9336: [Ruby] Add support for missing keys in StructArrayBuilder

2020-07-07 Thread GitBox
kou closed pull request #7649: URL: https://github.com/apache/arrow/pull/7649 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

[GitHub] [arrow] kou commented on pull request #7649: ARROW-9336: [Ruby] Add support for missing keys in StructArrayBuilder

2020-07-07 Thread GitBox
kou commented on pull request #7649: URL: https://github.com/apache/arrow/pull/7649#issuecomment-655105964 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [arrow] github-actions[bot] commented on pull request #7667: ARROW-9339: [Rust] Comments on SIMD in Arrow README are incorrect

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7667: URL: https://github.com/apache/arrow/pull/7667#issuecomment-655105632 https://issues.apache.org/jira/browse/ARROW-9339 This is an automated message from the Apache Git

[GitHub] [arrow] github-actions[bot] commented on pull request #7666: ARROW-8559: [Rust] Consolidate Record Batch reader traits in main arrow crate

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7666: URL: https://github.com/apache/arrow/pull/7666#issuecomment-655105633 https://issues.apache.org/jira/browse/ARROW-8559 This is an automated message from the Apache Git

[GitHub] [arrow] paddyhoran opened a new pull request #7667: ARROW-9339: [Rust] Comments on SIMD in Arrow README are incorrect

2020-07-07 Thread GitBox
paddyhoran opened a new pull request #7667: URL: https://github.com/apache/arrow/pull/7667 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] paddyhoran opened a new pull request #7666: ARROW-8559: [Rust] Consolidate Record Batch reader traits in main arrow crate

2020-07-07 Thread GitBox
paddyhoran opened a new pull request #7666: URL: https://github.com/apache/arrow/pull/7666 Most libraries that use `Arrow` are likely to want to define types that produce `RecordBatch`'s. This PR defines the `RecordBatchReader` and `SendableRecordBatchReader` traits and updates other

[GitHub] [arrow] paddyhoran commented on pull request #7666: ARROW-8559: [Rust] Consolidate Record Batch reader traits in main arrow crate

2020-07-07 Thread GitBox
paddyhoran commented on pull request #7666: URL: https://github.com/apache/arrow/pull/7666#issuecomment-655100102 cc @houqp This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [arrow] github-actions[bot] commented on pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7665: URL: https://github.com/apache/arrow/pull/7665#issuecomment-655098668 Revision: c939366716a7a8cb255222588c750263297da720 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] github-actions[bot] commented on pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7658: URL: https://github.com/apache/arrow/pull/7658#issuecomment-655098011 Revision: ad162848ecf90b691efa195cd53ce2787188dcb2 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] nealrichardson commented on pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7665: URL: https://github.com/apache/arrow/pull/7665#issuecomment-655097392 @github-actions crossbow submit homebrew-cpp This is an automated message from the Apache Git Service. To

[GitHub] [arrow] kszucs commented on pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
kszucs commented on pull request #7658: URL: https://github.com/apache/arrow/pull/7658#issuecomment-655096717 @github-actions crossbow submit wheel-win-cp37m This is an automated message from the Apache Git Service. To

[GitHub] [arrow] kszucs commented on a change in pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
kszucs commented on a change in pull request #7658: URL: https://github.com/apache/arrow/pull/7658#discussion_r451037044 ## File path: cpp/cmake_modules/ThirdpartyToolchain.cmake ## @@ -2069,7 +2069,7 @@ macro(build_utf8proc) "-DCMAKE_INSTALL_PREFIX=${UTF8PROC_PREFIX}"

[GitHub] [arrow] github-actions[bot] commented on pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7665: URL: https://github.com/apache/arrow/pull/7665#issuecomment-655069200 https://issues.apache.org/jira/browse/ARROW-9360 This is an automated message from the Apache Git

[GitHub] [arrow] github-actions[bot] commented on pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7665: URL: https://github.com/apache/arrow/pull/7665#issuecomment-655068477 Revision: 23b6f0e3d5ad52dda308cf13352e4fa7f4a8a3d5 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] nealrichardson commented on pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7665: URL: https://github.com/apache/arrow/pull/7665#issuecomment-655067765 @github-actions crossbow submit homebrew-cpp This is an automated message from the Apache Git Service. To

[GitHub] [arrow] nealrichardson opened a new pull request #7665: ARROW-9360: [CI][Crossbow] Nightly homebrew-cpp job times out

2020-07-07 Thread GitBox
nealrichardson opened a new pull request #7665: URL: https://github.com/apache/arrow/pull/7665 After successfully building arrow, it then does ``` ==> Upgrading 64 dependents: ansible 2.9.6_1 -> 2.9.10, ansible 2.9.6_1 -> 2.9.10, ansible 2.9.6_1 -> 2.9.10, cairo 1.16.0_2 ->

[GitHub] [arrow] github-actions[bot] commented on pull request #7664: ARROW-9265: [C++] Allow writing and reading V4-compliant IPC data

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7664: URL: https://github.com/apache/arrow/pull/7664#issuecomment-655061788 https://issues.apache.org/jira/browse/ARROW-9265 This is an automated message from the Apache Git

[GitHub] [arrow] pitrou commented on pull request #7664: ARROW-9265: [C++] Allow writing and reading V4-compliant IPC data

2020-07-07 Thread GitBox
pitrou commented on pull request #7664: URL: https://github.com/apache/arrow/pull/7664#issuecomment-655061168 Note that https://github.com/apache/arrow-testing/pull/35 needs to be merged first. This is an automated message

[GitHub] [arrow] pitrou opened a new pull request #7664: ARROW-9265: [C++] Allow writing and reading V4-compliant IPC data

2020-07-07 Thread GitBox
pitrou opened a new pull request #7664: URL: https://github.com/apache/arrow/pull/7664 V4 Union arrays with top-level null slots are disallowed, though. This is an automated message from the Apache Git Service. To respond to

[GitHub] [arrow] nealrichardson commented on pull request #7660: ARROW-9291 [R]: Support fixed size binary/list types

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7660: URL: https://github.com/apache/arrow/pull/7660#issuecomment-655054010 Let me see if I understand the issues you're concerned with. We have some inconsistency in how types are converted: `raw` -> `uint8`, but `uint8` -> `integer`, for

[GitHub] [arrow] pitrou commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
pitrou commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655036007 I am talking about the kernel name as well. "unicode" is non-descriptive. This is an automated message from the

[GitHub] [arrow] nealrichardson closed pull request #7648: ARROW-8301: [R] Handle ChunkedArray and Table in C data interface

2020-07-07 Thread GitBox
nealrichardson closed pull request #7648: URL: https://github.com/apache/arrow/pull/7648 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

[GitHub] [arrow] nealrichardson commented on pull request #7648: ARROW-8301: [R] Handle ChunkedArray and Table in C data interface

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7648: URL: https://github.com/apache/arrow/pull/7648#issuecomment-655026342 Ok then I'll merge this and we can come back and improve it later. This is an automated message from the

[GitHub] [arrow] healiseu opened a new issue #7663: Sorting on pyarrow data structures ?

2020-07-07 Thread GitBox
healiseu opened a new issue #7663: URL: https://github.com/apache/arrow/issues/7663 Hi, I consider sorting a fundamental operation for any in-memory data structures, including those of PyArrow. It would be nice if pa.array, pa.table, etc had sorting methods but I did not find

[GitHub] [arrow] github-actions[bot] commented on pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7658: URL: https://github.com/apache/arrow/pull/7658#issuecomment-655020811 Revision: 5970625fa8324681167e202beaf45ea1a24fc674 Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] kszucs commented on a change in pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
kszucs commented on a change in pull request #7658: URL: https://github.com/apache/arrow/pull/7658#discussion_r451037044 ## File path: cpp/cmake_modules/ThirdpartyToolchain.cmake ## @@ -2069,7 +2069,7 @@ macro(build_utf8proc) "-DCMAKE_INSTALL_PREFIX=${UTF8PROC_PREFIX}"

[GitHub] [arrow] kszucs commented on pull request #7658: ARROW-9305: [Python] Dependency load failure in Windows wheel build

2020-07-07 Thread GitBox
kszucs commented on pull request #7658: URL: https://github.com/apache/arrow/pull/7658#issuecomment-655019861 @github-actions crossbow submit wheel-win-cp37m This is an automated message from the Apache Git Service. To

[GitHub] [arrow] sunchao commented on pull request #7176: ARROW-8796: [Rust] feat: Allow writers to use Vec

2020-07-07 Thread GitBox
sunchao commented on pull request #7176: URL: https://github.com/apache/arrow/pull/7176#issuecomment-655010984 Sorry for the late response. Yes agree that API compatibility is not a big concern here. I think the change is useful and my only concern is the new constraint on how writer is

[GitHub] [arrow] nealrichardson commented on pull request #7645: ARROW-8374 [R]: Table to vector of DictonaryType will error when Arrays don't have the same Dictionary per array

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7645: URL: https://github.com/apache/arrow/pull/7645#issuecomment-655008360 Re: ChunkedArray print method, `git blame` says it was introduced in #5492. I would guess that I added a custom method so that the printing wouldn't explode off the screen

[GitHub] [arrow] maartenbreddels commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
maartenbreddels commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655006474 I am not talking about the C++ code, only the kernel name. UTF8 is just the encoding, Unicode refers to the semantics of the kernel. But if utf16/32 if excluded, I guess

[GitHub] [arrow] github-actions[bot] commented on pull request #7662: ARROW-9347: [Python] Fix mv in fsspec handler for directories

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7662: URL: https://github.com/apache/arrow/pull/7662#issuecomment-655006163 https://issues.apache.org/jira/browse/ARROW-9347 This is an automated message from the Apache Git

[GitHub] [arrow] wesm commented on pull request #7648: ARROW-8301: [R] Handle ChunkedArray and Table in C data interface

2020-07-07 Thread GitBox
wesm commented on pull request #7648: URL: https://github.com/apache/arrow/pull/7648#issuecomment-655004137 As long as the implementation details / semantics aren't exposed (they don't seem to be), this seems sufficient to me to have the feature established, and we an always return later

[GitHub] [arrow] pitrou commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
pitrou commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655003555 > Are there plans to support utf16/32? I think that should be out of scope. There's no Arrow data type for utf16 and utf32.

[GitHub] [arrow] jorisvandenbossche opened a new pull request #7662: ARROW-9347: [Python] Fix mv in fsspec handler for directories

2020-07-07 Thread GitBox
jorisvandenbossche opened a new pull request #7662: URL: https://github.com/apache/arrow/pull/7662 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [arrow] pitrou commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
pitrou commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655003292 "utf8" is used everywhere, please keep it like this. This is an automated message from the Apache Git Service. To

[GitHub] [arrow] maartenbreddels commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
maartenbreddels commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655001506 If it is not off the table, I propose at least utf8->unicode renaming, to be future compatible. This is

[GitHub] [arrow] xhochy commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
xhochy commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-655000427 > Are there plans to support utf16/32? Seeing the code as it is now, it would be trivial to add. This would be a longer discussion. Personally I would vote "no" to limit the

[GitHub] [arrow] maartenbreddels commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
maartenbreddels commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-654999617 Are there plans to support utf16/32? Seeing the code as it is now, it would be trivial to add. This is

[GitHub] [arrow] pitrou commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
pitrou commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-654999442 We should be consistent. We already have "utf8_lower" and "utf8_upper". This is an automated message from the

[GitHub] [arrow] nealrichardson commented on pull request #7648: ARROW-8301: [R] Handle ChunkedArray and Table in C data interface

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7648: URL: https://github.com/apache/arrow/pull/7648#issuecomment-654999245 @wesm do you have an opinion on this? This is an automated message from the Apache Git Service. To respond

[GitHub] [arrow] wesm commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
wesm commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-654998304 I think that having e.g. `string_lower_utf8` and `string_lower_ascii` is fine, too. This is an automated message

[GitHub] [arrow] xhochy commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
xhochy commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-654996646 I'm indifferent to `utf8_` vs `string_` (sometimes our codebase is too) but other than that I fully agree to @wesm naming scheme.

[GitHub] [arrow] wesm commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
wesm commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-654994900 OK, I would also like to solicit @xhochy's and @pitrou's preferences in the function naming. I don't want to spend too much time on it, but as long as we have a consistent naming

[GitHub] [arrow] maartenbreddels commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

2020-07-07 Thread GitBox
maartenbreddels commented on pull request #7656: URL: https://github.com/apache/arrow/pull/7656#issuecomment-654991684 I wanted to focus on the other issues first, but I propose a change in naming by this: `__`, since all you care about is that it's a function that operates on a

[GitHub] [arrow] jorisvandenbossche commented on pull request #7623: ARROW-9108: [C++][Dataset] Add supports for missing type in Statistics to Scalar conversion

2020-07-07 Thread GitBox
jorisvandenbossche commented on pull request #7623: URL: https://github.com/apache/arrow/pull/7623#issuecomment-654981357 I think @bkietz is still taking a look today? This is an automated message from the Apache Git

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r450989955 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null_test.cc ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r450987544 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null_test.cc ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r450987676 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null_test.cc ## @@ -0,0 +1,137 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r450986992 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null.cc ## @@ -0,0 +1,223 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r450986751 ## File path: cpp/src/arrow/compute/kernels/scalar_fill_null.cc ## @@ -0,0 +1,223 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [arrow] c-jamie commented on a change in pull request #7635: ARROW-1587: [C++] implement fill null

2020-07-07 Thread GitBox
c-jamie commented on a change in pull request #7635: URL: https://github.com/apache/arrow/pull/7635#discussion_r450986449 ## File path: cpp/src/arrow/compute/api_scalar.cc ## @@ -126,5 +126,24 @@ Result Compare(const Datum& left, const Datum& right, CompareOptions opti

[GitHub] [arrow] github-actions[bot] commented on pull request #7661: ARROW-9020: [Python] read_json won't respect explicit_schema in parse_options

2020-07-07 Thread GitBox
github-actions[bot] commented on pull request #7661: URL: https://github.com/apache/arrow/pull/7661#issuecomment-654969459 https://issues.apache.org/jira/browse/ARROW-9020 This is an automated message from the Apache Git

[GitHub] [arrow] wesm commented on pull request #7659: ARROW-9287: [C++] Support unsigned dictionary indices

2020-07-07 Thread GitBox
wesm commented on pull request #7659: URL: https://github.com/apache/arrow/pull/7659#issuecomment-654964007 @kszucs done This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [arrow] nealrichardson commented on pull request #7623: ARROW-9108: [C++][Dataset] Add supports for missing type in Statistics to Scalar conversion

2020-07-07 Thread GitBox
nealrichardson commented on pull request #7623: URL: https://github.com/apache/arrow/pull/7623#issuecomment-654963305 CI is green. @jorisvandenbossche is this good to merge? This is an automated message from the Apache Git

  1   2   >