mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 23:40:38 +00:00
fix: Only convert LogicalTypeId to ConcreteDataType in tests (#241)
LogicalTypeId to ConcreteDataType is only allowed in tests, since some additional info is not stored in LogicalTypeId now. It is just an id, or kind, not contains full type info.
This commit is contained in:
@@ -32,6 +32,5 @@ tempdir = { version = "0.3", optional = true }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
datatypes = { path = "../datatypes" }
|
||||
tempdir = { version = "0.3" }
|
||||
tokio = { version = "1.18", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user