From 024cf01f0282264da87b13688983df61d2c080fd Mon Sep 17 00:00:00 2001 From: xiang2102 <76191829+xiang2102@users.noreply.github.com> Date: Tue, 27 Jul 2021 08:48:58 +0800 Subject: [PATCH] [MINOR] Correct the words accroding in the comments to according (#3343) Correct the words 'accroding' in the comments to 'according' --- .../main/java/org/apache/hudi/util/RowDataToAvroConverters.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hudi-flink/src/main/java/org/apache/hudi/util/RowDataToAvroConverters.java b/hudi-flink/src/main/java/org/apache/hudi/util/RowDataToAvroConverters.java index 3a531c096..c282f5aeb 100644 --- a/hudi-flink/src/main/java/org/apache/hudi/util/RowDataToAvroConverters.java +++ b/hudi-flink/src/main/java/org/apache/hudi/util/RowDataToAvroConverters.java @@ -70,7 +70,7 @@ public class RowDataToAvroConverters { // -------------------------------------------------------------------------------- /** - * Creates a runtime converter accroding to the given logical type that converts objects of + * Creates a runtime converter according to the given logical type that converts objects of * Flink Table & SQL internal data structures to corresponding Avro data structures. */ public static RowDataToAvroConverter createConverter(LogicalType type) {