You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Core dumped when using this statement:
csv file:
Version information:
v0.9.2-dev209 6545a55cfe
The text was updated successfully, but these errors were encountered: