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

[FLINK-35740][mysql] Allow column as chunk key even if not in Primary Keys #3448

Merged

Commits on Jul 2, 2024

  1. EDIT: allowed column as chunk key even if not pk

    louis.sml committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    94f6cc4 View commit details
    Browse the repository at this point in the history
  2. UPDATE: changed exception messsages in testAssignCompositePkTableWith…

    …WrongChunkKeyColumn
    louis.sml committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3af8094 View commit details
    Browse the repository at this point in the history
  3. ADD: added testAssignTableWithoutPrimaryKeyWithChunkKeyColumn in MySq…

    …lSnapshotSplitAssignerTest
    louis.sml committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e4e6a2f View commit details
    Browse the repository at this point in the history
  4. FIX: passed chunk key column id in testAssignTableWithoutPrimaryKeyWi…

    …thChunkKeyColumn
    louis.sml committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    abfa237 View commit details
    Browse the repository at this point in the history
  5. FIX: passed database to getTestAssignSnapshotSplits in testAssignTabl…

    …eWithoutPrimaryKeyWithChunkKeyColumn
    louis.sml committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    3a0b0f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

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

Commits on Jul 5, 2024

  1. EDIT: pass binlogRecord.key() as keyStruct when hasPrimaryKey=true. c…

    …heck splitKeyRange using chunkKeyStruct
    Seung-Min Lee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    09e65e1 View commit details
    Browse the repository at this point in the history
  2. EDIT: removed comments that chunk key is restrcited to primary key fo…

    …r table with primary key
    Seung-Min Lee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3ac230f View commit details
    Browse the repository at this point in the history
  3. UPDATE: did spotlee:apply

    Seung-Min Lee committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0eb149f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

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

Commits on Jul 14, 2024

  1. ADD: added testAssignTableWithPrimaryKeyWithChunkKeyColumnNotInPrimar…

    …yKey
    Seung-Min Lee committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    f42f809 View commit details
    Browse the repository at this point in the history
  2. EDIT: changed table name in testAssignTableWithPrimaryKeyWithChunkKey…

    …ColumnNotInPrimaryKey
    Seung-Min Lee committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    dc64490 View commit details
    Browse the repository at this point in the history
  3. EDIT: added @test

    Seung-Min Lee committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    11c32b4 View commit details
    Browse the repository at this point in the history
  4. FIX: fixed expected in testAssignTableWithPrimaryKeyWithChunkKeyColum…

    …nNotInPrimaryKey
    Seung-Min Lee committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    dfb036b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. EDIT: modified documents in content.zh

    Seung-Min Lee committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    50bc0b7 View commit details
    Browse the repository at this point in the history
  2. EDIT: applied comments to content.zh

    Seung-Min Lee committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    941decb View commit details
    Browse the repository at this point in the history
  3. EDIT: applied comments to content.zh

    Seung-Min Lee committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4332f21 View commit details
    Browse the repository at this point in the history