HangyuanLiu opened a new issue #4338: URL: https://github.com/apache/incubator-doris/issues/4338
**Describe the bug** Routine load timezone property invalid **To Reproduce** load data with timezone, from_unixtime get result with timezone CREATE ROUTINE LOAD load7 on t1 COLUMNS(k1, k2=from_unixtime(k1/1000)) PROPERTIES ( "desired_concurrent_number"="1", "max_error_number" = "1000", "max_batch_interval" = "5", "timezone" = "Atlantic/Reykjavik" ) FROM KAFKA ( "kafka_broker_list"= "172.26.92.139:59093", "kafka_topic" = "test-date", "kafka_partitions" = "0", "kafka_offsets" = "OFFSET_BEGINNING" ); ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org