Commit aaf50ea
committed
fix: prefer higher-precision time unit in supertype computation
The get_time_units function was selecting the wrong time unit when
comparing timestamps with different precisions (e.g., Microseconds vs
Milliseconds). Fix it to always return the higher-precision unit
(Nanoseconds > Microseconds > Milliseconds).1 parent 0649bc9 commit aaf50ea
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments