Skip to content

#2109 schema infer max #2159

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

Merged
merged 3 commits into from
Apr 5, 2022
Merged

Conversation

jychen7
Copy link
Contributor

@jychen7 jychen7 commented Apr 5, 2022

Which issue does this PR close?

patch v7.x with #2109
was merged to master at #2139

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

@@ -26,7 +26,7 @@ pub use env_logger;
pub fn batches_to_vec(batches: &[RecordBatch]) -> Vec<Option<i32>> {
batches
.iter()
.map(|batch| {
.flat_map(|batch| {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@yjshen yjshen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jychen7!

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jychen7

@alamb
Copy link
Contributor

alamb commented Apr 5, 2022

Looks like there are some other clippy errors left on the maint branch -- if you want we can merge this PR in as is and then we can fix the clippy errors on the maint branch as a follow on PR

@jychen7
Copy link
Contributor Author

jychen7 commented Apr 5, 2022

the clippy error impact quite a few files, would be better we resolve in new PR

@alamb alamb merged commit e7a72b4 into apache:maint-7.x Apr 5, 2022
@alamb
Copy link
Contributor

alamb commented Apr 5, 2022

the clippy error impact quite a few files, would be better we resolve in new PR

I agree -- merged this one in

@jychen7 jychen7 deleted the 2109-schema-infer-max branch April 6, 2022 01:13
@jychen7
Copy link
Contributor Author

jychen7 commented Apr 6, 2022

the clippy error impact quite a few files, would be better we resolve in new PR

#2166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
datafusion Changes in the datafusion crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants