[arrow] branch master updated: ARROW-9308: [Format] Add Feature enum for forward compatibility.

2020-07-02 Thread emkornfield
This is an automated email from the ASF dual-hosted git repository. emkornfield 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 b990efe ARROW-9308: [Format] Add Feature

[arrow] branch master updated: ARROW-9221: [Java] account for big-endian buffers in ArrowBuf.setBytes

2020-07-02 Thread liyafan
This is an automated email from the ASF dual-hosted git repository. liyafan 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 ae4eb60 ARROW-9221: [Java] account for

[arrow] branch master updated: ARROW-9294: [GLib] Add GArrowFunction and related objects

2020-07-02 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 52084a9 ARROW-9294: [GLib] Add GArrowFunction and

[arrow] branch master updated: ARROW-9280: [Rust] [Parquet] Calculate page and column statistics

2020-07-02 Thread sunchao
This is an automated email from the ASF dual-hosted git repository. sunchao 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 12b30dd ARROW-9280: [Rust] [Parquet] Calculate

[arrow] branch master updated: ARROW-9278: [C++][Python] Remove validity bitmap from Union types, update IPC read/write and integration tests

2020-07-02 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 a7b359b ARROW-9278: [C++][Python] Remove validity

[arrow] branch master updated: ARROW-9290: [Rust] [Parquet] Add features to allow opting out of dependencies

2020-07-02 Thread sunchao
This is an automated email from the ASF dual-hosted git repository. sunchao 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 2840e3f ARROW-9290: [Rust] [Parquet] Add

[arrow] branch master updated: ARROW-9258: [FORMAT] Add V5 MetadataVersion to Schema.fbs

2020-07-02 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 b3e666d ARROW-9258: [FORMAT] Add V5

[arrow] branch master updated: ARROW-9222: [Format] Columnar.rst changes for removing validity bitmap from union types

2020-07-02 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 6df8620 ARROW-9222: [Format] Columnar.rst changes

[arrow] branch master updated: ARROW-7011: [C++] Implement casts from float/double to decimal

2020-07-02 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 aaec0d4 ARROW-7011: [C++] Implement casts from

[arrow] branch master updated (cb2cf2f -> 8de9295)

2020-07-02 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 cb2cf2f ARROW-9298: [C++] Fix crashes with invalid IPC input add 8de9295 [CI] Add s390x Travis CI build back to

[GitHub] [arrow-site] nealrichardson commented on a change in pull request #63: Revamp website for 1.0 release

2020-07-02 Thread GitBox
nealrichardson commented on a change in pull request #63: URL: https://github.com/apache/arrow-site/pull/63#discussion_r449257551 ## File path: index.html ## @@ -1,72 +1,62 @@ --- -layout: default +layout: home --- - -Apache Arrow -A cross-language development

[arrow] branch master updated (269bb7f -> cb2cf2f)

2020-07-02 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 269bb7f ARROW-8977: [R] Table$create with schema crashes with some dictionary index types add cb2cf2f

[arrow] branch master updated (e3c7dbf -> 269bb7f)

2020-07-02 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 e3c7dbf ARROW-8434: [C++] Avoid multiple schema deserializations in RecordBatchFileReader add 269bb7f

[arrow] branch master updated (de6304f -> e3c7dbf)

2020-07-02 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 de6304f ARROW-9192: [CI][Rust] Add support for running clippy add e3c7dbf ARROW-8434: [C++] Avoid multiple

[arrow-testing] branch master updated: Add IPC fuzz regression files (#33)

2020-07-02 Thread apitrou
This is an automated email from the ASF dual-hosted git repository. apitrou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-testing.git The following commit(s) were added to refs/heads/master by this push: new 10ab9dd Add IPC fuzz regression files

[arrow-testing] branch master updated: Add IPC fuzz regression files (#32)

2020-07-02 Thread apitrou
This is an automated email from the ASF dual-hosted git repository. apitrou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-testing.git The following commit(s) were added to refs/heads/master by this push: new 37d3d57 Add IPC fuzz regression files

[arrow] branch master updated (b441d65 -> de6304f)

2020-07-02 Thread kszucs
This is an automated email from the ASF dual-hosted git repository. kszucs pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b441d65 ARROW-9206: [C++][Flight] Add latency benchmark add de6304f ARROW-9192: [CI][Rust] Add support for

[arrow] branch master updated (0d789ac -> b441d65)

2020-07-02 Thread apitrou
This is an automated email from the ASF dual-hosted git repository. apitrou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 0d789ac ARROW-7717: [CI] Have nightly integration test for Spark's latest release add b441d65 ARROW-9206:

[arrow] branch master updated (bcbb3e2 -> 0d789ac)

2020-07-02 Thread kszucs
This is an automated email from the ASF dual-hosted git repository. kszucs pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from bcbb3e2 ARROW-8230: [Java] Remove netty dependency from arrow-memory (#7347) add 0d789ac ARROW-7717: [CI]