Commit 51fb84a
[SPARK-50624][SQL] Add TimestampNTZType to ColumnarRow/MutableColumnarRow
### What changes were proposed in this pull request?
Noticed that this was missing when using this in Iceberg. See additional details in apache/iceberg#11815 (comment)
### Why are the changes needed?
To be able to read `TimestampNTZType` when using `ColumnarRow`
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
Added some unit tests that failed without the fix
### Was this patch authored or co-authored using generative AI tooling?
No
Closes apache#49437 from nastra/SPARK-50624.
Authored-by: Eduard Tudenhoefner <[email protected]>
Signed-off-by: Wenchen Fan <[email protected]>
(cherry picked from commit d7545d0)
Signed-off-by: Wenchen Fan <[email protected]>1 parent 00b3833 commit 51fb84a
File tree
4 files changed
+49
-0
lines changed- sql
- catalyst/src/main/java/org/apache/spark/sql/vectorized
- core/src
- main/java/org/apache/spark/sql/execution/vectorized
- test/scala/org/apache/spark/sql
- execution/vectorized
- vectorized
4 files changed
+49
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
185 | 187 | | |
186 | 188 | | |
187 | 189 | | |
| 190 | + | |
| 191 | + | |
188 | 192 | | |
189 | 193 | | |
190 | 194 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
274 | 287 | | |
275 | 288 | | |
276 | 289 | | |
| |||
381 | 394 | | |
382 | 395 | | |
383 | 396 | | |
| 397 | + | |
384 | 398 | | |
385 | 399 | | |
386 | 400 | | |
| 401 | + | |
387 | 402 | | |
388 | 403 | | |
| 404 | + | |
389 | 405 | | |
390 | 406 | | |
| 407 | + | |
391 | 408 | | |
392 | 409 | | |
393 | 410 | | |
| 411 | + | |
394 | 412 | | |
395 | 413 | | |
| 414 | + | |
396 | 415 | | |
397 | 416 | | |
398 | 417 | | |
| |||
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
518 | 542 | | |
0 commit comments