-
Notifications
You must be signed in to change notification settings - Fork 296
Panic: REPLACE INTO ... SELECT on vector tables #23138
Copy link
Copy link
Closed
Labels
ai-easyStraightforward for AI; factual or single-step tasksStraightforward for AI; factual or single-step taskskind/bugSomething isn't workingSomething isn't workingno-pr-linkedIssue Closed without PRIssue Closed without PRseverity/s0Extreme impact: Cause the application to break down and seriously affect the useExtreme impact: Cause the application to break down and seriously affect the use
Metadata
Metadata
Assignees
Labels
ai-easyStraightforward for AI; factual or single-step tasksStraightforward for AI; factual or single-step taskskind/bugSomething isn't workingSomething isn't workingno-pr-linkedIssue Closed without PRIssue Closed without PRseverity/s0Extreme impact: Cause the application to break down and seriously affect the useExtreme impact: Cause the application to break down and seriously affect the use
Description
REPLACE INTO ... SELECT ...on tables with vector columns causes a panic inbuild_replace.go:panic interface conversion: tree.SelectStatement is *tree.SelectClause, not *tree.ValuesClause. We mirror source data from a staging table into the main vector table, but the statement crashes the server.Schema & Setup
Failing SQL
Error Message
Impact