Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
### Rationale for this change Fixes #30863 by using a singleton proxy handler in `StructRow`'s constructor. Since the handler is stateless, there is no need to create a new instance for each row. ### What changes are included in this PR? Refactoring `StructRow`'s constructor to extract the proxy handler. ### Are these changes tested? No additional tests since this is an internal refactoring, but `yarn test` runs successfully. ### Are there any user-facing changes? No. * GitHub Issue: #30863
- Loading branch information