mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-04 12:22:55 +00:00
fix: check errors
This commit is contained in:
@@ -376,6 +376,7 @@ impl WriterInner {
|
||||
|
||||
let version = version_control.current();
|
||||
|
||||
let region_id = writer_ctx.shared.id;
|
||||
// table with id less than MIN_USER_TABLE_ID is system table
|
||||
if (region_id >> 32) < 1024 {
|
||||
let wal_header = WalHeader::with_last_manifest_version(version.manifest_version());
|
||||
|
||||
Reference in New Issue
Block a user