[jira] [Created] (ARROW-8128) [C#] NestedType values serialized on wrong length

2020-03-15 Thread Takashi Hashida (Jira)
Takashi Hashida created ARROW-8128: -- Summary: [C#] NestedType values serialized on wrong length Key: ARROW-8128 URL: https://issues.apache.org/jira/browse/ARROW-8128 Project: Apache Arrow

[jira] [Created] (ARROW-8127) [C++} [Parquet] Incorrect column chunk metadata for multipage batch writes

2020-03-15 Thread TP Boudreau (Jira)
TP Boudreau created ARROW-8127: -- Summary: [C++} [Parquet] Incorrect column chunk metadata for multipage batch writes Key: ARROW-8127 URL: https://issues.apache.org/jira/browse/ARROW-8127 Project: Apache

[jira] [Created] (ARROW-8126) [C++][Compute] Add Top-K kernel benchmark

2020-03-15 Thread Yibo Cai (Jira)
Yibo Cai created ARROW-8126: --- Summary: [C++][Compute] Add Top-K kernel benchmark Key: ARROW-8126 URL: https://issues.apache.org/jira/browse/ARROW-8126 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-8125) [C++] "arrow-tests" target broken with ninja build

2020-03-15 Thread Wes McKinney (Jira)
Wes McKinney created ARROW-8125: --- Summary: [C++] "arrow-tests" target broken with ninja build Key: ARROW-8125 URL: https://issues.apache.org/jira/browse/ARROW-8125 Project: Apache Arrow Issue

Re: [DISCUSS] Field reference ambiguity

2020-03-15 Thread Wes McKinney
It seems like there are two common patterns for projection from a record batch: * Selecting top-level fields by index * Selecting a collection of column paths. I'm on board with deprecating std::vector-based APIs since these are a special case of selecting a collection of column paths that

[jira] [Created] (ARROW-8124) Update library dependencies

2020-03-15 Thread Bryant Biggs (Jira)
Bryant Biggs created ARROW-8124: --- Summary: Update library dependencies Key: ARROW-8124 URL: https://issues.apache.org/jira/browse/ARROW-8124 Project: Apache Arrow Issue Type: Task

[jira] [Created] (ARROW-8123) [Rust] [DataFusion] Create LogicalPlanBuilder

2020-03-15 Thread Andy Grove (Jira)
Andy Grove created ARROW-8123: - Summary: [Rust] [DataFusion] Create LogicalPlanBuilder Key: ARROW-8123 URL: https://issues.apache.org/jira/browse/ARROW-8123 Project: Apache Arrow Issue Type:

Re: [DISCUSS] Leveraging cloud computing resources for Arrow test workloads

2020-03-15 Thread Antoine Pitrou
Le 15/03/2020 à 04:57, Wes McKinney a écrit : > On Sat, Mar 14, 2020, 10:52 PM Micah Kornfield > wrote: > >> Hi Antoine, >> Could you clarify what you mean by: >> >>> Given our current resource utilization on Github Actions, it seems that >>> even a non-auto-scaling setup could be useful. >>