Skip to content

Commit

Permalink
[CYB-206] dev log removed
Browse files Browse the repository at this point in the history
  • Loading branch information
stas-panasiuk committed Mar 21, 2024
1 parent cddb986 commit cbe4574
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,7 @@
import org.apache.flink.types.Row;

import java.time.Instant;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.*;

public class AvroSchemaUtil {

Expand Down Expand Up @@ -52,7 +48,6 @@ public static void putRowIntoAvro(Row row, GenericRecord record, String fieldNam
}
}
record.put(avroFieldName, value);
System.out.println("fieldName: " + fieldName + " value: " + value);
}

private static Object convertToAvroObject(Schema fieldSchema, Object value) {
Expand Down

0 comments on commit cbe4574

Please sign in to comment.