Yizhou-Yang opened a new issue, #8912:
URL: https://github.com/apache/inlong/issues/8912
### What happened
Current doris single table connector does not backtick columns properly, so
if it has a column that is keyword (desc,select,insert, etc...), there will be
error.
see error like this:
2023-08-15 17:50:36.265 [doris-streamload-output-format-thread-1] INFO
org.apache.doris.flink.table.DorisStreamLoad [] - Streamload
Response:{"status":200,"respMsg":"OK","respContent":"{\n \"TxnId\": 9157,\n
\"Label\": "xxx",\n \"TwoPhaseCommit\": \"false\",\n \"Status\":
\"Fail\",\n \"Message\": \"[ANALYSIS_ERROR]errCode = 2, detailMessage =
Syntax error in line
1:\\n...llerType,orderDate,status,desc,empId,updateDate,haveGr...\\n
^\\nEncountered: DESC\\nExpected: DESC is keyword, maybe `DESC`\\n\",\n
\"NumberTotalRows\": 0,\n \"NumberLoadedRows\": 0,\n
\"NumberFilteredRows\": 0,\n \"NumberUnselectedRows\": 0,\n
\"LoadBytes\": 0,\n \"LoadTimeMs\": 0,\n \"BeginTxnTimeMs\": 0,\n
\"StreamLoadPutTimeMs\": 2,\n \"ReadDataTimeMs\": 0,\n
\"WriteDataTimeMs\": 0,\n \"CommitAndPublishTimeMs\": 0\n}\n"}
### What you expected to happen
backtick columns correctly.
### How to reproduce
this only occurs in doris single table scenerios
### Environment
_No response_
### InLong version
master
### InLong Component
InLong Sort
### 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]