[
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)