-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): Bump simd-json from 0.10.6 to 0.11.1 & fix error message #12550
Conversation
b6ca1d6
to
acc09ee
Compare
Bumps [simd-json](https://github.com/simd-lite/simd-json) from 0.10.6 to 0.11.1. - [Commits](simd-lite/simd-json@v0.10.6...v0.11.1) --- updated-dependencies: - dependency-name: simd-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
acc09ee
to
16c40fd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Before
"internal error: AccessError: TypeError { expected: \"i64\", got: \"i64\", value: \"\" }"
"internal error: AccessError: TypeError { expected: \"Some(Boolean)\", got: \"i64\", value: \"2\" }"
"internal error: AccessError: TypeError { expected: \"i16\", got: \"i16\", value: \"\" }"
test parser::debezium::simd_json_parser::tests::test2_mysql::test2_debezium_json_parser_overflow_f64 - should panic ... FAILED
"internal error: AccessError: TypeError { expected: \"i32\", got: \"i32\", value: \"\" }"
"internal error: AccessError: TypeError { expected: \"f32\", got: \"f32\", value: \"\" }"
After
"internal error: AccessError: TypeError { expected: \"Some(Int64)\", got: \"u64\", value: \"9223372036854775808\" }"
"internal error: AccessError: TypeError { expected: \"Some(Boolean)\", got: \"i64\", value: \"2\" }"
"internal error: AccessError: TypeError { expected: \"Some(Int16)\", got: \"i64\", value: \"32768\" }"
"internal error: AccessError: TypeError { expected: \"Some(Int32)\", got: \"i64\", value: \"2147483648\" }"
"internal error: AccessError: TypeError { expected: \"Some(Float32)\", got: \"f64\", value: \"380282347000000000000000000000000000000\" }"
// float64 will cause debezium simd_json_parser to panic, therefore included in the next | ||
// test case below | ||
} | ||
|
||
#[tokio::test] | ||
#[should_panic] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't panic anymore in 0.11
Codecov Report
@@ Coverage Diff @@
## main #12550 +/- ##
==========================================
- Coverage 69.36% 69.30% -0.06%
==========================================
Files 1470 1470
Lines 241283 241252 -31
==========================================
- Hits 167370 167207 -163
- Misses 73913 74045 +132
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 23 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Bumps simd-json from 0.10.6 to 0.11.1.
Commits
b6fd186
(cargo-release) version 0.11.10040211
Re-add arraybackend feature81348f7
(cargo-release) version 0.11.03bafea8
Fix docs build7c8a45c
Fix macro for non-serdeac53826
Fix aprox number parsing238f1b0
fix unsafe315b43b
ci version bump38e01d3
return error instead of panicd34f2b6
remove unsafe, bump rust-version to 1.70You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions