paimon icon indicating copy to clipboard operation
paimon copied to clipboard

[bug] Bounded Stream should end directly if the full scan snapshot should be end

Open JingsongLi opened this issue 2 years ago • 0 comments

Purpose

If the table has no input now, the bounded stream will never end. Because there is no check for full scan snapshot. We should fix this: Bounded Stream should end directly if the full scan snapshot should be end.

Tests

  • StreamDataTableScanTest
  • BoundedWatermarkCheckerTest

JingsongLi avatar Mar 21 '23 12:03 JingsongLi