zhongjiajie commented on issue #15113:
URL: 
https://github.com/apache/dolphinscheduler/issues/15113#issuecomment-1916337330

   > I have solved this problem @davidzollo
   > 
   > seatunnel 2.2.3 dolphinscheduler 3.2.0 mysql to mysql
   > 
   > ## the source query must use select 'field1',`field2` (for all fields) 
from database.table,
   > and the fields must be marked with `` instead of using select * from 
database.table ,
   > otherwise the workflow creation will fail
   > ,it's can throw
   > org.eclipse.jetty.io.RuntimeIOException: 
org.eclipse.jetty.io.EofException: Early EOF and 
org.apache.dolphinscheduler.api.exceptions.ApiExceptionHandler:[52] - 创建工作流错误
   > major reason is it's can use (select `id`,`code` from xx.xx) ,it's can't 
use(select * from xx.xx)
   > 
   > i use my computer it's naomal, but it's not good in my company linux 
server, i test dolphinscheduler 3.1.0 , 3.1.7 , 3.2.0 , in my now linux server, 
althrough have this question, i still don't know what course ? i guest maby my 
mysql database reason
   
   maybe your database administrator disable the `select *` for, please contact 
them, and I think is unrelated to dolphinscheduler


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to