You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@localhost:8000/default> create table tt(a tuple(x int, y int), b string, c int) cluster by (b);
root@localhost:8000/default> copy into tt(b, c) from @data/csv/ii_100.csv file_format = (type= csv);
error: APIError: QueryFailed: [1104]index out of bounds: the len is 3 but the index is 3
@data map to the tests/data/ dir
The text was updated successfully, but these errors were encountered:
Summary
@data
map to thetests/data/
dirThe text was updated successfully, but these errors were encountered: