[GitHub] [arrow] cyb70289 commented on pull request #7300: ARROW-8844: [C++] Transfer bitmap in words

2020-05-29 Thread GitBox
cyb70289 commented on pull request #7300: URL: https://github.com/apache/arrow/pull/7300#issuecomment-635798096 @ursabot benchmark --suite-filter=arrow-bit-util-benchmark --benchmark-filter=CopyBitmapWithOffset This is an au

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

2020-05-29 Thread GitBox
Marwes commented on pull request #7176: URL: https://github.com/apache/arrow/pull/7176#issuecomment-635801955 https://github.com/apache/arrow/pull/7176/files#diff-64ae792f16372598b2b117c58f952626R727-R731 This is an automate

[GitHub] [arrow] ursabot commented on pull request #7300: ARROW-8844: [C++] Transfer bitmap in words

2020-05-29 Thread GitBox
ursabot commented on pull request #7300: URL: https://github.com/apache/arrow/pull/7300#issuecomment-635802797 [AMD64 Ubuntu 18.04 C++ Benchmark (#108408)](https://ci.ursalabs.org/#builders/73/builds/65) builder has been succeeded. Revision: ef4d77ceabd23b51e052e4da58310ebacdc0fe9d

[GitHub] [arrow] lidavidm commented on pull request #7298: ARROW-8975: [FlightRPC][C++] try to fix MacOS flaky tests

2020-05-29 Thread GitBox
lidavidm commented on pull request #7298: URL: https://github.com/apache/arrow/pull/7298#issuecomment-635939130 > I am curious why the link error at `arrow-flight-test` occurs at https://travis-ci.org/github/apache/arrow/jobs/692253254#L1141. > Do we need a fix like #7266? I think

[GitHub] [arrow] wesm commented on pull request #7279: ARROW-8938: [R] Provide binding for arrow::compute::CallFunction

2020-05-29 Thread GitBox
wesm commented on pull request #7279: URL: https://github.com/apache/arrow/pull/7279#issuecomment-635950388 +1 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [arrow] lidavidm commented on pull request #7298: ARROW-8975: [FlightRPC][C++] try to fix MacOS flaky tests

2020-05-29 Thread GitBox
lidavidm commented on pull request #7298: URL: https://github.com/apache/arrow/pull/7298#issuecomment-635952431 By explicitly linking to zlib, the s390x build passes again, though tests fail. This is an automated message fro

[GitHub] [arrow] fsaintjacques commented on pull request #7285: ARROW-8843: [C++] Compare bitmaps in words

2020-05-29 Thread GitBox
fsaintjacques commented on pull request #7285: URL: https://github.com/apache/arrow/pull/7285#issuecomment-635953947 > NOTE: This patch may hurt performance if two bitmaps differ at the very > begining bits, as it always loads and compares 64 bits if possible. Bit > by bit comparison w

[GitHub] [arrow] fsaintjacques commented on pull request #7300: ARROW-8844: [C++] Transfer bitmap in words

2020-05-29 Thread GitBox
fsaintjacques commented on pull request #7300: URL: https://github.com/apache/arrow/pull/7300#issuecomment-635967095 > [AMD64 Ubuntu 18.04 C++ Benchmark (#108408)](https://ci.ursalabs.org/#builders/73/builds/65) builder has been succeeded. > > Revision: [ef4d77c](https://github.com

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7298: ARROW-8975: [FlightRPC][C++] try to fix MacOS flaky tests

2020-05-29 Thread GitBox
fsaintjacques commented on a change in pull request #7298: URL: https://github.com/apache/arrow/pull/7298#discussion_r432476648 ## File path: cpp/src/arrow/flight/flight_test.cc ## @@ -1556,13 +1556,14 @@ TEST_F(TestBasicAuthHandler, CheckPeerIdentity) { ASSERT_EQ(result->bo

[GitHub] [arrow] kiszk commented on pull request #7298: ARROW-8975: [FlightRPC][C++] try to fix MacOS flaky tests

2020-05-29 Thread GitBox
kiszk commented on pull request #7298: URL: https://github.com/apache/arrow/pull/7298#issuecomment-635973498 @lidavidm Thank you very much. These test failures occur at the current master. ``` The following tests FAILED: 63 - gandiva-decimal-test (Failed) 64 - gandiv

[GitHub] [arrow] lidavidm commented on a change in pull request #7298: ARROW-8975: [FlightRPC][C++] try to fix MacOS flaky tests

2020-05-29 Thread GitBox
lidavidm commented on a change in pull request #7298: URL: https://github.com/apache/arrow/pull/7298#discussion_r432485095 ## File path: cpp/src/arrow/flight/flight_test.cc ## @@ -1556,13 +1556,14 @@ TEST_F(TestBasicAuthHandler, CheckPeerIdentity) { ASSERT_EQ(result->body->T

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7256: ARROW-8914: [C++][Gandiva] Keep BasicDecimal128 in native-endian order

2020-05-29 Thread GitBox
fsaintjacques commented on a change in pull request #7256: URL: https://github.com/apache/arrow/pull/7256#discussion_r432488488 ## File path: cpp/src/arrow/util/basic_decimal.cc ## @@ -139,8 +144,13 @@ std::array BasicDecimal128::ToBytes() const { void BasicDecimal128::ToByt

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7256: ARROW-8914: [C++] Keep BasicDecimal128 in native-endian order

2020-05-29 Thread GitBox
fsaintjacques commented on a change in pull request #7256: URL: https://github.com/apache/arrow/pull/7256#discussion_r432488488 ## File path: cpp/src/arrow/util/basic_decimal.cc ## @@ -139,8 +144,13 @@ std::array BasicDecimal128::ToBytes() const { void BasicDecimal128::ToByt

[GitHub] [arrow] fsaintjacques closed pull request #7256: ARROW-8914: [C++] Keep BasicDecimal128 in native-endian order

2020-05-29 Thread GitBox
fsaintjacques closed pull request #7256: URL: https://github.com/apache/arrow/pull/7256 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] andygrove commented on pull request #7297: ARROW-6945: [Rust] [Integration Tests] Try to run rust integration tests

2020-05-29 Thread GitBox
andygrove commented on pull request #7297: URL: https://github.com/apache/arrow/pull/7297#issuecomment-635988046 Full logs are attached to the JIRA This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [arrow] fsaintjacques closed pull request #7298: ARROW-8975: [FlightRPC][C++] try to fix MacOS flaky tests

2020-05-29 Thread GitBox
fsaintjacques closed pull request #7298: URL: https://github.com/apache/arrow/pull/7298 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] mr-smidge commented on pull request #7158: ARROW-8788: [C#] Introduce bit-packed builder for null support in builders

2020-05-29 Thread GitBox
mr-smidge commented on pull request #7158: URL: https://github.com/apache/arrow/pull/7158#issuecomment-635999568 @eerhardt , what's the policy on rebasing when master changes? Would you prefer I rebase this branch onto latest master, or preseve the history as-is?

[GitHub] [arrow] bkietz commented on a change in pull request #7156: ARROW-8074: [C++][Dataset][Python] FileFragments from buffers and NativeFiles

2020-05-29 Thread GitBox
bkietz commented on a change in pull request #7156: URL: https://github.com/apache/arrow/pull/7156#discussion_r432537565 ## File path: python/pyarrow/_dataset.pyx ## @@ -42,6 +43,51 @@ def _forbid_instantiation(klass, subclasses_instead=True): raise TypeError(msg) +cty

[GitHub] [arrow] nealrichardson commented on pull request #7281: WIP Put more things in type_fwds

2020-05-29 Thread GitBox
nealrichardson commented on pull request #7281: URL: https://github.com/apache/arrow/pull/7281#issuecomment-636042815 Alright, I'll tinker a bit more with this. This is an automated message from the Apache Git Service. To res

[GitHub] [arrow] kiszk commented on pull request #7301: [CI] Remove arrow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
kiszk commented on pull request #7301: URL: https://github.com/apache/arrow/pull/7301#issuecomment-636046069 cc @kou This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [arrow] kiszk opened a new pull request #7301: [CI] Remove arrow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
kiszk opened a new pull request #7301: URL: https://github.com/apache/arrow/pull/7301 This PR removes `arrow_failures` option for s390x on TravisCI. This is because the current master can succeed all of the existing tests enabled for s390x, as you can see https://travis-ci.org/github/apach

[GitHub] [arrow] wesm commented on pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

2020-05-29 Thread GitBox
wesm commented on pull request #7302: URL: https://github.com/apache/arrow/pull/7302#issuecomment-636064330 @github-actions crossbow submit test-conda-cpp-valgrind This is an automated message from the Apache Git Service. To

[GitHub] [arrow] wesm opened a new pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

2020-05-29 Thread GitBox
wesm opened a new pull request #7302: URL: https://github.com/apache/arrow/pull/7302 There are benign warnings in the cpp-conda-valgrind build due to accessing uninitialized trailing bits in validity bitmaps. Fixing the warnings without relying on compiler definitions is more complex than

[GitHub] [arrow] github-actions[bot] commented on pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

2020-05-29 Thread GitBox
github-actions[bot] commented on pull request #7302: URL: https://github.com/apache/arrow/pull/7302#issuecomment-636064999 Revision: 65d20c30b8da334ef9088d6646e1e516670e1cb2 Submitted crossbow builds: [ursa-labs/crossbow @ actions-270](https://github.com/ursa-labs/crossbow/branches/a

[GitHub] [arrow] github-actions[bot] commented on pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

2020-05-29 Thread GitBox
github-actions[bot] commented on pull request #7302: URL: https://github.com/apache/arrow/pull/7302#issuecomment-636066997 https://issues.apache.org/jira/browse/ARROW-8978 This is an automated message from the Apache Git Serv

[GitHub] [arrow] nealrichardson commented on pull request #7281: WIP Put more things in type_fwds

2020-05-29 Thread GitBox
nealrichardson commented on pull request #7281: URL: https://github.com/apache/arrow/pull/7281#issuecomment-636086599 I did a little bit more--and judging from the size of the arrowExports.o file, it had an effect--but could use some help going beyond this. I don't know how to forward decl

[GitHub] [arrow] fsaintjacques commented on pull request #7301: [CI] Remove arrow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
fsaintjacques commented on pull request #7301: URL: https://github.com/apache/arrow/pull/7301#issuecomment-636100483 I'm not sure, the CI is already heavy as it is. I don't want to stop PR because it doesn't pass on s930x. I'm -0.5 on this one.

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7285: ARROW-8843: [C++] Compare bitmaps in words

2020-05-29 Thread GitBox
fsaintjacques commented on a change in pull request #7285: URL: https://github.com/apache/arrow/pull/7285#discussion_r432527849 ## File path: cpp/src/arrow/util/bit_util.cc ## @@ -246,6 +246,49 @@ bool BitmapEquals(const uint8_t* left, int64_t left_offset, const uint8_t* right

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

2020-05-29 Thread GitBox
fsaintjacques commented on a change in pull request #7302: URL: https://github.com/apache/arrow/pull/7302#discussion_r432645169 ## File path: cpp/src/arrow/compute/util_internal.h ## @@ -0,0 +1,35 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more con

[GitHub] [arrow] fsaintjacques commented on a change in pull request #7292: ARROW-8471: [C++][Integration] Represent 64 bit integers as strings

2020-05-29 Thread GitBox
fsaintjacques commented on a change in pull request #7292: URL: https://github.com/apache/arrow/pull/7292#discussion_r432665221 ## File path: cpp/src/arrow/ipc/json_integration_test.cc ## @@ -255,7 +255,7 @@ static const char* JSON_EXAMPLE = R"example( "fields": [ {

[GitHub] [arrow] lidavidm commented on a change in pull request #7289: ARROW-8948: [Java][Integration] enable duplicate field names integration tests

2020-05-29 Thread GitBox
lidavidm commented on a change in pull request #7289: URL: https://github.com/apache/arrow/pull/7289#discussion_r432674577 ## File path: java/vector/src/main/java/org/apache/arrow/vector/VectorSchemaRoot.java ## @@ -163,8 +163,22 @@ public void clear() { return fieldVecto

[GitHub] [arrow] fsaintjacques edited a comment on pull request #7301: [CI] Remove arrow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
fsaintjacques edited a comment on pull request #7301: URL: https://github.com/apache/arrow/pull/7301#issuecomment-636100483 I'm not sure, the CI is already heavy as it is. I don't want to stop PR because it doesn't pass on s390x. I'm -0.5 on this one. -

[GitHub] [arrow] github-actions[bot] commented on pull request #7301: ARROW-8982: [CI] Remove allow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
github-actions[bot] commented on pull request #7301: URL: https://github.com/apache/arrow/pull/7301#issuecomment-636206075 https://issues.apache.org/jira/browse/ARROW-8982 This is an automated message from the Apache Git Serv

[GitHub] [arrow] raulbocanegra commented on a change in pull request #7284: ARROW-7409: [C++][Python] Windows link error LNK1104: cannot open file 'python37_d.lib'

2020-05-29 Thread GitBox
raulbocanegra commented on a change in pull request #7284: URL: https://github.com/apache/arrow/pull/7284#discussion_r432762353 ## File path: cpp/cmake_modules/FindPythonLibsNew.cmake ## @@ -246,7 +248,7 @@ FUNCTION(PYTHON_ADD_MODULE _NAME ) SET_TARGET_PROPERTIES(${_NAME

[GitHub] [arrow] raulbocanegra commented on a change in pull request #7284: ARROW-7409: [C++][Python] Windows link error LNK1104: cannot open file 'python37_d.lib'

2020-05-29 Thread GitBox
raulbocanegra commented on a change in pull request #7284: URL: https://github.com/apache/arrow/pull/7284#discussion_r432762308 ## File path: cpp/cmake_modules/DefineOptions.cmake ## @@ -120,6 +120,8 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") defi

[GitHub] [arrow] wesm commented on pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

2020-05-29 Thread GitBox
wesm commented on pull request #7302: URL: https://github.com/apache/arrow/pull/7302#issuecomment-636216700 Oops thanks. This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [arrow] nealrichardson opened a new pull request #7303: ARROW-8984: [R] Revise install guides now that Windows conda package exists

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

[GitHub] [arrow] github-actions[bot] commented on pull request #7303: ARROW-8984: [R] Revise install guides now that Windows conda package exists

2020-05-29 Thread GitBox
github-actions[bot] commented on pull request #7303: URL: https://github.com/apache/arrow/pull/7303#issuecomment-636235670 https://issues.apache.org/jira/browse/ARROW-8984 This is an automated message from the Apache Git Serv

[GitHub] [arrow] nealrichardson opened a new pull request #7304: ARROW-8878: [R] try_download is confused when download.file.method isn't default

2020-05-29 Thread GitBox
nealrichardson opened a new pull request #7304: URL: https://github.com/apache/arrow/pull/7304 Originally reported #7058 `download.file()` can be called with different methods, mostly for legacy reasons according to the docs, but apparently some are on systems where it has been set

[GitHub] [arrow] kou closed pull request #7302: ARROW-8978: [C++][CI] Fix valgrind warnings in cpp-conda-valgrind nightly build

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

[GitHub] [arrow] github-actions[bot] commented on pull request #7304: ARROW-8878: [R] try_download is confused when download.file.method isn't default

2020-05-29 Thread GitBox
github-actions[bot] commented on pull request #7304: URL: https://github.com/apache/arrow/pull/7304#issuecomment-636242645 https://issues.apache.org/jira/browse/ARROW-8878 This is an automated message from the Apache Git Serv

[GitHub] [arrow] fsaintjacques commented on pull request #7301: ARROW-8982: [CI] Remove allow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
fsaintjacques commented on pull request #7301: URL: https://github.com/apache/arrow/pull/7301#issuecomment-636254062 I'm not saying this job is heavy, the total sum is. This is an automated message from the Apache Git Service

[GitHub] [arrow] kou commented on pull request #7301: ARROW-8982: [CI] Remove allow_failures for s390x on TravisCI

2020-05-29 Thread GitBox
kou commented on pull request #7301: URL: https://github.com/apache/arrow/pull/7301#issuecomment-636263402 Is the total sum important for our development? I think that CI wait time is more important rather than the total sum. CI wait time is increased when job queue is full. If job queue

[GitHub] [arrow] xhochy closed pull request #7303: ARROW-8984: [R] Revise install guides now that Windows conda package exists

2020-05-29 Thread GitBox
xhochy closed pull request #7303: URL: https://github.com/apache/arrow/pull/7303 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