rdblue commented on a change in pull request #2102:
URL: https://github.com/apache/iceberg/pull/2102#discussion_r562307100
##########
File path: core/src/main/java/org/apache/iceberg/util/SerializationUtil.java
##########
@@ -35,7 +35,7 @@ private SerializationUtil() {
public static byte[] serializeToBytes(Object obj) {
try (ByteArrayOutputStream baos = new ByteArrayOutputStream();
- ObjectOutputStream oos = new ObjectOutputStream(baos)) {
+ ObjectOutputStream oos = new ObjectOutputStream(baos)) {
Review comment:
Can you remove the whitespace only changes in this file?
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]