Commit 51e06a2
Address review comments
- Normalize txnMinTimestamp/txnMaxTimestamp to Numbers.LONG_NULL for empty
commits before emitting telemetry (avoids bogus Long.MAX_VALUE/-1 values)
- Sort WAL_TXN_COMMITTED constant alphabetically in TelemetryEvent
- Sort telemetryWal and walTelemetryEnabled fields alphabetically in WalWriter
- Replace assertSql with assertQueryNoLeakCheck in TelemetryTest
Co-Authored-By: Claude Opus 4.6 <[email protected]>1 parent ae9a58f commit 51e06a2
File tree
3 files changed
+13
-7
lines changed- core/src
- main/java/io/questdb
- cairo/wal
- test/java/io/questdb/test
3 files changed
+13
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | | - | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
894 | 900 | | |
895 | 901 | | |
896 | 902 | | |
| |||
900 | 906 | | |
901 | 907 | | |
902 | 908 | | |
903 | | - | |
904 | | - | |
| 909 | + | |
| 910 | + | |
905 | 911 | | |
906 | 912 | | |
907 | 913 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
411 | 411 | | |
412 | 412 | | |
413 | 413 | | |
414 | | - | |
| 414 | + | |
415 | 415 | | |
416 | | - | |
| 416 | + | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| |||
0 commit comments