fix: default timestamp name

This commit is contained in:
discord9
2024-05-20 19:34:00 +08:00
parent 8f40ba42c1
commit d218d65361

View File

@@ -319,7 +319,7 @@ impl FlownodeManager {
);
// TODO(discord9): bugged so we can't infer time index from flow plan, so we have to manually set one
let ts_col = ColumnSchema::new(
"GREPTIME_TIMESTAMP",
GREPTIME_TIMESTAMP,
ConcreteDataType::timestamp_millisecond_datatype(),
true,
)