Skip to content

Commit

Permalink
better test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzara committed Jul 19, 2024
1 parent 0957739 commit 3df03ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions datafusion/sqllogictest/test_files/map.slt
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ SELECT MAP(arrow_cast(make_array('POST', 'HEAD', 'PATCH'), 'LargeList(Utf8)'), a


query ?
VALUES(MAP([], []))
VALUES (MAP(['a'], [1])), (MAP(['b'], [2])), (MAP(['c', 'a'], [3, 1]))
----
{}
{a: 1}
{b: 2}
{c: 3, a: 1}

0 comments on commit 3df03ae

Please sign in to comment.