Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuangxin committed Jan 9, 2025
1 parent 466c00b commit b6ba8b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ TEST_F(CollectSetAggregateTest, rowWithNestedNull) {
{data}, {}, {"collect_set(c0)"}, {"spark_array_sort(a0)"}, {expected});
}

TEST_F(CollectSetAggregateTest, nullType) {
TEST_F(CollectSetAggregateTest, unknownType) {
auto data = makeRowVector({
makeNullConstant(TypeKind::UNKNOWN, 3),
});
Expand Down

0 comments on commit b6ba8b2

Please sign in to comment.