From aa7d551cb36998f29fb7188a0ba3b7c4e78969fd Mon Sep 17 00:00:00 2001 From: Muhammad Haseeb <14217455+mhaseeb123@users.noreply.github.com> Date: Tue, 4 Mar 2025 04:17:34 +0000 Subject: [PATCH] Revert erroneous change --- cpp/tests/io/parquet_reader_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/tests/io/parquet_reader_test.cpp b/cpp/tests/io/parquet_reader_test.cpp index 437b28b6616..b96c423917a 100644 --- a/cpp/tests/io/parquet_reader_test.cpp +++ b/cpp/tests/io/parquet_reader_test.cpp @@ -1350,7 +1350,7 @@ TEST_F(ParquetReaderTest, NoFilter) TEST_F(ParquetReaderTest, FilterSimple) { - srand(96503); + srand(31337); auto written_table = create_random_fixed_table(9, 9, false); auto filepath = temp_env->get_temp_filepath("FilterSimple.parquet");