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

Cherry pick Allow casting Timestamp arrays into String to active_release #698

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Aug 19, 2021

Automatic cherry-pick of f569e8f

the change adds uses the existing `PrimitiveArray::value_as_datetime` to
support casting from `Timestamp(_,_)` to ``[Large]Utf8`.
@github-actions github-actions bot added the arrow Changes to the arrow crate label Aug 19, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #698 (bca820d) into active_release (3c0a8bd) will increase coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head bca820d differs from pull request most recent head 987ecc2. Consider uploading reports for the commit 987ecc2 to get more accurate results
Impacted file tree graph

@@                Coverage Diff                 @@
##           active_release     #698      +/-   ##
==================================================
+ Coverage           82.39%   82.40%   +0.01%     
==================================================
  Files                 167      167              
  Lines               46568    46600      +32     
==================================================
+ Hits                38371    38403      +32     
  Misses               8197     8197              
Impacted Files Coverage Δ
arrow/src/compute/kernels/cast.rs 94.63% <100.00%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3c0a8bd...987ecc2. Read the comment docs.

@alamb alamb merged commit 0534f43 into active_release Aug 20, 2021
@alamb alamb deleted the cherry_pick_f569e8f8 branch August 20, 2021 13:16
ovr pushed a commit to cube-js/arrow-rs that referenced this pull request Aug 25, 2022
…e#698)

the change adds uses the existing `PrimitiveArray::value_as_datetime` to
support casting from `Timestamp(_,_)` to ``[Large]Utf8`.

Co-authored-by: Sumit <[email protected]>
ovr pushed a commit to cube-js/arrow-rs that referenced this pull request Aug 25, 2022
…e#698)

the change adds uses the existing `PrimitiveArray::value_as_datetime` to
support casting from `Timestamp(_,_)` to ``[Large]Utf8`.

Co-authored-by: Sumit <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants