Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 487 Bytes

18.md

File metadata and controls

16 lines (15 loc) · 487 Bytes

Core dumped when using this statement:

CREATE TABLE origin As SELECT * FROM read_csv('/script/1.csv', delim=',', header=true, columns={'id': 'Integer', 'geom': 'geometry'});
SELECT * FROM origin;
-- terminate called after throwing an instance of 'duckdb::SerializationException'
--  what():  Serialization Error: Trying to read past end of buffer
-- Aborted (core dumped)

csv file:

id,geom
0,"POLYGON EMPTY"

Version information: v0.9.2-dev209 6545a55cfe