[arrow] Diff for: [GitHub] wesm closed pull request #3398: ARROW-4246: [Plasma][Python] PlasmaClient.list returns wrong information with CUDA enabled Plasma

2019-01-14 Thread GitBox
diff --git a/cpp/src/plasma/common.h b/cpp/src/plasma/common.h index 17155b2dff..8e90fb301c 100644 --- a/cpp/src/plasma/common.h +++ b/cpp/src/plasma/common.h @@ -93,10 +93,6 @@ struct ObjectTableEntry { int64_t data_size; /// Size of the object metadata in bytes. int64_t metadata_size;

[arrow] branch master updated: ARROW-4246: [Plasma][Python] PlasmaClient.list returns wrong information with CUDA enabled Plasma

2019-01-14 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 6f4d1a9 ARROW-4246: [Plasma][Python]

[arrow] branch master updated: ARROW-4257: [Release] Update release verification script to check binaries on Bintray

2019-01-14 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new 61b50dc ARROW-4257: [Release] Update release

[arrow] Diff for: [GitHub] wesm closed pull request #3397: ARROW-4257: [Release] Update release verification script to check binaries on Bintray

2019-01-14 Thread GitBox
diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index c8b9c54c82..28fb1e5eb0 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -87,24 +87,56 @@ fetch_archive() { shasum -a 512 -c

[arrow] branch master updated: ARROW-4228: [GLib] Add garrow_list_data_type_get_field()

2019-01-14 Thread kou
This is an automated email from the ASF dual-hosted git repository. kou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new a78a3d6 ARROW-4228: [GLib] Add

[arrow] Diff for: [GitHub] kou closed pull request #3390: ARROW-4228: [GLib] Add garrow_list_data_type_get_field()

2019-01-14 Thread GitBox
diff --git a/c_glib/arrow-glib/composite-data-type.cpp b/c_glib/arrow-glib/composite-data-type.cpp index 5ddc1c3dd8..675900a5be 100644 --- a/c_glib/arrow-glib/composite-data-type.cpp +++ b/c_glib/arrow-glib/composite-data-type.cpp @@ -88,9 +88,26 @@ garrow_list_data_type_new(GArrowField *field)

[arrow] branch master updated: ARROW-4256: [Release] Fix Windows verification script for 0.12 release

2019-01-14 Thread uwe
This is an automated email from the ASF dual-hosted git repository. uwe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git The following commit(s) were added to refs/heads/master by this push: new cf047fc ARROW-4256: [Release] Fix Windows

[arrow] Diff for: [GitHub] xhochy closed pull request #3393: ARROW-4256: [Release] Fix Windows verification script for 0.12 release

2019-01-14 Thread GitBox
diff --git a/dev/release/verify-release-candidate.bat b/dev/release/verify-release-candidate.bat index cc25b045dc..c85ece4465 100644 --- a/dev/release/verify-release-candidate.bat +++ b/dev/release/verify-release-candidate.bat @@ -46,12 +46,11 @@ call conda create -p %_VERIFICATION_CONDA_ENV% -f