mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-23 06:30:05 +00:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user