INSERT
statements without target column list are not working
#5078
Labels
bug
Something isn't working
INSERT
statements without target column list are not working
#5078
Describe the bug
Planning of
INSERT
statements does not allow for omitting target column list in the SQL statement.To Reproduce
The first error should be the same as the second, which comes from the stubbed out physical planning implementation.
Expected behavior
It is generally accepted that the target column list is optional, and if omitted the target is assumed to be all the columns in the schema.
Additional context
Related to the new
LogicalPlan::Dml
node forWriteOp::Insert
(handled ininsert_to_plan
).The text was updated successfully, but these errors were encountered: