Skip to content

Commit

Permalink
Remove hack
Browse files Browse the repository at this point in the history
  • Loading branch information
JaySon-Huang committed Oct 15, 2024
1 parent 6165255 commit 722ff67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dbms/src/Storages/DeltaMerge/tests/gtest_dm_file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,6 @@ try
0,
span_per_part // only first part
},
#if 0
QueryRangeInfo{
DMTestEnv::getRowKeyRangeForClusteredIndex(800, num_rows_write, rowkey_column_size),
800,
Expand All @@ -2150,12 +2149,8 @@ try
std::numeric_limits<Int64>::min(),
std::numeric_limits<Int64>::max(),
}, // full range
#endif
};

ranges[0].range.is_common_handle = false;
ranges[0].range.rowkey_column_size = 1;

for (const auto & range : ranges)
{
// Test read
Expand Down

0 comments on commit 722ff67

Please sign in to comment.