Commit d7545d0
[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]>1 parent 3f86455 commit d7545d0
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 | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| 196 | + | |
| 197 | + | |
194 | 198 | | |
195 | 199 | | |
196 | 200 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
277 | 290 | | |
278 | 291 | | |
279 | 292 | | |
| |||
384 | 397 | | |
385 | 398 | | |
386 | 399 | | |
| 400 | + | |
387 | 401 | | |
388 | 402 | | |
389 | 403 | | |
| 404 | + | |
390 | 405 | | |
391 | 406 | | |
| 407 | + | |
392 | 408 | | |
393 | 409 | | |
| 410 | + | |
394 | 411 | | |
395 | 412 | | |
396 | 413 | | |
| 414 | + | |
397 | 415 | | |
398 | 416 | | |
| 417 | + | |
399 | 418 | | |
400 | 419 | | |
401 | 420 | | |
| |||
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