[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-12-14 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Fix Version/s: (was: 3.0.0)

> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust, Rust - DataFusion
>Reporter: Andy Grove
>Priority: Major
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  
> Which ever standard we use should be enforced in build.rs so CI fails on PRs 
> that do not follow the standard.
>  



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


[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-10-08 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Fix Version/s: (was: 2.0.0)
   3.0.0

> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust, Rust - DataFusion
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Major
> Fix For: 3.0.0
>
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  
> Which ever standard we use should be enforced in build.rs so CI fails on PRs 
> that do not follow the standard.
>  



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


[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-10-03 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Affects Version/s: (was: 2.0.0)

> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust, Rust - DataFusion
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Major
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  
> Which ever standard we use should be enforced in build.rs so CI fails on PRs 
> that do not follow the standard.
>  



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


[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-10-03 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Fix Version/s: 2.0.0

> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust, Rust - DataFusion
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Major
> Fix For: 2.0.0
>
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  
> Which ever standard we use should be enforced in build.rs so CI fails on PRs 
> that do not follow the standard.
>  



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


[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-10-03 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Component/s: Rust - DataFusion

> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust, Rust - DataFusion
>Affects Versions: 2.0.0
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Major
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  
> Which ever standard we use should be enforced in build.rs so CI fails on PRs 
> that do not follow the standard.
>  



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


[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-10-03 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Description: 
Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
"import crate::arrow::" and we should standardize on one or the other.

 

Which ever standard we use should be enforced in build.rs so CI fails on PRs 
that do not follow the standard.

 

  was:
Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
"import crate::arrow::" and we should standardize on one or the other.

 


> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust
>Affects Versions: 2.0.0
>Reporter: Andy Grove
>Assignee: Andy Grove
>Priority: Major
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  
> Which ever standard we use should be enforced in build.rs so CI fails on PRs 
> that do not follow the standard.
>  



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


[jira] [Updated] (ARROW-9847) [Rust] Inconsistent use of import arrow:: vs crate::arrow::

2020-10-03 Thread Andy Grove (Jira)


 [ 
https://issues.apache.org/jira/browse/ARROW-9847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andy Grove updated ARROW-9847:
--
Component/s: Rust

> [Rust] Inconsistent use of import arrow:: vs crate::arrow::
> ---
>
> Key: ARROW-9847
> URL: https://issues.apache.org/jira/browse/ARROW-9847
> Project: Apache Arrow
>  Issue Type: Bug
>  Components: Rust
>Affects Versions: 2.0.0
>Reporter: Andy Grove
>Priority: Major
>
> Both the DataFusion and Parquet crates have a mix of "import arrow::" and 
> "import crate::arrow::" and we should standardize on one or the other.
>  



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