Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parquet crate fails to build when only json feature is enabled #2667

Closed
eagletmt opened this issue Sep 6, 2022 · 1 comment · Fixed by #2668
Closed

parquet crate fails to build when only json feature is enabled #2667

eagletmt opened this issue Sep 6, 2022 · 1 comment · Fixed by #2668
Labels
bug development-process Related to development process of arrow-rs parquet Changes to the parquet crate

Comments

@eagletmt
Copy link
Contributor

eagletmt commented Sep 6, 2022

Describe the bug
parquet crate fails to build when only json feature is enabled.

To Reproduce

% cargo build --no-default-features --features json
error[E0433]: failed to resolve: use of undeclared crate or module `base64`
   --> parquet/src/record/api.rs:691:46
    |
691 |             Field::Bytes(b) => Value::String(base64::encode(b.data())),
    |                                              ^^^^^^ use of undeclared crate or module `base64`

For more information about this error, try `rustc --explain E0433`.
error: could not compile `parquet` due to previous error

Expected behavior
It compiles.

Additional context
None

@eagletmt eagletmt added the bug label Sep 6, 2022
@tustvold tustvold added the parquet Changes to the parquet crate label Sep 8, 2022
@alamb alamb added the development-process Related to development process of arrow-rs label Sep 16, 2022
@alamb
Copy link
Contributor

alamb commented Sep 16, 2022

Automatically added labels {'development-process'} from #2671

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug development-process Related to development process of arrow-rs parquet Changes to the parquet crate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants