File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
storage/src/test/java/org/apache/kafka/storage/internals/log Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919import org .apache .kafka .common .TopicPartition ;
2020import org .apache .kafka .common .compress .Compression ;
2121import org .apache .kafka .common .config .TopicConfig ;
22- import org .apache .kafka .common .record .MemoryRecords ;
23- import org .apache .kafka .common .record .RecordBatch ;
24- import org .apache .kafka .common .record .RecordVersion ;
22+ import org .apache .kafka .common .record .internal . MemoryRecords ;
23+ import org .apache .kafka .common .record .internal . RecordBatch ;
24+ import org .apache .kafka .common .record .internal . RecordVersion ;
2525import org .apache .kafka .common .utils .Utils ;
2626import org .apache .kafka .coordinator .transaction .TransactionLogConfig ;
2727import org .apache .kafka .server .util .MockTime ;
Original file line number Diff line number Diff line change 1818
1919import org .apache .kafka .common .TopicPartition ;
2020import org .apache .kafka .common .compress .Compression ;
21- import org .apache .kafka .common .record .CompressionType ;
22- import org .apache .kafka .common .record .Record ;
21+ import org .apache .kafka .common .record .internal . CompressionType ;
22+ import org .apache .kafka .common .record .internal . Record ;
2323import org .apache .kafka .server .util .MockTime ;
2424
2525import org .junit .jupiter .api .Tag ;
You can’t perform that action at this time.
0 commit comments