Skip to content

Commit

Permalink
avoid necessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
wgtmac committed Nov 17, 2024
1 parent b7e1d62 commit 9476ce7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/parquet/encoding_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1093,6 +1093,7 @@ std::shared_ptr<::arrow::Array> EncodingAdHocTyped<FLBAType>::GetValues(int seed

using EncodingAdHocTypedCases =
::testing::Types<BooleanType, Int32Type, Int64Type, FloatType, DoubleType, FLBAType>;

TYPED_TEST_SUITE(EncodingAdHocTyped, EncodingAdHocTypedCases);

TYPED_TEST(EncodingAdHocTyped, PlainArrowDirectPut) {
Expand Down

0 comments on commit 9476ce7

Please sign in to comment.