Skip to content

Commit

Permalink
Fix silly one
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSaVioR committed Sep 28, 2019
1 parent b6c7f7b commit 57f1cec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object UnsupportedOperationChecker extends Logging {
if (isStatefulOperation(subPlan)) {
subPlan.find { p =>
(p ne subPlan) && isStatefulOperationPossiblyEmitLateRows(p)
}.foreach {
}.foreach { _ =>
val errorMsg = "Detected pattern of possible 'correctness' issue " +
"due to global watermark. " +
"The query contains stateful operation which can emit rows older than " +
Expand Down

0 comments on commit 57f1cec

Please sign in to comment.