e-mhui opened a new issue, #7909:
URL: https://github.com/apache/inlong/issues/7909

   ### What happened
   
   Table column not recognized by DML parser after ALTER.
   
   The error message is as follows:
   
   Caused by: io.debezium.connector.oracle.logminer.parser.DmlParserException: 
Failed to parse insert DML: 'insert into 
"JYDB"."FR_TEST"("ID","NAME","TEL","REC_ID","ADDRE") values 
('10','test','1852352343','abcd','tttt');'
        at 
io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser.parseInsert(LogMinerDmlParser.java:111)
        at 
io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser.parse(LogMinerDmlParser.java:75)
        at 
io.debezium.connector.oracle.logminer.LogMinerQueryResultProcessor.parse(LogMinerQueryResultProcessor.java:387)
        ... 10 more
   Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 4 out of bounds 
for length 4
        at 
io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser.parseColumnListClause(LogMinerDmlParser.java:236)
   
   ### What you expected to happen
   
   Capture changes made by connector user  changes are captured
   
   ### How to reproduce
   
   Table column not recognized by DML parser after ALTER.
   
   ### 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: dev-unsubscr...@inlong.apache.org.apache.org

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

Reply via email to