Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: error when copy into table with cluster key #17251

Open
youngsofun opened this issue Jan 13, 2025 · 0 comments
Open

bug: error when copy into table with cluster key #17251

youngsofun opened this issue Jan 13, 2025 · 0 comments

Comments

@youngsofun
Copy link
Member

youngsofun commented Jan 13, 2025

Summary

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant