duckdb / duckdb/duckdb-spatial
Invalid unicode (byte sequence mismatch) detected in segment statistics update
Open
- Dominant language
- C
- Stars
- 708
- Forks
- 96
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 5
Description
Anyway I can work my way around unicode issues in shape files?
```bash
$ wget https://ised-isde.canada.ca/app/scr/sittibc/web/api/openData/Map_Data_MapInfo.zip
$ unzip -j Map_Data_MapInfo.zip
$ ~/duckdb # v1.5.1
```
```sql
CREATE OR REPLACE TABLE a AS FROM ST_READ('ISP_Hex_FSI.SHP');
```
```
Invalid unicode (byte sequence mismatch) detected in segment statistics update
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.