suketa / ruby-duckdb

Ruby binding for DuckDB
https://github.com/suketa/ruby-duckdb
MIT License
163 stars 25 forks source link

Add column type test for uuid, json and map #812

Closed gregszero closed 5 days ago

gregszero commented 5 days ago

Add column types test for:

342 - Json column

341 - UUID Column

340 - Map column

gregszero commented 5 days ago

I'm not sure why the tests are failing. They work perfectly fine locally on both macOS and Linux, and they even pass on the CI for Windows. However, they fail on the CI for Linux and macOS 😅 I'm oppening a new PR just with changes on the column types.