Skip to content

sql: unexpected value when renaming table to an existing one #55985

@jayshrivastava

Description

@jayshrivastava

This action produces an unexpected error.

root@:26257/defaultdb> create schema foo;
CREATE SCHEMA

root@:26257/defaultdb> create table foo.bar();
CREATE TABLE

root@:26257/defaultdb> create table foo.bar2();
CREATE TABLE

root@:26257/defaultdb> alter table foo.bar rename to foo.bar2;
ERROR: unexpected value: raw_bytes:"\300\341\032\005\001z" timestamp:<wall_time:1603733043407024000 > 

Metadata

Metadata

Labels

C-bugCode not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions