You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/19 05:28:53 UTC

[GitHub] [dolphinscheduler] zhuangchong commented on pull request #11493: [feature-11408] add hive option

zhuangchong commented on PR #11493:
URL: https://github.com/apache/dolphinscheduler/pull/11493#issuecomment-1220267778

   > @SbloodyS Because HiveStatementParser using druid uses 'SELECT t.* FROM ( %s ) t WHERE 0 = 1' to parse the column name with a temporary table (t.a,t.b).so i need replace it
   
   @fuchanghai 
   The 'SELECT t.* FROM ( %s ) t WHERE 0 = 1' statement is in the method `tryExecuteSqlResolveColumnNames`, In the previous step using HiveStatementParser in the `tryGrammaticalAnalysisSqlColumnNames` method did not resolve the column names. Is there an exception?
   
   https://github.com/apache/dolphinscheduler/blob/f0f9791503c3bdedb5273e9ef5c2896558fe786b/dolphinscheduler-task-plugin/dolphinscheduler-task-datax/src/main/java/org/apache/dolphinscheduler/plugin/task/datax/DataxTask.java#L464-L471
   
   
   


-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

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