-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUG] Fix I32Array BW compat (#2815)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - In #2729 we changed to UInt32Array but some old data may be Int32Array. This is a rather ugly hack to preserve that behavior. - New functionality - None ## Test plan *How are these changes tested?* We are scoping cross-version tests, which are needed in general. - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
- Loading branch information
Showing
1 changed file
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters