Commit 52f30c1
refactor(core)!: nest all packages under io.github.dfa1.vortex.core.*
Everything the vortex-core module ships now lives under a single
`io.github.dfa1.vortex.core.*` namespace, so the artifact maps cleanly to its
package root, and the formerly-flat `core`/`encoding`/`extension` packages are
regrouped by concern:
core.model DType, PType, TimeUnit, EncodingId, ExtensionId, Time{,stamp}Dtype
core.io IoBounds, PTypeIO, VortexFormat
core.error VortexException (room for an exception hierarchy, future ADR)
core.compute FastLanes, PrimitiveArrays
core.fbs generated FlatBuffers + Fbs* runtime
core.proto generated Protobuf + Proto* runtime
The `.fbs` namespaces and `.proto` java_package options moved with them, so
regeneration reproduces the wire codecs in the new location (byte-identical).
pom regenerate-sources out-paths, the javadoc excludePackageNames, and the
pitest target classes are repointed; CLAUDE.md and the docs/ADR references are
updated.
BREAKING CHANGE: consumers importing core types must update imports, e.g.
io.github.dfa1.vortex.core.DType -> io.github.dfa1.vortex.core.model.DType.
Verified: full build, all unit tests, 275 Rust-oracle integration tests green.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6dbc8db commit 52f30c1
494 files changed
Lines changed: 1463 additions & 1445 deletions
File tree
- cli/src
- main/java/io/github/dfa1/vortex/cli
- tui
- test/java/io/github/dfa1/vortex/cli
- tui
- core
- src
- main
- fbs
- java/io/github/dfa1/vortex/core
- compute
- error
- fbs
- io
- model
- proto
- proto
- test/java/io/github/dfa1/vortex
- core
- compute
- io
- model
- encoding
- proto
- csv/src
- main/java/io/github/dfa1/vortex/csv
- test/java/io/github/dfa1/vortex/csv
- docs
- adr
- fbs-gen/src/test/java/io/github/dfa1/vortex/fbsgen
- inspector/src
- main/java/io/github/dfa1/vortex/inspect
- test/java/io/github/dfa1/vortex/inspect
- integration/src/test/java/io/github/dfa1/vortex/integration
- load
- jdbc/src
- main/java/io/github/dfa1/vortex/jdbc
- test/java/io/github/dfa1/vortex/jdbc
- parquet/src
- main/java/io/github/dfa1/vortex/parquet
- test/java/io/github/dfa1/vortex/parquet
- performance/src/main/java/io/github/dfa1/vortex/performance
- proto-gen/src
- main/java/io/github/dfa1/vortex/protogen
- test/java/io/github/dfa1/vortex/protogen
- reader/src
- main/java/io/github/dfa1/vortex/reader
- array
- decode
- extension
- test/java/io/github/dfa1/vortex/reader
- array
- decode
- extension
- writer/src
- main/java/io/github/dfa1/vortex/writer
- encode
- test/java/io/github/dfa1/vortex/writer
- encode
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
71 | 75 | | |
72 | 76 | | |
73 | 77 | | |
74 | | - | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
246 | 250 | | |
247 | 251 | | |
248 | 252 | | |
249 | | - | |
| 253 | + | |
250 | 254 | | |
251 | 255 | | |
252 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments