You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'tokio-runtime-worker' panicked at src/arrow2/src/array/utf8/mod.rs:518:5:Cannot change array type from Utf8 to LargeUtf8
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
We can't just .convert_logical_type, but we need a physical cast to change the offsets. Seems like this is the same issue with utf8/largeutf8. Not all branches are going through the dataArray like implemented in #3602.
See https://github.com/Eventual-Inc/Daft/pull/3602/files#r1890934526
instead of the special case of just
Utf8
right now seems to not work for nested types. for instance
Daft/tests/connect/test_print_schema.py
Lines 58 to 66 in 1cab7ea
The text was updated successfully, but these errors were encountered: