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: update where in panic #11651

Closed
BohuTANG opened this issue Jun 2, 2023 · 2 comments
Closed

bug: update where in panic #11651

BohuTANG opened this issue Jun 2, 2023 · 2 comments
Assignees
Labels
C-bug Category: something isn't working

Comments

@BohuTANG
Copy link
Member

BohuTANG commented Jun 2, 2023

Summary

Table:

CREATE TABLE `doc_20230601` (   `path` VARCHAR,   `content` VARCHAR,   `embedding` ARRAY(FLOAT32) );

Update:

update doc_20230601 set embedding = ai_embedding_vector(concat(path, content)) WHERE length(embedding)=0 and path in (select path from doc_20230601 group by path);

Error:

http query 0079373e-2fab-447e-82a5-647cbd584190: already stopped, reason Err(Code: 1104, Text = interpreter panic: Any { .. }.

<Backtrace disabled by default. Please use RUST_BACKTRACE=1 to enable> ), new reason Err(Code: 1043, Text = killed by http.

<Backtrace disabled by default. Please use RUST_BACKTRACE=1 to enable> )
@BohuTANG BohuTANG added the C-bug Category: something isn't working label Jun 2, 2023
@zhyass zhyass self-assigned this Jun 2, 2023
@zhyass
Copy link
Member

zhyass commented Jun 7, 2023

#9455

@xudong963
Copy link
Member

duplicate with #11651

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants