XingChenBigData opened a new issue, #51645:
URL: https://github.com/apache/doris/issues/51645

   ### Search before asking
   
   - [x] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   Refer to 
https://doris.apache.org/docs/ecosystem/flink-doris-connector#initialize-doris-tables
   The database and table has been created in doris, and an error is found:
   
   INSERT INTO StudentTrans SELECT id, concat('prefix_',name), age+1 FROM 
Student; 
   Flink SQL> INSERT INTO StudentTrans SELECT id, concat('prefix_',name), age+1 
FROM Student; 
   [INFO] Submitting SQL update statement to the cluster...
   [ERROR] Could not execute SQL statement. Reason:
   
org.apache.doris.shaded.com.fasterxml.jackson.databind.exc.InvalidFormatException:
 Cannot deserialize value of type `int` from String 
"errCode=7,detailMessage=unknowndatabases,dbName=test": not a valid `int` value
    at [Source: 
(String)""errCode=7,detailMessage=unknowndatabases,dbName=test""; line: 1, 
column: 1]
   
   ### What's Wrong?
   
   [ERROR] Could not execute SQL statement. Reason:
   
org.apache.doris.shaded.com.fasterxml.jackson.databind.exc.InvalidFormatException:
 Cannot deserialize value of type `int` from String 
"errCode=7,detailMessage=unknowndatabases,dbName=test": not a valid `int` value
    at [Source: 
(String)""errCode=7,detailMessage=unknowndatabases,dbName=test""; line: 1, 
column: 1]
   
   ### What You Expected?
   
   Normal synchronization
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [x] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [x] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


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


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

Reply via email to