[mysql][polardbx] Remove debug print code in PolardbxSourceTCase (#968)

This closes #968.
pull/1038/head^2
gongzhongqiang 3 years ago committed by GitHub
parent b7b2f5f3ef
commit a96e70a996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -356,7 +356,6 @@ public class PolardbxSourceTCase extends AbstractTestBase {
TableResult tableResult = tEnv.executeSql("select * from polardbx_full_types");
CloseableIterator<Row> iterator = tableResult.collect();
List<String> realSnapshotData = fetchRows(iterator, 1);
realSnapshotData.forEach(System.out::println);
String[] expectedSnapshotData =
new String[] {
"+I[100001, 127, 255, 32767, 65535, 8388607, 16777215, 2147483647, 4294967295, 2147483647, "

Loading…
Cancel
Save