Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Aug 2, 2024
1 parent fb8a8ff commit b9105af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ public LevelDelegation getLevelDelegation() {
* <li>... skip
* </ul>
*
* When (definitionLevel <= maxDefLevel - 2) we skip the value because children ColumnVector for
* OrcArrayColumnVector and OrcMapColumnVector don't contain empty and null set value. Stay
* <p>When (definitionLevel <= maxDefLevel - 2) we skip the value because children ColumnVector
* for OrcArrayColumnVector and OrcMapColumnVector don't contain empty and null set value. Stay
* consistent here.
*/
private boolean readValue() throws IOException {
Expand Down

0 comments on commit b9105af

Please sign in to comment.