diff --git a/test/sql/types/map/map_empty.test b/test/sql/types/map/map_empty.test index 5455a99a955e..56b99c168b99 100644 --- a/test/sql/types/map/map_empty.test +++ b/test/sql/types/map/map_empty.test @@ -5,3 +5,4 @@ statement error SELECT DISTINCT MAP { * : ? IN ( SELECT TRUE ) } ; ---- +Error in MAP creation: key list and value list do not align