This is an automated email from the ASF dual-hosted git repository.
vinoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new a91296f [HUDI-2216] Correct the words fiels in the comments to fields
(#3339)
a91296f is described below
commit a91296f14a037a148d949b2380ad503677e688c7
Author: 董可伦 <[email protected]>
AuthorDate: Sun Jul 25 12:15:57 2021 +0800
[HUDI-2216] Correct the words fiels in the comments to fields (#3339)
---
.../apache/spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala
b/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala
index df86885..d2c6905 100644
---
a/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala
+++
b/hudi-spark-datasource/hudi-spark/src/main/scala/org/apache/spark/sql/hudi/command/MergeIntoHoodieTableCommand.scala
@@ -260,7 +260,7 @@ case class MergeIntoHoodieTableCommand(mergeInto:
MergeIntoTable) extends Runnab
writeParams += (PAYLOAD_INSERT_CONDITION_AND_ASSIGNMENTS ->
serializedInsertConditionAndExpressions(insertActions))
- // Remove the meta fiels from the sourceDF as we do not need these when
writing.
+ // Remove the meta fields from the sourceDF as we do not need these when
writing.
val sourceDFWithoutMetaFields = removeMetaFields(sourceDF)
HoodieSparkSqlWriter.write(sparkSession.sqlContext, SaveMode.Append,
writeParams, sourceDFWithoutMetaFields)
}
@@ -281,7 +281,7 @@ case class MergeIntoHoodieTableCommand(mergeInto:
MergeIntoTable) extends Runnab
writeParams += (PAYLOAD_INSERT_CONDITION_AND_ASSIGNMENTS ->
serializedInsertConditionAndExpressions(insertActions))
- // Remove the meta fiels from the sourceDF as we do not need these when
writing.
+ // Remove the meta fields from the sourceDF as we do not need these when
writing.
val sourceDFWithoutMetaFields = removeMetaFields(sourceDF)
HoodieSparkSqlWriter.write(sparkSession.sqlContext, SaveMode.Append,
writeParams, sourceDFWithoutMetaFields)
}