Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leaves12138 committed Dec 10, 2024
1 parent 1adbe5c commit d10a3b2
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,12 @@ private Builder(

public KeyValueFileWriterFactory build(
BinaryRow partition, int bucket, CoreOptions options) {
RowType finalKeyType = options.thinMode() ? RowType.of() : keyType;
RowType writeKeyType = KeyValue.schema(finalKeyType, valueType);
WriteFormatContext context =
new WriteFormatContext(
partition,
bucket,
keyType,
writeKeyType,
KeyValue.schema(options.thinMode() ? RowType.of() : keyType, valueType),
fileFormat,
format2PathFactory,
options);
Expand Down

0 comments on commit d10a3b2

Please sign in to comment.