Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzifu666 committed Oct 15, 2024
1 parent a79d26a commit 758d2fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ trait PaimonPartitionManagement extends SupportsAtomicPartitionManagement {
.asInstanceOf[JMap[String, String]]
}
partitions.map {
partition: JMap[String, String] =>
partition =>
catalog.createPartition(getIdentifierFromTableName(table.fullName()), partition)
}
case _ =>
Expand Down

0 comments on commit 758d2fa

Please sign in to comment.