Commit 983dd8c
committed
MINOR: Fix TestVariantVector#testGetObject for parquet-variant 1.18.1
parquet-variant 1.18.1 added eager validation of the variant metadata
header in the Variant constructor. The test's placeholder metadata
bytes no longer decode as a structurally valid header, so
getObject() throws IllegalArgumentException. Use a valid
single-byte (version 1, empty dictionary) metadata header instead.1 parent 671f71f commit 983dd8c
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
773 | 775 | | |
774 | 776 | | |
775 | 777 | | |
| |||
0 commit comments