Skip to content
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

Re-add fix for accurateCastOrNull() #54629

Merged
merged 8 commits into from Oct 25, 2023

Commits on Oct 24, 2023

  1. Revert "Revert "Fix issues in accurateCastOrNull""

    This reverts commit 71d37d6.
    aiven-sal committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    fa76a88 View commit details
    Browse the repository at this point in the history
  2. Add stronger exception guarantees to bool serialization

    before this change the output column may or may not
    contain an invalid value when an exception was thrown.
    We now make sure that, in case of error, we either don't
    make changes or we revert them.
    aiven-sal committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f29a618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f417de4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36da379 View commit details
    Browse the repository at this point in the history
  5. Handle the case when bool serialization generates incorrect values on…

    … failure
    
    Fix issue found by fuzzer
    aiven-sal committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    22ae873 View commit details
    Browse the repository at this point in the history
  6. Improve tests

    aiven-sal committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    471fe28 View commit details
    Browse the repository at this point in the history
  7. Fix more fuzzying issues

    aiven-sal committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6b7b3a6 View commit details
    Browse the repository at this point in the history
  8. Add other fuzzer tests

    aiven-sal committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4cf17dc View commit details
    Browse the repository at this point in the history