src/main/java/org/apache/flink/benchmark/thrift/MyOperation.java [23:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private static final org.apache.thrift.protocol.TField ID_FIELD_DESC =
            new org.apache.thrift.protocol.TField(
                    "id", org.apache.thrift.protocol.TType.I32, (short) 1);
    private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC =
            new org.apache.thrift.protocol.TField(
                    "name", org.apache.thrift.protocol.TType.STRING, (short) 2);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/flink/benchmark/thrift/MyPojo.java [23:28]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    private static final org.apache.thrift.protocol.TField ID_FIELD_DESC =
            new org.apache.thrift.protocol.TField(
                    "id", org.apache.thrift.protocol.TType.I32, (short) 1);
    private static final org.apache.thrift.protocol.TField NAME_FIELD_DESC =
            new org.apache.thrift.protocol.TField(
                    "name", org.apache.thrift.protocol.TType.STRING, (short) 2);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



