-
Notifications
You must be signed in to change notification settings - Fork 459
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: modify tests which compare partition values due to breakage in k…
…ernel as of delta-kernel-rs 0.7.0 a Vec<Scalar> will no longer be comparable if there are nulls in it, which breaks a couple of our tests which perform said check. I feel that this is likely going to cause downstream issues with users of delta-rs, in which case we will have to bring it up with the kernel developers who assert that Null(String) will never equal Null(String). Signed-off-by: R. Tyler Croy <rtyler@brokenco.de>
- Loading branch information
Showing
2 changed files
with
11 additions
and
16 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
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