JingsongLi commented on a change in pull request #17542: URL: https://github.com/apache/flink/pull/17542#discussion_r760714379
########## File path: flink-formats/flink-parquet/src/main/java/org/apache/flink/formats/parquet/row/ParquetRowDataWriter.java ########## @@ -189,6 +243,11 @@ public void write(RowData row, int ordinal) { public void write(RowData row, int ordinal) { recordConsumer.addBinary(Binary.fromReusedByteArray(row.getString(ordinal).toBytes())); Review comment: `write(row.getString(ordinal))`? Others same. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org