sakinsun commented on issue #6451:
URL:
https://github.com/apache/dolphinscheduler/issues/6451#issuecomment-939376374
First,I am sorry because I am chinese,so my english is not very good.But I
am very interested to DS.
My suggestion is to remove the symbol "`" in the code processing SQL
server module from this code file :DataxUtils.java。
source code
case SQLSERVER:
return String.format("`%s`", column);
suggest code
case SQLSERVER:
return String.format("%s", column); -- no symbol `
--
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]