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

Fix decode error when "NULL" value in the column with "primary key" flag #5879

Merged
merged 17 commits into from
Sep 16, 2022

Commits on Sep 15, 2022

  1. Fix RegionBlockReaderTest helper functions

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    782269b View commit details
    Browse the repository at this point in the history
  2. Fix null col

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8f64046 View commit details
    Browse the repository at this point in the history
  3. Add ut for the case

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    cfb77a3 View commit details
    Browse the repository at this point in the history
  4. Add some comments

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    2f9ffda View commit details
    Browse the repository at this point in the history
  5. Add more information when exception thrown in insertRangeFrom

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    19f843f View commit details
    Browse the repository at this point in the history
  6. Add more region info when exception thrown in preHandleSnapshot/inges…

    …tSST
    
    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    bf1d01e View commit details
    Browse the repository at this point in the history
  7. Fix the bug

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3ee52c2 View commit details
    Browse the repository at this point in the history
  8. Enhance the ut

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    73f5c00 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. fix exception message

    Co-authored-by: hongyunyan <649330952@qq.com>
    JaySon-Huang and hongyunyan authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    82e5987 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into fix_pk_with_null_…

    …value
    
     Conflicts:
    	dbms/src/Storages/Transaction/tests/gtest_region_block_reader.cpp
    JaySon-Huang committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    319ff89 View commit details
    Browse the repository at this point in the history
  3. Rename to ignore_pk_if_absent

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    a6a4144 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2aa4de6 View commit details
    Browse the repository at this point in the history
  5. Remove the warning log

    JaySon-Huang authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    db5ca32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6ceb13a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    964f830 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdedc91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30d103b View commit details
    Browse the repository at this point in the history