Skip to content

Commit

Permalink
大BUG修复 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Chyroc-MD committed Feb 20, 2017
1 parent f51d7e2 commit 1558767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/setJobOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export function setCreateJobRequestBody (jobName, jobConfig, fromLinkInfo, toLin
'enabled': true,
'from-link-name': fromLinkInfo.name,
'from-connector-name': fromLinkInfo.connectorName,
'to-link-name': fromLinkInfo.name,
'to-link-name': toLinkInfo.name,
'to-connector-name': toLinkInfo.connectorName,
'to-config-values': setHdfsJobConfig(toLinkInfo, jobConfig),
'from-config-values': setMysqlJobConfig(fromLinkInfo, jobConfig),
Expand Down
2 changes: 1 addition & 1 deletion test/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ insert into characters (name, sex) values ('Ronald Bilius Weasley(Ron)', 1);
show databases;
use harry;
select * from books;
select * from characters;
select * from characters;

0 comments on commit 1558767

Please sign in to comment.