Skip to content

[Bug] TableView's existing value will never update #486

Open
@BewareMyPower

Description

@BewareMyPower

Search before asking

  • I searched in the issues and found nothing similar.

Version

TableView uses SynchronizedHashMap#emplace to update a key-value:

data_.emplace(msg.getPartitionKey(), value);

data_.emplace(kv.first, kv.second);

However, the underlying emplace method does not update an existing key-value.

Minimal reproduce step

TBD

What did you expect to see?

TBD

What did you see instead?

TBD

Anything else?

No response

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions