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/03/25 04:17:21 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3194: [Bug] unix_timestamp() core when passing "0000-01-01"

morningman opened a new issue #3194: [Bug] unix_timestamp() core when passing "0000-01-01"
URL: https://github.com/apache/incubator-doris/issues/3194
 
 
   **To Reproduce**
   
   ```
   create table tbl1 (k1 date, k2 datetime) distributed by hash(k1) buckets 5 properties("replication_num" = "1");
   
   insert into tbl1 values ("0000-01-01", "0000-01-01 00:00:00");
   
   select unix_timestamp(k1), unix_timestamp(k2) from tbl1;
   ```
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [incubator-doris] HangyuanLiu closed issue #3194: [Bug] unix_timestamp() core when passing "0000-01-01"

Posted by GitBox <gi...@apache.org>.
HangyuanLiu closed issue #3194: [Bug] unix_timestamp() core when passing "0000-01-01"
URL: https://github.com/apache/incubator-doris/issues/3194
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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