[arrow] branch master updated (6d49481 -> 586ef2b)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 6d49481 ARROW-6182: [R] Add note to README about r-arrow conda installation add 586ef2b ARROW-5985: [Developer]

[arrow] branch master updated (323948a -> 6d49481)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 323948a ARROW-6288: [Java] Implement TypeEqualsVisitor comparing vector type equals considering names and metadata

[arrow] branch master updated (84374c3 -> 323948a)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 84374c3 ARROW-5134: [R][CI] Run nightly tests against multiple R versions add 323948a ARROW-6288: [Java]

[arrow] branch master updated (4042d76 -> 84374c3)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 4042d76 ARROW-6095: [C++] Fix unit test build when only building static libraries, add cpp-static-only to tests.yml

[GitHub] [arrow-site] nealrichardson opened a new pull request #12: ARROW-6225: [Website] Update arrow-site/README and any other places to point website contributors in right direction

2019-08-20 Thread GitBox
nealrichardson opened a new pull request #12: ARROW-6225: [Website] Update arrow-site/README and any other places to point website contributors in right direction URL: https://github.com/apache/arrow-site/pull/12 This is publishing the latest changes to the website (since we don't have

[arrow] branch master updated (980269a -> a40872e)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 980269a ARROW-6125: [Python] Remove Python APIs deprecated in 0.14.x and prior add a40872e ARROW-6049: [C++]

[arrow] branch master updated (7f0d273 -> 980269a)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 7f0d273 ARROW-6290: [Rust] [DataFusion] Fix bug in type coercion rule add 980269a ARROW-6125: [Python] Remove

[arrow] branch master updated (1a085f0 -> 7f0d273)

2019-08-20 Thread paddyhoran
This is an automated email from the ASF dual-hosted git repository. paddyhoran pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1a085f0 ARROW-5992: [C++][Python] Support String->Binary in Array::View. Add Python bindings for Array::View

[arrow] branch master updated (5da8ae8 -> 1a085f0)

2019-08-20 Thread fsaintjacques
This is an automated email from the ASF dual-hosted git repository. fsaintjacques pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 5da8ae8 ARROW-6067: [Python] Fix failing large memory Python tests add 1a085f0 ARROW-5992:

[arrow] branch master updated (721e6f9 -> 5da8ae8)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 721e6f9 ARROW-6161: [C++][Dataset] Implements ParquetFragment add 5da8ae8 ARROW-6067: [Python] Fix failing large

[arrow] branch master updated (f8b7425 -> 721e6f9)

2019-08-20 Thread wesm
This is an automated email from the ASF dual-hosted git repository. wesm pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f8b7425 ARROW-6048: [C++] Add ChunkedArray::View method that dispatches to Array::View add 721e6f9 ARROW-6161:

[arrow] branch master updated (66e2b82 -> f8b7425)

2019-08-20 Thread fsaintjacques
This is an automated email from the ASF dual-hosted git repository. fsaintjacques pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 66e2b82 ARROW-5966: [Python] Also use ChunkedStringBuilder when converting NumPy string types to Arrow

[arrow] branch master updated (a40d6b6 -> 7f6e6ab)

2019-08-20 Thread fsaintjacques
This is an automated email from the ASF dual-hosted git repository. fsaintjacques pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a40d6b6 ARROW-5978: [FlightRPC] [Java] Properly release buffers in Flight integration client add