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

rebase master with Hbase 1.x compatible #74

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2024

  1. finish connection function

    stuBirdFly committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fff83ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from stuBirdFly/client_1.3

    Upgrade to HBase 1.3.6 compatibility, adapting the connection and checkAndMutate features.
    stuBirdFly authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ab20c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. hbase 1.x compatibility: filter relevant (#51)

    * filter
    
    * add scan tests
    miyuan-ljr authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ba83fdf View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. add scan lease test (#53)

    stuBirdFly authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f388433 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    42b0e29 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    cd4efbe View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. get bugfix

    stuBirdFly committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7f4cee2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from stuBirdFly/client_1.3

    get bugfix
    stuBirdFly authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6fcc36b View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. test (#59)

    miyuan-ljr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    bea44d3 View commit details
    Browse the repository at this point in the history
  2. random row filter (#62)

    miyuan-ljr authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9c9e1f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. fix (#66)

    miyuan-ljr authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a428d84 View commit details
    Browse the repository at this point in the history
  2. OHBufferedMutator in OBKV Hbase 1_x_comp (#64)

    * init bufferedMutator
    
    * finish validateFamily and asyncExecute
    
    * correct log in OHBufferedMutatorImpl
    
    * pass self-test
    
    * format code
    
    * add retry when batch fails
    
    * remove test print
    
    * format code
    
    * make interface more generalized
    
    * format BufferedMutator test case
    
    * remove redundancy, add some comments
    
    * fix type of a bufferedMutator. Optimize by review
    JackShi148 authored Sep 14, 2024
    Configuration menu
    Copy the full SHA
    e00d183 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. hbase_multi_column_family_dev (#67)

    * hbase_multi_column_family_dev
    
    * fix
    
    * fix revierw
    maochongxin authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    82b6365 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. OHBufferedMutator set and add runtimeBatchExecutor in ObTableClient (#68

    )
    
    * init bufferedMutator
    
    * finish validateFamily and asyncExecute
    
    * correct log in OHBufferedMutatorImpl
    
    * pass self-test
    
    * format code
    
    * add retry when batch fails
    
    * remove test print
    
    * format code
    
    * make interface more generalized
    
    * format BufferedMutator test case
    
    * remove redundancy, add some comments
    
    * fix type of a bufferedMutator. Optimize by review
    
    * OHBufferedMutator set and use runtimeBatchExecutor in ObTableClient
    JackShi148 authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ba4828c View commit details
    Browse the repository at this point in the history
  2. Bugfix/sql and conflict fixes (#69)

    * add sql for multi-cf test; fix conflict error
    
    * fix buffered mutation family_violation check
    
    * Remove multi-family checks for buffered mutations
    
    * fix check family empty
    maochongxin authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ca5afb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. [Chore] refresh code from master branch and upgrade table client vers…

    …ion (#71)
    
    * [Fix] checkAndMutate and get/Scan with filter return -5006 when include special character (#58)
    
    * [Fix] checkAndMutate and get/Scan with filter return -5006 when include special character
    
    * [Chore] fix review
    
    * [Fix] fix review
    
    * [Fix] fix test
    
    * [Fix] fix test testScanSessionClean
    shenyunlong authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    292b9b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    2b72c35 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge pull request #73 from stuBirdFly/client_1.3

    fix bug when get set isClosestRow true
    stuBirdFly authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    2f9eb65 View commit details
    Browse the repository at this point in the history