carloea2 opened a new issue, #4264: URL: https://github.com/apache/texera/issues/4264
### What happened? The array branch in `updateYTypeFromObject(...)` assumes only a single update happens at a time. It compares the old and new arrays from the front until the first mismatch, then performs only a single `delete(...)` or `insert(...)`. ### How to reproduce? Could not find a way to be reproduced in current repo. ### Version 1.1.0-incubating (Pre-release/Master) ### Commit Hash (Optional) _No response_ ### What browsers are you seeing the problem on? _No response_ ### Relevant log output ```shell ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
