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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
