Skip to content

Commit

Permalink
REvert debug changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Newton committed Jan 14, 2025
1 parent 71d6c5c commit 6f4f1bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/compute/kernels/scalar_cast_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4033,10 +4033,10 @@ static void CheckStructToStructSubsetWithNulls(

TEST(Cast, StructToSameSizedAndNamedStruct) { CheckStructToStruct(NumericTypes()); }

TEST(Cast, StructToStructSubset) { CheckStructToStructSubset({int8()}); }
TEST(Cast, StructToStructSubset) { CheckStructToStructSubset(NumericTypes()); }

TEST(Cast, StructToStructSubsetWithNulls) {
CheckStructToStructSubsetWithNulls({int8()});
CheckStructToStructSubsetWithNulls(NumericTypes());
}

TEST(Cast, StructToSameSizedButDifferentNamedStruct) {
Expand Down

0 comments on commit 6f4f1bd

Please sign in to comment.