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
Fix traversal limit in array deserialization (#4606)
This is a similar issue to the one fixed here:
#4287, we are hitting the
traversal limit when loading fragment metadata as part of opening the
array when queryv3 is enabled.
The fix is also similar, we just need to extend it to array
deserialization, as we hit the same error when trying to open an array
with large metadata.
---
TYPE: IMPROVEMENT
DESC: Fix traversal limit in array deserialization
0 commit comments