Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zouxxyy committed Nov 23, 2023
1 parent 3053cfe commit b33ea59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ case class WriteIntoPaimonTable(
table,
rowType,
bucketColIdx,
assignerParallelism.toLong,
assignerParallelism,
toRow,
fromRow)
repartitionByBucket(
Expand Down Expand Up @@ -239,7 +239,7 @@ object WriteIntoPaimonTable {
fileStoreTable: FileStoreTable,
rowType: RowType,
bucketColIndex: Int,
numSparkPartitions: Long,
numSparkPartitions: Int,
toRow: ExpressionEncoder.Serializer[Row],
fromRow: ExpressionEncoder.Deserializer[Row]
) extends BucketProcessor {
Expand Down

0 comments on commit b33ea59

Please sign in to comment.