Commit 0745bb4
authored
[Variant] Fix the index of an item in VariantArray in a unit test (#8725)
# Which issue does this PR close?
Related-to: #8625
# Rationale for this change
63fe99a
introduced the new unit test.
I believe the index=3 is a typo. It should be =2.
# What changes are included in this PR?
Fixed the array index.
# Are these changes tested?
The fix is in a unit test.
# Are there any user-facing changes?
No.
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>1 parent 533fe4f commit 0745bb4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1506 | 1506 | | |
1507 | 1507 | | |
1508 | 1508 | | |
1509 | | - | |
| 1509 | + | |
1510 | 1510 | | |
1511 | 1511 | | |
1512 | 1512 | | |
| |||
0 commit comments