String[] vals = { "'test with \n new lines \n'", "42",
"'oh no " + '\01' + " field delims " + '\01' + "'", };
String[] moreArgs = { "--"+ BaseSqoopTool.HIVE_DROP_DELIMS_ARG };
runImportTest(TABLE_NAME, types, vals, "fieldWithNewlineImport.q",
getArgv(false, moreArgs), new ImportTool());
LOG.info("Validating data in single row is present in: "
+ "FIELD_WITH_NL_HIVE_IMPORT table");
// Ideally, we would actually invoke hive code to verify that record with