Commit 0bda008
committed
fix: Update Spark test expectation for TIMESTAMPTZ values
After rebasing on main, the Spark test expectations were reverted to the
old incorrect values. This commit re-applies the fix for TIMESTAMPTZ
handling in HyperResultSourceTest.
The test now correctly expects Timestamp.from(Instant.parse(...)) for
TIMESTAMPTZ columns, which preserves the correct epoch milliseconds
instead of incorrectly interpreting the value as a local time.
Test: HyperResultSourceTest - supports reading all types1 parent 2f91cbb commit 0bda008
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
214 | 215 | | |
215 | 216 | | |
216 | 217 | | |
217 | | - | |
218 | | - | |
| 218 | + | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
0 commit comments