Commit 45c8ae4
authored
Support LargeUtf8 as partition column (#19942)
## Which issue does this PR close?
- Closes #19939
## Rationale for this change
Paritioned writes are suppored for Utf8 and Utf8View types and
supporting LargeUtf8 is fairly easy to do.
## What changes are included in this PR?
Support for LargeUtf8 partition values in hive partitions + a test for
all string types.
## Are these changes tested?
Yes!
## Are there any user-facing changes?
Something that was not supported now is1 parent 0c82ade commit 45c8ae4
2 files changed
Lines changed: 35 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
5615 | 5616 | | |
5616 | 5617 | | |
5617 | 5618 | | |
| 5619 | + | |
| 5620 | + | |
| 5621 | + | |
| 5622 | + | |
5618 | 5623 | | |
5619 | | - | |
5620 | | - | |
5621 | | - | |
5622 | | - | |
5623 | | - | |
5624 | | - | |
| 5624 | + | |
5625 | 5625 | | |
5626 | 5626 | | |
5627 | | - | |
5628 | | - | |
| 5627 | + | |
| 5628 | + | |
5629 | 5629 | | |
5630 | 5630 | | |
5631 | | - | |
5632 | | - | |
5633 | | - | |
5634 | | - | |
5635 | | - | |
5636 | | - | |
5637 | | - | |
| 5631 | + | |
| 5632 | + | |
| 5633 | + | |
| 5634 | + | |
| 5635 | + | |
| 5636 | + | |
| 5637 | + | |
| 5638 | + | |
5638 | 5639 | | |
5639 | 5640 | | |
5640 | 5641 | | |
5641 | 5642 | | |
| 5643 | + | |
| 5644 | + | |
| 5645 | + | |
5642 | 5646 | | |
5643 | 5647 | | |
5644 | 5648 | | |
| |||
5665 | 5669 | | |
5666 | 5670 | | |
5667 | 5671 | | |
| 5672 | + | |
5668 | 5673 | | |
5669 | 5674 | | |
5670 | 5675 | | |
| |||
5674 | 5679 | | |
5675 | 5680 | | |
5676 | 5681 | | |
5677 | | - | |
| 5682 | + | |
5678 | 5683 | | |
5679 | 5684 | | |
5680 | 5685 | | |
| |||
5687 | 5692 | | |
5688 | 5693 | | |
5689 | 5694 | | |
5690 | | - | |
5691 | | - | |
5692 | | - | |
| 5695 | + | |
| 5696 | + | |
| 5697 | + | |
| 5698 | + | |
5693 | 5699 | | |
5694 | 5700 | | |
5695 | 5701 | | |
5696 | 5702 | | |
5697 | 5703 | | |
5698 | 5704 | | |
5699 | 5705 | | |
5700 | | - | |
| 5706 | + | |
| 5707 | + | |
5701 | 5708 | | |
5702 | 5709 | | |
5703 | 5710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
400 | 406 | | |
401 | 407 | | |
402 | 408 | | |
| |||
0 commit comments