Skip to content

Commit

Permalink
Revert erroneous change
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Mar 4, 2025
1 parent f2729bc commit aa7d551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/tests/io/parquet_reader_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ TEST_F(ParquetReaderTest, NoFilter)

TEST_F(ParquetReaderTest, FilterSimple)
{
srand(96503);
srand(31337);
auto written_table = create_random_fixed_table<int>(9, 9, false);

auto filepath = temp_env->get_temp_filepath("FilterSimple.parquet");
Expand Down

0 comments on commit aa7d551

Please sign in to comment.