[jira] [Created] (ARROW-11820) Added macro create_native to construct impl

2021-02-27 Thread Fernando Herrera (Jira)
Fernando Herrera created ARROW-11820:


 Summary: Added macro create_native to construct impl
 Key: ARROW-11820
 URL: https://issues.apache.org/jira/browse/ARROW-11820
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Fernando Herrera






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


[jira] [Created] (ARROW-11783) [Rust] Implement RFC system for Rust Arrow

2021-02-25 Thread Fernando Herrera (Jira)
Fernando Herrera created ARROW-11783:


 Summary: [Rust] Implement RFC system for Rust Arrow
 Key: ARROW-11783
 URL: https://issues.apache.org/jira/browse/ARROW-11783
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Fernando Herrera






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


[jira] [Created] (ARROW-11537) Change RecordBatchOptions from struct to enum

2021-02-06 Thread Fernando Herrera (Jira)
Fernando Herrera created ARROW-11537:


 Summary: Change RecordBatchOptions from struct to enum
 Key: ARROW-11537
 URL: https://issues.apache.org/jira/browse/ARROW-11537
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Fernando Herrera


The RecordBatchOptions struct seems to be limited to express the possible 
options that could be used to create a RecordBatch. At the time it seems that 
there is only one option put if in the future a new option is added the struct 
will have to be changed.

The proposal is to change the struct RecordBatchOptions to an enum with the 
possible options and in the create recordbatch with options you can pass an 
slice with all the options.



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


[jira] [Created] (ARROW-9934) [Rust] Shape and stride check in tensor

2020-09-07 Thread Fernando Herrera (Jira)
Fernando Herrera created ARROW-9934:
---

 Summary: [Rust] Shape and stride check in tensor
 Key: ARROW-9934
 URL: https://issues.apache.org/jira/browse/ARROW-9934
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Fernando Herrera


When creating a tensor there is no check for the supplied shape and stride. 
There should be a check before creating the tensor object.



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