refactor: common semantic-type (#2057)

This commit is contained in:
JeremyHi
2023-08-01 19:18:05 +08:00
committed by GitHub
parent 090b7e61ca
commit fd7eb87a52
14 changed files with 28 additions and 34 deletions

View File

@@ -611,7 +611,7 @@ mod tests {
#[test]
fn test_column_put_vector() {
use crate::v1::column::SemanticType;
use crate::v1::SemanticType;
// Some(false), None, Some(true), Some(true)
let mut column = Column {
column_name: "test".to_string(),