Support setting timezone for stream load and routine load (#1831)

This commit is contained in:
Mingyu Chen
2019-09-20 07:55:05 +08:00
committed by ZHAO Chun
parent 7bf02d0ae7
commit e8da855cd2
11 changed files with 423 additions and 228 deletions

View File

@ -530,6 +530,7 @@ struct TStreamLoadPutRequest {
17: optional bool negative
18: optional i32 timeout
19: optional bool strictMode
20: optional string timezone
}
struct TStreamLoadPutResult {