Skip to content

Commit

Permalink
fix regexRarse bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbiaobiao authored and sunbiaobiao committed Oct 21, 2016
1 parent 51db27c commit 980d1fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trait BasicStreamingOperation extends FlatSpec with Matchers {
block(runtime)
} finally {
try {
// StrategyDispatcher.clear
StrategyDispatcher.clear
PlatformManager.getOrCreate
SQLContextHolder.sqlContextHolder.clear
SQLContextHolder.sqlContextHolder = null
Expand All @@ -37,7 +37,7 @@ trait BasicStreamingOperation extends FlatSpec with Matchers {
block(runtime)
} finally {
try {
// StrategyDispatcher.clear
StrategyDispatcher.clear
PlatformManager.getOrCreate
SQLContextHolder.sqlContextHolder.clear
SQLContextHolder.sqlContextHolder = null
Expand Down

0 comments on commit 980d1fe

Please sign in to comment.