You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We split out arrow-cast crate. Some tests moved to the crate need feature chrono-tz, but the crate don't have it. So these tests are not run in CI.
To Reproduce
Run cargo test --features chrono-tz test_can_cast_types -- --nocapture.
On master branch, the test is not run.
Normally we should see such output:
running 1 test
Test casting Binary --> Null
Test casting Binary --> Boolean
Test casting Binary --> Int8
Test casting Binary --> Int16
Test casting Binary --> Int32
Test casting Binary --> UInt64
Test casting Binary --> UInt8
Test casting Binary --> UInt16
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
We split out
arrow-cast
crate. Some tests moved to the crate need featurechrono-tz
, but the crate don't have it. So these tests are not run in CI.To Reproduce
Run
cargo test --features chrono-tz test_can_cast_types -- --nocapture
.On master branch, the test is not run.
Normally we should see such output:
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: