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

Implement CastFn for chunkedarray #497

Merged
merged 4 commits into from
Jul 22, 2024
Merged

Implement CastFn for chunkedarray #497

merged 4 commits into from
Jul 22, 2024

Conversation

a10y
Copy link
Contributor

@a10y a10y commented Jul 22, 2024

try_cast on chunked array will now cast the chunks

@a10y a10y marked this pull request as ready for review July 22, 2024 15:58
@a10y a10y requested a review from robert3005 July 22, 2024 15:58
@@ -289,13 +289,10 @@ fn varbin_to_arrow(varbin_array: VarBinArray) -> ArrayRef {
fn temporal_to_arrow(temporal_array: TemporalArray) -> ArrayRef {
macro_rules! extract_temporal_values {
($values:expr, $prim:ty) => {{
let temporal_values = try_cast(
&temporal_array.temporal_values(),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

whoops

@a10y a10y enabled auto-merge (squash) July 22, 2024 15:59
@a10y a10y merged commit 1f31308 into develop Jul 22, 2024
2 checks passed
@a10y a10y deleted the aduffy/sampling-ext branch July 22, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants