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
[Exec](be) Support offset prue column and null column in BE (#61888)
### What problem does this PR solve?
Problem Summary: This PR includes two main changes:
Add offset-only read optimization support for string, array, and map
types in column reader
### Release note
- [Storage] Add offset-only read optimization for complex types (string,
array, map) to improve read performance
### Check List
- Test: BE unit tests passed
- Behavior changed: No (materialization fix prevents silent failures,
now returns error explicitly)
- Does this need documentation: No
---------
Co-authored-by: englefly <englefly@gmail.com>
0 commit comments