-
Notifications
You must be signed in to change notification settings - Fork 757
Closed
Description
a) schema bug steps:
- creating table
--!syntax_pg
CREATE TABLE test
(
kek INTEGER PRIMARY KEY
);
- scheme describe command
./ydb -e grpc://localhost:2136 -d /Root/test scheme describe test --stats
<table> test
Status: INTERNAL_ERROR
Issues:
<main>: Fatal: /opt/buildagent/work/3e574e3efc81dc20/tag/ydb/core/ydb_convert/table_description.cpp:126: It is not allowed to create NOT NULL column with pg type, code: 1
b) import file csv -p test test.csv
- creating table
--!syntax_pg
CREATE TABLE test
(
kek INTEGER PRIMARY KEY
);
- creating csv file
echo 228 > test.csv
- import css command
./ydb -e grpc://localhost:2136 -d /Root/test import file csv -p test test.csv
Status: INTERNAL_ERROR
Issues:
<main>: Fatal: /opt/buildagent/work/3e574e3efc81dc20/tag/ydb/core/ydb_convert/table_description.cpp:126: It is not allowed to create NOT NULL column with pg type, code: 1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels