[jira] [Created] (ARROW-11628) [Rust] Typed Bytes

2021-02-14 Thread Jira
Jorge Leitão created ARROW-11628:


 Summary: [Rust] Typed Bytes
 Key: ARROW-11628
 URL: https://issues.apache.org/jira/browse/ARROW-11628
 Project: Apache Arrow
  Issue Type: New Feature
  Components: Rust
Reporter: Jorge Leitão
Assignee: Jorge Leitão






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-11627) [Rust] Typed allocator

2021-02-14 Thread Jira
Jorge Leitão created ARROW-11627:


 Summary: [Rust] Typed allocator
 Key: ARROW-11627
 URL: https://issues.apache.org/jira/browse/ARROW-11627
 Project: Apache Arrow
  Issue Type: New Feature
  Components: Rust
Reporter: Jorge Leitão
Assignee: Jorge Leitão






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-11626) [Rust][DataFusion] Move DataFusion examples to own project to reduce nr dependencies

2021-02-14 Thread Jira
Daniël Heres created ARROW-11626:


 Summary: [Rust][DataFusion] Move DataFusion examples to own 
project to reduce nr dependencies
 Key: ARROW-11626
 URL: https://issues.apache.org/jira/browse/ARROW-11626
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust - DataFusion
Reporter: Daniël Heres
Assignee: Daniël Heres






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-11625) [Rust] [DataFusion] Move SortExec partition check to constructor

2021-02-14 Thread Andy Grove (Jira)
Andy Grove created ARROW-11625:
--

 Summary: [Rust] [DataFusion] Move SortExec partition check to 
constructor
 Key: ARROW-11625
 URL: https://issues.apache.org/jira/browse/ARROW-11625
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust - DataFusion
Reporter: Andy Grove
 Fix For: 4.0.0


SortExec has the following error check at execution time and this could be 
moved into the try_new constructor so the error check happens at planning time 
instead.

 
{code:java}
if 1 != self.input.output_partitioning().partition_count() {
return Err(DataFusionError::Internal(
"SortExec requires a single input partition".to_owned(),
));
} {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (ARROW-11624) [Rust] Move Arrow benchmarks to its own crate

2021-02-14 Thread Jira
Daniël Heres created ARROW-11624:


 Summary: [Rust] Move Arrow benchmarks to its own crate
 Key: ARROW-11624
 URL: https://issues.apache.org/jira/browse/ARROW-11624
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Daniël Heres
Assignee: Daniël Heres






--
This message was sent by Atlassian Jira
(v8.3.4#803005)