mirror of
https://github.com/apache/sqoop.git
synced 2025-05-03 20:40:58 +08:00
SQOOP-2136: Test case SqlServerUpsertOutputFormatTest is failing
(Jarek Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
parent
9110142436
commit
e92daf2e5e
@ -70,7 +70,7 @@ public void Merge_statement_is_parameterized_correctly() throws Exception {
|
||||
+ "_source.FirstColumn = _target.FirstColumn"
|
||||
+ " WHEN MATCHED THEN UPDATE SET _target.SecondColumn = "
|
||||
+ "_source.SecondColumn, _target.ThirdColumn = _source.ThirdColumn"
|
||||
+ " WHEN NOT MATCHED THEN INSERT ( FirstColumn, SecondColumn, "
|
||||
+ " WHEN NOT MATCHED THEN INSERT ( FirstColumn, SecondColumn,"
|
||||
+ " ThirdColumn ) VALUES "
|
||||
+ "( _source.FirstColumn, _source.SecondColumn, _source.ThirdColumn ) "
|
||||
+ "OPTION (NOLOCK);", recordWriter.getUpdateStatement());
|
||||
|
Loading…
Reference in New Issue
Block a user