Skip to content

Commit

Permalink
FIX: Remove unrelated float16() casts from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Jul 21, 2024
1 parent 3908d42 commit 3c6ad11
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/compute/kernels/scalar_cast_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ TEST(Cast, CanCast) {
ExpectCanCast(from_base_binary, {boolean()});
ExpectCanCast(from_base_binary, kNumericTypes);
ExpectCanCast(from_base_binary, kBaseBinaryTypes);
// XXX: add float16 to kNumericTypes
ExpectCanCast(from_base_binary, {float16()});
ExpectCanCast(dictionary(int64(), from_base_binary), {from_base_binary});

// any cast which is valid for the dictionary is valid for the DictionaryArray
Expand Down

0 comments on commit 3c6ad11

Please sign in to comment.