You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by GitBox <gi...@apache.org> on 2022/02/16 06:48:05 UTC

[GitHub] [incubator-linkis] Andywli commented on issue #1485: [Bug] Linkis1.0 executes the task report: select list is not in group by clause

Andywli commented on issue #1485:
URL: https://github.com/apache/incubator-linkis/issues/1485#issuecomment-1041169611


   This problem is caused by the default value of the mode set globally in the mysql 5.8 version. You need to execute the following line in the mysql cli:
   
   SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); 
   
   ![image](https://user-images.githubusercontent.com/55732213/154210976-fbdc5934-3bd8-41d0-970d-00465fa8948f.png)
   


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

To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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