Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuangxin committed Jan 8, 2025
1 parent c1c3edb commit f8059aa
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 f8059aa

Please sign in to comment.