Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
  • Loading branch information
henneberger committed Aug 25, 2024
1 parent 79a5b66 commit a0dd6fe
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,7 @@ public CompiledPlan compileFlink() {
if (statement.trim().isEmpty()) {
continue;
}
<<<<<<< Updated upstream
=======
// System.out.println(replaceWithEnv(statement));
>>>>>>> Stashed changes
tableResult = tEnv.executeSql(replaceWithEnv(statement));
}
String insert = replaceWithEnv(statements.get(statements.size() - 1));
Expand Down

0 comments on commit a0dd6fe

Please sign in to comment.