Moved cast test [skip ci]

This commit is contained in:
Andrew Kane
2024-04-09 16:48:45 -07:00
parent 62b411f94c
commit a04bf7fce2
4 changed files with 6 additions and 3 deletions

View File

@@ -78,8 +78,6 @@ SELECT '{}/100001'::sparsevec;
ERROR: sparsevec cannot have more than 100000 dimensions
LINE 1: SELECT '{}/100001'::sparsevec;
^
SELECT '{}/16001'::sparsevec::vector;
ERROR: vector cannot have more than 16000 dimensions
SELECT '{0:1}/1'::sparsevec;
ERROR: index "0" is out of range for type sparsevec
LINE 1: SELECT '{0:1}/1'::sparsevec;