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/06/05 14:37:40 UTC

[GitHub] [incubator-doris] morningman opened a new issue #3785: [Bug][Load] Now() function is only support for DATE/DATETIME column

morningman opened a new issue #3785:
URL: https://github.com/apache/incubator-doris/issues/3785


   **Describe the bug**
   When using broker like this:
   
   ```
   LOAD LABEL xxx
   ...
   (k1, k2, k3)
   SET
   (k4 = now())
   ...
   ```
   
   Even if `k4`'s type is `DATETIME`, this load process also report error
   
   `Now() function is only support for DATE/DATETIME column` 
   
   **To Reproduce**
   1. create a table with datetime column
   2. restart the FE twice to make sure the catalog is loaded from a meta image file.
   3. send the load statement.
   
   **Expected behavior**
   Load success.
   


----------------------------------------------------------------
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] imay closed issue #3785: [Bug][Load] Now() function is only support for DATE/DATETIME column

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


   


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