openinx opened a new pull request #1982:
URL: https://github.com/apache/iceberg/pull/1982


   The apache flink's build-in testing utility 
[FiniteTestSource](https://github.com/apache/flink/blob/master/flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/streaming/util/FiniteTestSource.java#L85)
  will emit the row list twice by default,  that means the expected results 
will occur twice.  Thought it works but increase a bit complexity. 
   
   After  https://github.com/apache/iceberg/pull/1974/files,  we've introduced 
a simple 
[BoundedTestSource](https://github.com/apache/iceberg/pull/1974/files#diff-44b67dbf8c1de58ea2453b4aa026560ae400c15f4f1bf6668c9dc608e03b4f86R39),
  it's better to replace `FiniteTestSource` with `BoundedTestSource` .


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to