Skip to content

Conversation

@Lordworms
Copy link
Contributor

Which issue does this PR close?

Closes #10751

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

@github-actions github-actions bot added the core Core DataFusion crate label Jun 3, 2024
let array = Arc::new(Time32MillisecondArray::from(v)) as ArrayRef;
RecordBatch::try_new(schema, vec![array]).unwrap()
}
_ => panic!("Unsupported scenario for Time32"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
_ => panic!("Unsupported scenario for Time32"),
s => panic!("Unsupported scenario for Time32: {s}"),

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

lgtm thanks @Lordworms

@alamb
Copy link
Contributor

alamb commented Jun 4, 2024

BTW I am slowly merging these PRs after resolving conflicts -- I expect to be done by tomorrow

@alamb
Copy link
Contributor

alamb commented Jun 4, 2024

Thanks again @comphead and @Lordworms

@alamb alamb merged commit 5a544d0 into apache:main Jun 4, 2024
findepi pushed a commit to findepi/datafusion that referenced this pull request Jul 16, 2024
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core Core DataFusion crate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extract parquet statistics from Time32 and Time64 columns

3 participants