[arrow] branch master updated: ARROW-3088: [Rust] Use internal `Result` type instead of `Result`

2018-08-20 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 94e8196 ARROW-3088: [Rust] Use internal `Result

[arrow] branch remove_mem_pool created (now 1246ba3)

2018-09-30 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch remove_mem_pool in repository https://gitbox.apache.org/repos/asf/arrow.git. at 1246ba3 remove unused mempool This branch includes the following new commits: new 1246ba3 remove

[arrow] 01/01: remove unused mempool

2018-09-30 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a commit to branch remove_mem_pool in repository https://gitbox.apache.org/repos/asf/arrow.git commit 1246ba3e0291273ad363294d71ee87c64d4e4b68 Author: Andy Grove AuthorDate: Sun Sep 30 22:19:25 2018 -0600

[arrow] branch master updated: ARROW-4155: [Rust] Implement array_ops::sum() for PrimitiveArray

2019-01-05 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 4895340 ARROW-4155: [Rust] Implement array_ops

[arrow] branch master updated: ARROW-4315: [Website] Add Go and Rust to list of supported languages

2019-01-22 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 893b81b ARROW-4315: [Website] Add Go and Rust

[arrow] branch master updated: ARROW-3880: [Rust] Implement simple math operations for numeric arrays

2018-12-10 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 2428945 ARROW-3880: [Rust] Implement simple

[arrow] branch master updated: ARROW-3895: [Rust] csv::Reader now returns Result instead of Option

2018-11-28 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 adbf763 ARROW-3895: [Rust] csv::Reader now

[arrow] branch master updated: ARROW-3726: [Rust] Add CSV reader with example

2018-11-21 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 c04a62b ARROW-3726: [Rust] Add CSV reader

[arrow] branch master updated: ARROW-3868: [Rust] Switch to nightly Rust for required build, stable is now allowed to fail

2018-11-27 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 39d1e86 ARROW-3868: [Rust] Switch to nightly

[arrow] branch master updated: ARROW-3855: [Rust] Schema/Field/Datatype now have derived serde traits

2018-11-28 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 0066af8 ARROW-3855: [Rust] Schema/Field

[arrow] branch master updated: ARROW-4172: [Rust] more consistent naming in array builders

2019-01-08 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 bcca04a ARROW-4172: [Rust] more consistent

[arrow] branch master updated: ARROW-3839: [Rust] Add ability to infer schema in CSV reader

2019-01-08 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 ac45f32 ARROW-3839: [Rust] Add ability to infer

[arrow] branch master updated: ARROW-3959: [Rust] Add date/time data types

2019-01-09 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 87ceb3c ARROW-3959: [Rust] Add date/time data

[arrow] branch master updated: ARROW-3665: [Rust] Implement StructArrayBuilder

2019-01-07 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 0eadd41 ARROW-3665: [Rust] Implement

[arrow] branch master updated: ARROW-4060: [Rust] Add parquet arrow converter.

2019-01-08 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 af07f75 ARROW-4060: [Rust] Add parquet arrow

[arrow] branch master updated: ARROW-4042: [Rust] Rename BinaryArray::get_value to value

2019-01-07 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 1143942 ARROW-4042: [Rust] Rename BinaryArray

[arrow] branch master updated: ARROW-4038: [Rust] Implement boolean AND, OR, NOT array ops

2018-12-19 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 1a8c8f0 ARROW-4038: [Rust] Implement boolean

[arrow] branch master updated: ARROW-5039: [Rust] [DataFusion] Re-implement CAST support

2019-03-31 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 722b0a1 ARROW-5039: [Rust] [DataFusion] Re

[arrow] branch master updated: ARROW-4596: [Rust] [DataFusion] Implement COUNT

2019-04-01 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 f9e21ae ARROW-4596: [Rust] [DataFusion

[arrow] branch master updated: ARROW-5013: [Rust] [DataFusion] Refactor runtime expression support

2019-03-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 617bf47 ARROW-5013: [Rust] [DataFusion

[arrow] branch master updated: ARROW-4595: [Rust] Implement Table API (a.k.a DataFrame)

2019-03-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 a9706a3 ARROW-4595: [Rust] Implement Table API

[arrow] branch master updated: ARROW-4670: [Rust] array_ops::sum performance optimizations

2019-02-25 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 9819db4 ARROW-4670: [Rust] array_ops::sum

[arrow] branch master updated: ARROW-4679: [Rust] Implement in-memory data source for DataFusion

2019-03-03 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 c80e685 ARROW-4679: [Rust] Implement in-memory

[arrow] branch master updated: ARROW-4727: [Rust] Add equality check for schemas

2019-03-02 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 1a36fd1 ARROW-4727: [Rust] Add equality check

[arrow] branch master updated: ARROW-3838: [Rust] CSV Writer

2019-03-04 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 1099305 ARROW-3838: [Rust] CSV Writer 1099305

[arrow] branch master updated: ARROW-4605: [Rust] Move filter and limit code from DataFusion into compute module

2019-02-24 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 d6db5be ARROW-4605: [Rust] Move filter

[arrow] branch master updated: ARROW-4897: [Rust] [DataFusion] Improve rustdocs

2019-03-16 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 d0a51f3 ARROW-4897: [Rust] [DataFusion] Improve

[arrow] branch master updated: ARROW-4892: [Rust] [DataFusion] Move SQL parser and planner into SQL module

2019-03-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 0451b99 ARROW-4892: [Rust] [DataFusion] Move

[arrow] branch master updated: ARROW-4681: [Rust] [DataFusion] Partition aware data sources

2019-03-10 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 11ae07b ARROW-4681: [Rust] [DataFusion

[arrow] branch master updated: ARROW-4894: [Rust] [DataFusion] Remove all uses of panic! from aggregate.rs

2019-03-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 49656ec ARROW-4894: [Rust] [DataFusion] Remove

[arrow] branch master updated: ARROW-4899: [Rust] [DataFusion] Remove panic from expression.rs

2019-03-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 e50269d ARROW-4899: [Rust] [DataFusion] Remove

[arrow] branch master updated: ARROW-4466: [Rust] [DataFusion] Add support for Parquet data source

2019-03-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 e3df5b7 ARROW-4466: [Rust] [DataFusion] Add

[arrow] branch master updated: ARROW-4586: [Rust] Remove arrow/mod.rs as it is not needed

2019-02-16 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 e1bc0d4 ARROW-4586: [Rust] Remove arrow/mod.rs

[arrow] branch master updated: ARROW-4490: [Rust] Add explicit SIMD vectorization for boolean ops in "array_ops"

2019-02-16 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 a374c3c ARROW-4490: [Rust] Add explicit SIMD

[arrow] branch master updated: ARROW-4589: [Rust] Projection push down query optimizer rule

2019-02-17 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 3606aa2 ARROW-4589: [Rust] Projection push down

[arrow] branch master updated: ARROW-4464: [Rust] [DataFusion] Add support for LIMIT

2019-02-17 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 811c7dc ARROW-4464: [Rust] [DataFusion] Add

[arrow] branch master updated: ARROW-4540: [Rust] Basic JSON reader

2019-02-18 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 c494f88 ARROW-4540: [Rust] Basic JSON reader

[arrow] branch master updated: ARROW-4196: [Rust] Add explicit SIMD vectorization for arithmetic ops in "array_ops"

2019-02-18 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 a65798a ARROW-4196: [Rust] Add explicit SIMD

[arrow] branch master updated: ARROW-4865: [Rust] Support list casts

2019-03-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 90d665e ARROW-4865: [Rust] Support list casts

[arrow] branch master updated: ARROW-3882: [Rust] Cast Kernel for most types

2019-03-13 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 92433c8 ARROW-3882: [Rust] Cast Kernel for most

[arrow] branch master updated: ARROW-5946: [Rust] [DataFusion] Fix bug in projection push down logic

2019-07-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 217f8c8 ARROW-5946: [Rust] [DataFusion] Fix bug

[arrow] branch master updated: ARROW-5945: [Rust] [DataFusion] Table trait can now be used to build real queries

2019-07-16 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 cbaa066 ARROW-5945: [Rust] [DataFusion] Table

[arrow] branch master updated (438a140 -> 3685e42)

2019-08-19 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 438a140 ARROW-4648: [C++] Use underscores in source file names add 3685e42 ARROW-6287: [Rust] [DataFusion

[arrow] branch master updated: ARROW-4752: [Rust] Add explicit SIMD vectorization for the divide kernel

2019-09-01 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 a985483 ARROW-4752: [Rust] Add explicit SIMD

[arrow] branch master updated (527df78 -> 7a0dce9)

2019-08-21 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 527df78 ARROW-6058: [C++][Parquet] Validate whole ColumnChunk raw data reads so that underlying filesystem issues

[arrow] branch master updated (1d27386 -> 28bfd2b)

2019-09-11 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1d27386 ARROW-6506: [C++] Fix validation of ExtensionArray with struct storage type add 28bfd2b ARROW-6101

[arrow] branch master updated (dcc1e9d -> e6ddfff)

2019-09-16 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from dcc1e9d ARROW-6562: [GLib] Fix returning wrong sliced data of GArrowBuffer add e6ddfff ARROW-6565: [Rust

[arrow] branch master updated (32abe67 -> e39e977)

2019-09-18 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 32abe67 ARROW-2317: [Python] Fix C linkage warning with Cython add e39e977 ARROW-6599: [Rust] [DataFusion] Add

[arrow] branch master updated: ARROW-6104: [Rust] [DataFusion] Remove use of bare trait objects

2019-08-05 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 03dc59d ARROW-6104: [Rust] [DataFusion] Remove

[arrow] branch master updated: ARROW-6088: [Rust] [DataFusion] Projection execution plan

2019-08-06 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 d9b0ef1 ARROW-6088: [Rust] [DataFusion

[arrow] branch master updated (0507e50 -> 211e240)

2019-09-19 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 0507e50 ARROW-6591: [R] Ignore .Rhistory files in source control add 211e240 ARROW-6563: [Rust] [DataFusion

[arrow] branch master updated (00a3c47 -> f19ee70)

2019-09-19 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 00a3c47 ARROW-5343: [C++] Refactor dictionary unification to incremental interface, and use Buffer for transpose

[arrow] branch master updated (07ab508 -> f39d2c2)

2019-09-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 07ab508 ARROW-4218: [Rust][Parquet] Initial support for array reader. add f39d2c2 ARROW-6687: [Rust

[arrow] branch master updated (f39d2c2 -> 5b4a08f)

2019-09-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from f39d2c2 ARROW-6687: [Rust] [DataFusion] Bug fix in DataFusion Parquet reader add 5b4a08f ARROW-6705: [Rust

[arrow] branch master updated (06dc863 -> ac1158c)

2019-09-23 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 06dc863 ARROW-6605: [C++][Filesystem] Add recursion depth control to fs::Selector add ac1158c ARROW-6665

[arrow] branch master updated (6dec194 -> 07ab508)

2019-09-25 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 6dec194 ARROW-6472: [Java] ValueVector#accept may has potential cast exception add 07ab508 ARROW-4218: [Rust

[arrow] branch master updated: ARROW-6303: [Rust] Add a feature to disable SIMD

2019-09-22 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 fec7143 ARROW-6303: [Rust] Add a feature

[arrow] branch master updated (102410c -> 6f62a2c)

2019-10-30 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 102410c ARROW-7027: [Python] Correctly raise error in pa.table(..) on invalid input add 6f62a2c ARROW-7003

[arrow] branch master updated (75048e3 -> 885b007)

2019-12-14 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 75048e3 ARROW-7389: [Python][Packaging] Remove pyarrow.s3fs import check from the recipe add 885b007 ARROW

[arrow] branch master updated (a75e1b7 -> 2e53c00)

2019-10-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a75e1b7 ARROW-6452: [Java] Override ValueVector toString() method add 2e53c00 ARROW-6567: [Rust] [DataFusion

[arrow] branch master updated (16e2667 -> 34e4ec9)

2019-10-20 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 16e2667 ARROW-6624: [C++][Python] Add SparseTensor.ToTensor() method add 34e4ec9 ARROW-6928: [Rust] Add

[arrow] branch master updated (9acd0f4 -> bd488e7)

2019-10-15 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 9acd0f4 ARROW-6789: [Python] Improve ergonomics by automatically boxing Action and Result in do_action RPC add

[arrow] branch master updated (40c9711 -> 884d7cd)

2019-10-14 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 40c9711 ARROW-6857: [C++] Fix DictionaryEncode for zero-chunk ChunkedArray add 884d7cd ARROW-4219: [Rust

[arrow] branch master updated (884d7cd -> 9a87443)

2019-10-14 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 884d7cd ARROW-4219: [Rust] [Parquet] Initial support for arrow reader. add 9a87443 ARROW-6283: [Rust

[arrow] branch master updated: ARROW-7207: [Rust] Update generated fbs files

2019-11-19 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 ceda7b5 ARROW-7207: [Rust] Update generated fbs

[arrow] branch master updated (ceda7b5 -> d18efc1)

2019-11-19 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ceda7b5 ARROW-7207: [Rust] Update generated fbs files add d18efc1 ARROW-7211: [Rust] Support byte buffers

[arrow] branch master updated (cc596c0 -> d056020)

2019-11-24 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from cc596c0 ARROW-7248: [Rust] Automatically Generate IPC Messages add d056020 ARROW-7249: [CI] Release test fails

[arrow] branch master updated (6c2035a -> 81909dc)

2019-12-02 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 6c2035a ARROW-7035: [R] Default arguments are unclear in write_parquet docs add 81909dc ARROW-6891: [Rust

[arrow] branch master updated (35ff625 -> 886b206)

2019-11-24 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 35ff625 ARROW-7247: [CI][Python] Fix wheel build error on macOS add 886b206 ARROW-7192: [Rust] Implement

[arrow] branch master updated (4fe330a -> 7f2d637)

2019-09-24 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 4fe330a ARROW-6678: [C++][Parquet] Binary data stored in Parquet metadata must be base64-encoded to be UTF-8

[arrow] branch master updated (0d0e4cc -> 37b6c20)

2019-09-25 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 0d0e4cc ARROW-6622: [R] Normalize paths for filesystem API on Windows add 37b6c20 ARROW-6086: [Rust

[arrow] branch master updated: ARROW-6694: [Rust] [DataFusion] Integration tests now use physical query plan

2019-10-06 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 d2cbf42 ARROW-6694: [Rust] [DataFusion

[arrow] branch master updated (e83ef6e -> 7bd626c)

2019-10-07 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from e83ef6e ARROW-6802: [Packaging][deb][RPM] Update qemu-user-static package URL add 7bd626c ARROW-5809: [CI

[arrow] branch master updated (b67dd44 -> 6d05bc8)

2019-10-08 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b67dd44 ARROW-5655: [Python] Table.from_pydict/from_arrays not using types in specified schema correctly add

[arrow] branch master updated (583fb7e -> 02d1e97)

2019-10-08 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 583fb7e ARROW-5802: [CI][Archery] Dockerify lint utilities add 02d1e97 ARROW-6803: [Rust] [DataFusion

[arrow] branch master updated (ad335f9 -> f9cd295)

2019-10-09 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ad335f9 ARROW-6631: [C++] Do not build any compression libraries by default in C++ build add f9cd295 ARROW

[arrow] branch master updated (c805b5f -> ec27946)

2019-10-08 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from c805b5f ARROW-5855: [Python] Support for Duration (timedelta) type add ec27946 ARROW-6696: [Rust] [DataFusion

[arrow] branch master updated (21636fa -> d3ba809)

2019-10-03 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 21636fa ARROW-6744: [Rust] Publicly expose JsonEqual add d3ba809 ARROW-6091: [Rust] [DataFusion] Implement

[arrow] branch master updated (a98a61d -> 399ab8f)

2019-10-03 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a98a61d ARROW-3808: [R] Array extract, including Take method add 399ab8f ARROW-6736: [Rust] [DataFusion

[arrow] branch master updated (461ff53 -> bf68fa8)

2019-10-04 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 461ff53 ARROW-6437: [R] Add AWS SDK to Homebrew formulae add bf68fa8 ARROW-6656: [Rust][Datafusion] Add MAX

[arrow] branch master updated (bf68fa8 -> fc93312)

2019-10-04 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from bf68fa8 ARROW-6656: [Rust][Datafusion] Add MAX, MIN expressions add fc93312 ARROW-6658: [Rust][Datafusion

[arrow] branch master updated (1e2cf1f -> 368562b)

2019-10-04 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1e2cf1f ARROW-6580: [Java] Support comparison for unsigned integers add 368562b ARROW-6657: [Rust] [DataFusion

[arrow] branch master updated: ARROW-5680: [Rust] [DataFusion] GROUP BY sql tests are now deterministic

2019-10-12 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 d47a40e ARROW-5680: [Rust] [DataFusion] GROUP

[arrow] branch master updated (1fc1015 -> b1d5d0d)

2019-10-12 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1fc1015 ARROW-6859: [CI][Nightly] Disable docker layer caching for CircleCI tasks add b1d5d0d ARROW-6690

[arrow] branch master updated: ARROW-4748: [Rust] [DataFusion] Optimize GROUP BY aggregate queries

2019-10-13 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 e2f59c0 ARROW-4748: [Rust] [DataFusion

[arrow] branch master updated (5e6d72d -> cddd55a)

2020-02-10 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 5e6d72d ARROW-7829: [R] Test R bindings on clang add cddd55a ARROW-7787: [Rust] Added .collect to Table API

[arrow] branch master updated (b5d3641 -> 4231663)

2020-03-01 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b5d3641 ARROW-7970: [Packaging][Python] Use system boost to build the macOS wheels add 4231663 ARROW-7947

[arrow] branch master updated: ARROW-7475: [Rust] Arrow IPC Stream writer

2020-01-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 b84d823 ARROW-7475: [Rust] Arrow IPC Stream

[arrow] branch master updated: ARROW-5182: [Rust] Arrow IPC file writer

2020-01-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 d7e0fa4 ARROW-5182: [Rust] Arrow IPC file

[arrow] branch master updated (19b0d4b -> d091894)

2020-02-03 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 19b0d4b ARROW-7466: [CI][Java] Fix gandiva-jar-osx nightly build failure add d091894 ARROW-7684: [Rust

[arrow] branch master updated (e2177ac -> f854659)

2020-02-11 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from e2177ac ARROW-7832: [R] Patches to 0.16.0 release add f854659 ARROW-7795: [Rust] Added support for NOT No new

[arrow] branch master updated (1d6d367 -> 6fc67cf)

2020-04-07 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 1d6d367 ARROW-8357: [Rust] [DataFusion] Add format dir to dockerfile for CLI add 6fc67cf ARROW-8366: [Rust

[arrow] branch master updated (cda6a4b -> 528d71e)

2020-04-07 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from cda6a4b ARROW-8347: [C++] Migrate Array methods to Result add 528d71e ARROW-7794: [Rust] Support releasing

[arrow] branch master updated: ARROW-4304: [Rust] Enhance documentation for arrow

2020-04-06 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 b3b814c ARROW-4304: [Rust] Enhance

[arrow] branch master updated (b3b814c -> b24bddf)

2020-04-06 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from b3b814c ARROW-4304: [Rust] Enhance documentation for arrow add b24bddf ARROW-6947: [Rust] [DataFusion] Scalar

[arrow] branch master updated: ARROW-8396: [Rust] Removes libc dependency

2020-04-10 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 4e9ced6 ARROW-8396: [Rust] Removes libc

[arrow] branch master updated (c6e4f55 -> e04e9cc)

2020-04-10 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from c6e4f55 ARROW-8388: [C++][CI] Ensure Arrow compiles with GCC 4.8 add e04e9cc ARROW-7794: [Rust] [Flight

[arrow] branch master updated (ab21f0e -> 368037f)

2020-03-16 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from ab21f0e ARROW-8128: [C#] NestedType children serialized on wrong length add 368037f ARROW-8124: [Rust] Update

[arrow] branch master updated: ARROW-4815: [Rust] [DataFusion] Add support for SQL wilcard operator

2020-03-26 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove 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 76c6424 ARROW-4815: [Rust] [DataFusion] Add

[arrow] branch master updated (809d40a -> 5bf6a81)

2020-03-25 Thread agrove
This is an automated email from the ASF dual-hosted git repository. agrove pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 809d40a PARQUET-458: [C++][Parquet] Add support for reading/writing DataPageV2 format add 5bf6a81 ARROW-8219

  1   2   3   4   5   6   7   8   9   10   >