refactor!: compare with origin bytes during the transactions (#2538)

* refactor: compare with origin bytes during the transaction

* refactor: use serialize_str instead

* Update src/common/meta/src/key.rs

Co-authored-by: JeremyHi <jiachun_feng@proton.me>

* chore: apply suggestions from CR

---------

Co-authored-by: JeremyHi <jiachun_feng@proton.me>
This commit is contained in:
Weny Xu
2023-10-09 17:17:19 +09:00
committed by GitHub
parent ce3c10a86e
commit 81ccb58fb4
17 changed files with 317 additions and 105 deletions

View File

@@ -516,7 +516,8 @@ CREATE TABLE {table_name} (
.get(table_id)
.await
.unwrap()
.unwrap();
.unwrap()
.into_inner();
let region_to_dn_map = region_distribution(&table_route_value.region_routes)
.unwrap()