You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/12 06:36:58 UTC

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4338: Routine load timezone property invalid

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] morningman closed issue #4338: Routine load timezone property invalid

Posted by GitBox <gi...@apache.org>.
morningman closed issue #4338:
URL: https://github.com/apache/incubator-doris/issues/4338


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org