amogh-jahagirdar commented on code in PR #5364:
URL: https://github.com/apache/iceberg/pull/5364#discussion_r954012810
##########
core/src/test/java/org/apache/iceberg/TestDataTableScan.java:
##########
@@ -18,6 +18,17 @@
*/
package org.apache.iceberg;
+import static org.apache.iceberg.TestHelpers.waitUntilAfter;
+
+import java.io.IOException;
+import java.util.List;
+import org.apache.iceberg.io.CloseableIterable;
+import org.apache.iceberg.relocated.com.google.common.collect.ImmutableList;
+import org.apache.iceberg.relocated.com.google.common.collect.Iterables;
+import org.assertj.core.util.Lists;
+import org.junit.Assert;
+import org.junit.Test;
+
public class TestDataTableScan extends ScanTestBase<TableScan, FileScanTask,
CombinedScanTask> {
Review Comment:
Need to add more tests for the unhappy paths
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]