Are you positive this feature should be implemented in the SDK?
Which problem is this feature request solving?
Our test table used in destinations only supports a subset of the arrow types
|
func TestSourceTable(name string) *schema.Table { |
so we can't easily test
int8,
int16, etc.
Describe the solution you'd like
This is a feature request to support all arrow types so we can test them properly. We should probable add those as schema.Type (or replace our own typing first).
Pull request (optional)