Skip to content

Commit 7146199

Browse files
yangjf2019李鹏程
authored andcommitted
[hotfix] [doc] Fix some typos for document and test case. (apache#5055)
1 parent e9990b9 commit 7146199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/content/maintenance/dedicated-compaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ enable `'lock.enabled'` option for the catalog.
3434
{{< /hint >}}
3535

3636
By default, Paimon supports concurrent writing to different partitions. A recommended mode is that streaming
37-
job writes records to Paimon's latest partition; Simultaneously batch job (overwrite) writes records to the
37+
job writes records to Paimon's latest partition, Simultaneously batch job (overwrite) writes records to the
3838
historical partition.
3939

4040
{{< img src="/img/multiple-writers.png">}}

paimon-spark/paimon-spark-ut/src/test/scala/org/apache/paimon/spark/procedure/RemoveOrphanFilesProcedureTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ class RemoveOrphanFilesProcedureTest extends PaimonSparkTestBase {
204204

205205
checkAnswer(
206206
spark.sql(
207-
s"CALL sys.remove_orphan_files(table => 'T', older_than => '$older_than1', mode => 'diSTributed')"),
207+
s"CALL sys.remove_orphan_files(table => 'T', older_than => '$older_than1', mode => 'distributed')"),
208208
Row(1, 1) :: Nil)
209209

210210
val older_than2 = DateTimeUtils.formatLocalDateTime(

0 commit comments

Comments
 (0)