Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core dump when selecting table after csv file imported #18

Open
cuteDen-ECNU opened this issue Nov 3, 2023 · 1 comment
Open

Core dump when selecting table after csv file imported #18

cuteDen-ECNU opened this issue Nov 3, 2023 · 1 comment

Comments

@cuteDen-ECNU
Copy link
Owner

cuteDen-ECNU commented Nov 3, 2023

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

@cuteDen-ECNU
Copy link
Owner Author

cuteDen-ECNU commented Nov 3, 2023

bugtracker link: duckdb/duckdb-spatial#171
fix link: 3c03ea1
reproduce: c1c3a11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant