[jira] [Created] (ARROW-11442) [Rust] Expose the logic used to interpret date/times

2021-01-30 Thread Jira
Jorge Leitão created ARROW-11442:


 Summary: [Rust] Expose the logic used to interpret date/times
 Key: ARROW-11442
 URL: https://issues.apache.org/jira/browse/ARROW-11442
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Jorge Leitão
Assignee: Jorge Leitão






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


[jira] [Created] (ARROW-11441) [R] Read CSV from character vector

2021-01-30 Thread Neal Richardson (Jira)
Neal Richardson created ARROW-11441:
---

 Summary: [R] Read CSV from character vector
 Key: ARROW-11441
 URL: https://issues.apache.org/jira/browse/ARROW-11441
 Project: Apache Arrow
  Issue Type: New Feature
  Components: R
Reporter: Neal Richardson
 Fix For: 4.0.0


`readr::read_csv()` lets you read in data from a character vector, useful for 
(e.g.) taking the results of a system call and reading it in as a data.frame. 

{code}
> readr::read_csv(c("a,b", "1,2", "3,4"))
# A tibble: 2 x 2
  a b
   
1 1 2
2 3 4
{code}

One solution would be similar to ARROW-9235, perhaps, treating it as a 
textConnection. 



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


[jira] [Created] (ARROW-11440) [Rust] [DataFusion] Add method to CsvExec to get CSV schema

2021-01-30 Thread Andy Grove (Jira)
Andy Grove created ARROW-11440:
--

 Summary: [Rust] [DataFusion] Add method to CsvExec to get CSV 
schema
 Key: ARROW-11440
 URL: https://issues.apache.org/jira/browse/ARROW-11440
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust - DataFusion
Reporter: Andy Grove
Assignee: Andy Grove
 Fix For: 4.0.0


It is not possible to inspect an already created CsvExec and determine what the 
underlying schema is



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


[jira] [Created] (ARROW-11439) [Rust] Add year support to temporal kernel

2021-01-30 Thread Jira
Daniël Heres created ARROW-11439:


 Summary: [Rust] Add year support to temporal kernel
 Key: ARROW-11439
 URL: https://issues.apache.org/jira/browse/ARROW-11439
 Project: Apache Arrow
  Issue Type: Improvement
Reporter: Daniël Heres
Assignee: Daniël Heres


+ some additional testing, refactoring



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


[jira] [Created] (ARROW-11438) Unsupported ast node Value(Boolean(true)) in sqltorel

2021-01-30 Thread Patsura Dmitry (Jira)
Patsura Dmitry created ARROW-11438:
--

 Summary: Unsupported ast node Value(Boolean(true)) in sqltorel
 Key: ARROW-11438
 URL: https://issues.apache.org/jira/browse/ARROW-11438
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust - DataFusion
Reporter: Patsura Dmitry
Assignee: Patsura Dmitry


NotImplemented("Unsupported ast node Value(Boolean(true)) in sqltorel")', 
datafusion/tests/sql.rs:1414:46



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


[jira] [Created] (ARROW-11437) [Rust] Simplify benches

2021-01-30 Thread Jira
Jorge Leitão created ARROW-11437:


 Summary: [Rust] Simplify benches
 Key: ARROW-11437
 URL: https://issues.apache.org/jira/browse/ARROW-11437
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Jorge Leitão
Assignee: Jorge Leitão






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


[jira] [Created] (ARROW-11436) [Rust] Allow non-sized iterators in Primitive::from_iter

2021-01-30 Thread Jira
Jorge Leitão created ARROW-11436:


 Summary: [Rust] Allow non-sized iterators in Primitive::from_iter
 Key: ARROW-11436
 URL: https://issues.apache.org/jira/browse/ARROW-11436
 Project: Apache Arrow
  Issue Type: Improvement
  Components: Rust
Reporter: Jorge Leitão
Assignee: Jorge Leitão






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


[jira] [Created] (ARROW-11435) Allow creating ParquetPartition from external crate

2021-01-30 Thread QP Hou (Jira)
QP Hou created ARROW-11435:
--

 Summary: Allow creating ParquetPartition from external crate
 Key: ARROW-11435
 URL: https://issues.apache.org/jira/browse/ARROW-11435
 Project: Apache Arrow
  Issue Type: Task
  Components: Rust - DataFusion
Reporter: QP Hou
Assignee: QP Hou


Without this functionality, it's not possible to implement table provider in 
external crate that targets parquet format since ParquetExec takes 
ParquetPartition as an argument.



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