[GitHub] [arrow] liyafan82 commented on a change in pull request #7248: ARROW-8402: [Java] Support ValidateFull methods in Java

2020-06-08 Thread GitBox
liyafan82 commented on a change in pull request #7248: URL: https://github.com/apache/arrow/pull/7248#discussion_r436521920 ## File path: java/vector/src/main/java/org/apache/arrow/vector/util/ValueVectorUtility.java ## @@ -90,42 +90,59 @@ public static String

[GitHub] [arrow] cyb70289 opened a new pull request #7373: ARROW-8974: [C++] Simplify TransferBitmap

2020-06-08 Thread GitBox
cyb70289 opened a new pull request #7373: URL: https://github.com/apache/arrow/pull/7373 This patch removes "restore_trailing_bits" template parameter of TransferBitmap class. Trailing bits are now always not clobbered, which is no harm. It also refines trailing bits processing to

[GitHub] [arrow] kszucs commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640462462 Definitely, I'm going to roll up this PR and create a jira for spark 3.0 integration testing. This is an

[GitHub] [arrow] github-actions[bot] commented on pull request #7373: ARROW-8974: [C++] Simplify TransferBitmap

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

[GitHub] [arrow] kszucs commented on pull request #7364: ARROW-9052: [CI][MinGW] Enable Gandiva

2020-06-08 Thread GitBox
kszucs commented on pull request #7364: URL: https://github.com/apache/arrow/pull/7364#issuecomment-640510233 Restarted the RTools builds because the errors looked transient. This is an automated message from the Apache Git

[GitHub] [arrow] github-actions[bot] commented on pull request #7374: Some debian package manager tweaks

2020-06-08 Thread GitBox
github-actions[bot] commented on pull request #7374: URL: https://github.com/apache/arrow/pull/7374#issuecomment-640479985 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] kszucs commented on a change in pull request #7364: ARROW-9052: [CI][MinGW] Enable Gandiva

2020-06-08 Thread GitBox
kszucs commented on a change in pull request #7364: URL: https://github.com/apache/arrow/pull/7364#discussion_r436590761 ## File path: ci/scripts/cpp_test.sh ## @@ -32,13 +32,36 @@ export LD_LIBRARY_PATH=${ARROW_HOME}/${CMAKE_INSTALL_LIBDIR:-lib}:${LD_LIBRARY_P # to retrieve

[GitHub] [arrow] kszucs closed pull request #7372: ARROW-9061: [Packaging][APT][Yum][GLib] Add Apache Arrow Datasets GLib

2020-06-08 Thread GitBox
kszucs closed pull request #7372: URL: https://github.com/apache/arrow/pull/7372 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] kszucs removed a comment on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs removed a comment on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640466927 @github-actions crosbow submit *spark* This is an automated message from the Apache Git Service. To

[GitHub] [arrow] kszucs closed pull request #7367: ARROW-9057: [Rust][Datafusion] Fix projection on in memory scan

2020-06-08 Thread GitBox
kszucs closed pull request #7367: URL: https://github.com/apache/arrow/pull/7367 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] kszucs commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640466927 @github-actions crosbow submit *spark* This is an automated message from the Apache Git Service. To respond to the

[GitHub] [arrow] kszucs commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640466735 Or just try to add it in this PR. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [arrow] kszucs commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640467098 @github-actions crossbow submit *spark* This is an automated message from the Apache Git Service. To respond to

[GitHub] [arrow] github-actions[bot] commented on pull request #7374: ARROW-9064 : [Arrow] [APT] Some debian package manager tweaks

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

[GitHub] [arrow] kszucs closed pull request #7369: ARROW-9059: [Rust] Fix sign in array slice_data_docstring

2020-06-08 Thread GitBox
kszucs closed pull request #7369: URL: https://github.com/apache/arrow/pull/7369 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] xhochy opened a new pull request #7375: ARROW-9066: [Python] Raise correct error in isnull()

2020-06-08 Thread GitBox
xhochy opened a new pull request #7375: URL: https://github.com/apache/arrow/pull/7375 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] github-actions[bot] commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
github-actions[bot] commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640469052 Revision: e91d5c3570e0daa2f396cc4f354f9688aaa3d12c Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] kszucs commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640499951 @BryanCutler could you please fix the build errors? I'm not sure what compatibility constraints do we/spark have, perhaps we'll need to stop testing spark 2? The master and spark

[GitHub] [arrow] kszucs edited a comment on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs edited a comment on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640499951 @BryanCutler could you please fix the build errors? - 2: I'm not sure what compatibility constraints do we/spark have, perhaps we'll need to stop testing spark 2?

[GitHub] [arrow] kszucs commented on pull request #7368: ARROW-9058: [Packaging][wheel] Use sourceforge.net to download Boost

2020-06-08 Thread GitBox
kszucs commented on pull request #7368: URL: https://github.com/apache/arrow/pull/7368#issuecomment-640507198 The wheel-osx-cp38 build failure is transient. This is an automated message from the Apache Git Service. To

[GitHub] [arrow] kszucs closed pull request #7368: ARROW-9058: [Packaging][wheel] Use sourceforge.net to download Boost

2020-06-08 Thread GitBox
kszucs closed pull request #7368: URL: https://github.com/apache/arrow/pull/7368 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] github-actions[bot] commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
github-actions[bot] commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640507573 Revision: a914eea4f3ab16e359adee2f37a4fb30a1eba86c Submitted crossbow builds: [ursa-labs/crossbow @

[GitHub] [arrow] Rajpratik71 opened a new pull request #7374: Some debian package manager tweaks

2020-06-08 Thread GitBox
Rajpratik71 opened a new pull request #7374: URL: https://github.com/apache/arrow/pull/7374 By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages . By passing "--no-install-recommends" option, the user lets apt-get know not to

[GitHub] [arrow] kszucs commented on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs commented on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640501622 @github-actions crossbow submit test-conda-python-3.6-spark-2.4.6 This is an automated message from the Apache Git

[GitHub] [arrow] kszucs edited a comment on pull request #6316: ARROW-7717: [CI] Have nightly integration test for Spark's latest release

2020-06-08 Thread GitBox
kszucs edited a comment on pull request #6316: URL: https://github.com/apache/arrow/pull/6316#issuecomment-640499951 @BryanCutler could you please fix the build errors? The master/3: the build error might need to be fixed on spark's side.