Describe the bug
If I have a lance dataset whose schema is string, but daft forces it to be converted to large_string, it may cause the append of new data to fail.
The same applies to other types.
To Reproduce
No response
Expected behavior
Using Daft, we can write Lance datasets with types such as string/binary or their large variants, large_string/large_binary.
Component(s)
Lance Integration
Additional context
No response