-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
Prework
- Read and agree to the code of conduct and contributing guidelines.
- If there is already a relevant issue, whether open or closed, comment on the existing thread instead of posting a new issue.
Question
What would you like to know?
- Is there a way or could you implement a way to align datatypes across ibis backends?
- I am working on a project that uses ibis to connect to DuckDB while working locally and Spark while working in DataBricks. There are differences in capitalization and differences for array types (
List(String)vsarray<string>) depending on the backend even though the data is the same. Consistency of datatypes across backends would simplify the validation process when using ibis with pointblank.
