File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
fluss-common/src/main/java/org/apache/fluss/record Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1919
2020import org .apache .fluss .annotation .VisibleForTesting ;
2121import org .apache .fluss .memory .AbstractPagedOutputView ;
22- import org .apache .fluss .row .compacted .CompactedRow ;
2322import org .apache .fluss .metadata .LogFormat ;
23+ import org .apache .fluss .row .compacted .CompactedRow ;
2424
2525import java .io .IOException ;
2626
2727import static org .apache .fluss .record .LogRecordBatch .CURRENT_LOG_MAGIC_VALUE ;
2828
2929/**
30- * Default builder for {@link MemoryLogRecords} of log records in {@link LogFormat#COMPACTED} format.
30+ * Default builder for {@link MemoryLogRecords} of log records in {@link LogFormat#COMPACTED}
31+ * format.
3132 */
3233public class MemoryLogRecordsCompactedBuilder
3334 extends AbstractRowMemoryLogRecordsBuilder <CompactedRow > {
You can’t perform that action at this time.
0 commit comments