bd7ce commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching 
function with signature:utc_timestamp().
URL: 
https://github.com/apache/incubator-doris/issues/1428#issuecomment-510524852
 
 
   更新后验证,utc_timestamp()函数已经正常了,但连接时继续报错:
   “从提供程序读取数据时出错:输入字符串的格式不正确”。
   
   检查fe.audio.log,最后一句是:
   select timediff(now(),utc_timestamp());
   
   在mysql命令行执行该命令,发现结果中有秒与毫秒之间有乱码。
   而直接执行
   select now();
   select utc_timestamp();
   均没有毫秒。
   貌似为timediff()的精度有问题?

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to