Skip to content

Commit

Permalink
final commit for enhancement #8 for maven-release v2.4-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AnudeepKonaboina committed Jun 9, 2021
1 parent 9a3ffdd commit f57d999
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ abstract class AbstractMultiTargetConnector(sourceFormat: String) extends Abstra
this.df.write.format(destFormat).mode(saveMode).saveAsTable(saveAsTable)
}
logger.info(s"Write data to default path with format: ${sourceFormat} and saved as table ${saveAsTable} completed with status:${SpearCommons.SuccessStatus}")
show()
}
} else {
if (saveAsTable.isEmpty) {
Expand Down

0 comments on commit f57d999

Please sign in to comment.