mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
feat: store partition expr per file in region manifest (#6849)
* feat: store partition expr per file in region manifest Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * use deserialized form in memory Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * test non-existing partition expr Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * try remove partition expr dup Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Revert "try remove partition expr dup" This reverts commit a0f2c8ca6a127ef356a5510466e84513cf4b13d8. * fix merge test Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * format doc Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -7612,6 +7612,7 @@ dependencies = [
|
||||
"moka",
|
||||
"object-store",
|
||||
"parquet",
|
||||
"partition",
|
||||
"paste",
|
||||
"pin-project",
|
||||
"prometheus",
|
||||
|
||||
Reference in New Issue
Block a user