Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Thanks @alamb !

Co-authored-by: Andrew Lamb <[email protected]>
  • Loading branch information
edmondop and alamb authored Apr 7, 2024
1 parent 1ebe161 commit 07db351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datafusion/core/tests/parquet/row_group_pruning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ macro_rules! int_tests {
};
}

// int8/int16 are incorrect: https://github.com/apache/arrow-datafusion/issues/9779
int_tests!(32);
int_tests!(64);

Expand Down Expand Up @@ -583,6 +584,7 @@ macro_rules! uint_tests {
};
}

// uint8/uint16 are incorrect: https://github.com/apache/arrow-datafusion/issues/9779
uint_tests!(32);
uint_tests!(64);

Expand Down

0 comments on commit 07db351

Please sign in to comment.