Commit 366b694
authored
`tracing` has more structured logging support (see the changes I made in
`btrblocks`) which is more suitable for modern observability tooling. It
also has tracing support which is useful and already used in a few
places.
In python we use the tracing "log" feature which make it emit `log`
events
Signed-off-by: Adam Gutglick <[email protected]>
1 parent 3e1e65d commit 366b694
File tree
78 files changed
+250
-290
lines changed- bench-vortex
- src
- clickbench
- datasets
- engines/ddb
- fineweb
- realnest
- tpcds
- tpch
- utils
- fuzz/src/array
- vortex-array
- src
- arrays
- extension/compute
- list
- array
- compute
- stats
- vortex-btrblocks
- src
- vortex-buffer
- src
- vortex-compute
- src/take/slice
- vortex-datafusion
- src
- convert
- persistent
- vortex-duckdb
- src
- convert
- e2e_test
- vortex-ffi
- cinclude
- src
- vortex-file
- vortex-io
- src
- file
- read
- runtime
- vortex-jni
- src
- vortex-layout
- src
- gpu/layouts/flat
- layouts
- chunked
- flat
- zoned
- segments
- vortex-python
- src
- vortex-scan
- src
- vortex/examples
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+250
-290
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
188 | 187 | | |
189 | 188 | | |
190 | 189 | | |
| |||
203 | 202 | | |
204 | 203 | | |
205 | 204 | | |
206 | | - | |
| 205 | + | |
207 | 206 | | |
208 | | - | |
| 207 | + | |
209 | 208 | | |
210 | 209 | | |
211 | 210 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
| |||
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
77 | | - | |
| 76 | + | |
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments