修复分组不均导致的缓冲区被破坏(GAL-121)

This commit is contained in:
qidaijie
2022-01-19 08:56:23 +03:00
parent 4d10705cdb
commit c6f364d451
13 changed files with 82 additions and 89 deletions

View File

@@ -38,7 +38,6 @@ public class ResultFlatMapFunction implements FlatMapFunction<String, String> {
out.collect(JsonMapper.toJsonString(jsonObject));
}
}
// out.collect(value);
}
}
}