Radeity commented on code in PR #13680:
URL: 
https://github.com/apache/dolphinscheduler/pull/13680#discussion_r1126200281


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTask.java:
##########
@@ -538,6 +543,11 @@ private String[] 
tryGrammaticalAnalysisSqlColumnNames(DbType dbType, String sql)
                             String.format("grammatical analysis sql column [ 
%s ] failed", item));
                 }
 
+                if (SELECT_ALL_CHARACTER.equals(item.toString())) {
+                    log.info("sql contain *,grammatical analysis sql failed");

Review Comment:
   ```suggestion
                       log.info("sql contains *, grammatical analysis failed");
   ```



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

Reply via email to