Skip to content

Commit effbca0

Browse files
dfa1claude
andcommitted
style: fix import order in ChunkedLayoutDecoder
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 5fe8b54 commit effbca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reader/src/main/java/io/github/dfa1/vortex/reader/layout/ChunkedLayoutDecoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
import io.github.dfa1.vortex.core.model.LayoutId;
77
import io.github.dfa1.vortex.core.model.PType;
88
import io.github.dfa1.vortex.reader.array.Array;
9+
import io.github.dfa1.vortex.reader.array.BoolArray;
910
import io.github.dfa1.vortex.reader.array.ChunkedBoolArray;
1011
import io.github.dfa1.vortex.reader.array.ChunkedByteArray;
1112
import io.github.dfa1.vortex.reader.array.ChunkedDoubleArray;
1213
import io.github.dfa1.vortex.reader.array.ChunkedFloatArray;
1314
import io.github.dfa1.vortex.reader.array.ChunkedIntArray;
1415
import io.github.dfa1.vortex.reader.array.ChunkedLongArray;
1516
import io.github.dfa1.vortex.reader.array.ChunkedShortArray;
16-
import io.github.dfa1.vortex.reader.array.BoolArray;
1717
import io.github.dfa1.vortex.reader.array.MaskedArray;
1818
import io.github.dfa1.vortex.reader.array.MaterializedBoolArray;
1919
import io.github.dfa1.vortex.reader.array.VarBinArray;

0 commit comments

Comments
 (0)