CrazyBeeline commented on issue #4207:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/4207#issuecomment-742984738


   版本:1.3.3
   os:centos7.6
   java:1.8.0_181
   
   
   
![image](https://user-images.githubusercontent.com/25030234/101867745-da732d00-3bb6-11eb-8a55-20ec1818aed1.png)
   load data inpath '/flow/flume/${DAY}/flow-*.json'  into table 
ods_flow_source partition (day='${DAY}')
   
![image](https://user-images.githubusercontent.com/25030234/101867771-e828b280-3bb6-11eb-88f7-dbc829a91859.png)
   
![image](https://user-images.githubusercontent.com/25030234/101867785-f24ab100-3bb6-11eb-8d55-c437a3765f0d.png)
   
   If I run with sql  no parameter it with run correct like this:
   load data inpath '/flow/flume/2020-12-11/flow-*.json'  into table 
ods_flow_source partition (day='${DAY}')


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to