ErrorReason{code=errCode = 2, msg='failed to create task: errCode = 2, detailMessage = unknown reference column, column="DORIS_DELETE_SIGN", reference="DORIS_DELETE_SIGN"}
I have enabled batch delete.The document said the table will add a hidden column DELETE_SIGN ,but my table added a hidden column called DORIS_DELETE_SIGN.It has a prifex "__DORIS",and I failed to create a ROUTINE LOAD with message above information from the beginning.