[arrow-rs] branch active_release updated: Doctests for DictionaryArray::from_iter, PrimitiveDictionaryBuilder and DecimalBuilder. (#673) (#679)

2021-08-09 Thread alamb
This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch active_release in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/active_release by this push: new 52bbc81 Doctests for

[arrow-rs] branch active_release updated: allocate enough bytes when writing booleans (#658) (#677)

2021-08-09 Thread alamb
This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch active_release in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/active_release by this push: new be471fd allocate enough bytes

[arrow-rs] branch active_release updated (be471fd -> 03af5e4)

2021-08-09 Thread alamb
This is an automated email from the ASF dual-hosted git repository. alamb pushed a change to branch active_release in repository https://gitbox.apache.org/repos/asf/arrow-rs.git. from be471fd allocate enough bytes when writing booleans (#658) (#677) add 03af5e4 Add some do comments

[arrow-rs] branch master updated: Make rand an optional dependency (#674)

2021-08-09 Thread alamb
This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/master by this push: new fc04931 Make rand an optional dependency

[arrow-rs] branch active_release updated: Fix parquet string statistics generation (#643) (#676)

2021-08-09 Thread alamb
This is an automated email from the ASF dual-hosted git repository. alamb pushed a commit to branch active_release in repository https://gitbox.apache.org/repos/asf/arrow-rs.git The following commit(s) were added to refs/heads/active_release by this push: new 876f397 Fix parquet string

[arrow] branch master updated (2aa94c4 -> a849f98)

2021-08-09 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 2aa94c4 ARROW-13482: [C++][Compute] Refactoring away from hard coded ExecNode factories to a registry add

[arrow-datafusion] branch master updated: [ballista] support date_part and date_turnc ser/de, pass tpch 7 (#840)

2021-08-09 Thread dheres
This is an automated email from the ASF dual-hosted git repository. dheres pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/master by this push: new 0125451 [ballista] support date_part

[arrow] branch master updated (a849f98 -> 4e5eb1c)

2021-08-09 Thread npr
This is an automated email from the ASF dual-hosted git repository. npr pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from a849f98 ARROW-5244: [C++] Remove experimental marker from some APIs add 4e5eb1c ARROW-13587: [R] Handle --use-LTO

[arrow-datafusion] branch master updated: Add tests for hash collisions (#842)

2021-08-09 Thread dheres
This is an automated email from the ASF dual-hosted git repository. dheres pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git The following commit(s) were added to refs/heads/master by this push: new 30cc674 Add tests for hash

[arrow] branch master updated (c11dcb0 -> 2aa94c4)

2021-08-09 Thread bkietz
This is an automated email from the ASF dual-hosted git repository. bkietz pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from c11dcb0 ARROW-13132: [C++] Add Scalar validation add 2aa94c4 ARROW-13482: [C++][Compute] Refactoring away from

[arrow] branch master updated (0f1c3a3 -> c11dcb0)

2021-08-09 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 0f1c3a3 ARROW-6870: [C#] Add Support for Dictionary Arrays and Dictionary Encoding add c11dcb0 ARROW-13132:

[arrow] branch master updated (4e5eb1c -> b73af9a)

2021-08-09 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 4e5eb1c ARROW-13587: [R] Handle --use-LTO override add b73af9a ARROW-10373: [C++] Validate null_count in

[arrow] branch master updated (630d85c -> 0f1c3a3)

2021-08-09 Thread eerhardt
This is an automated email from the ASF dual-hosted git repository. eerhardt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 630d85c MINOR: [R] Remove skip from write_csv_arrow() following ARROW-12540 add 0f1c3a3 ARROW-6870: [C#]

[arrow] branch master updated (b73af9a -> 5c6f05f)

2021-08-09 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 b73af9a ARROW-10373: [C++] Validate null_count in Array::ValidateFull() add 5c6f05f ARROW-13508: [C++]

[arrow] branch master updated (5c6f05f -> 64ed8ae)

2021-08-09 Thread westonpace
This is an automated email from the ASF dual-hosted git repository. westonpace pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 5c6f05f ARROW-13508: [C++] Support custom retry strategies in S3Options add 64ed8ae ARROW-12513:

[arrow-rs] branch master updated: Write FixedLenByteArray stats for FixedLenByteArray columns (not ByteArray stats) (#662)

2021-08-09 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-rs.git The following commit(s) were added to refs/heads/master by this push: new fa5acd9 Write FixedLenByteArray stats for

[arrow] branch master updated (822d6d8 -> c2e198b)

2021-08-09 Thread kou
This is an automated email from the ASF dual-hosted git repository. kou pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/arrow.git. from 822d6d8 ARROW-13172: [Java] Make TYPE_WIDTH publicly accessible add c2e198b ARROW-13585: [GLib] Add support for C

[arrow] branch master updated: ARROW-13172: [Java] Make TYPE_WIDTH publicly accessible

2021-08-09 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 822d6d8 ARROW-13172: [Java] Make

[arrow-cookbook] branch main updated: Adding thisisnic and amol- as collaborators (#14)

2021-08-09 Thread westonpace
This is an automated email from the ASF dual-hosted git repository. westonpace pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-cookbook.git The following commit(s) were added to refs/heads/main by this push: new c220941 Adding thisisnic and amol- as

Error while running github feature from .asf.yaml in arrow-cookbook!

2021-08-09 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: Username amol- in collaborator list is not a valid GitHub ID!