[Refactor] Fixes some be typo part 2 (#4747)
This commit is contained in:
@ -46,8 +46,8 @@ DataSpliter::DataSpliter(const RowDescriptor& row_desc) :
|
||||
DataSpliter::~DataSpliter() {
|
||||
}
|
||||
|
||||
// We use the ParttitionRange to compare here. It should not be a member function of PartitionInfo
|
||||
// class becaurce there are some other member in it.
|
||||
// We use the PartitionRange to compare here. It should not be a member function of PartitionInfo
|
||||
// class because there are some other member in it.
|
||||
static bool compare_part_use_range(const PartitionInfo* v1, const PartitionInfo* v2) {
|
||||
return v1->range() < v2->range();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user