Skip to content

Commit

Permalink
Ran spotlessApply
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-miller-jumpmind committed Jun 2, 2022
1 parent e1aaa9a commit e3c8107
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -428,7 +428,7 @@ public void batchComplete(DataContext context) {
} catch (Exception e) {
log.warn("Unable to write batch to Kafka " + batchFileName, e);
throw new RuntimeException(e);
// e.printStackTrace();
// e.printStackTrace();
} finally {
context.put(KAFKA_TEXT_CACHE, new HashMap<String, List<String>>());
tableNameCache.clear();
Expand Down

0 comments on commit e3c8107

Please sign in to comment.