fix some bugs
This commit is contained in:
@ -1289,13 +1289,15 @@ public:
|
||||
const ObIArray<ObLogicalOperator *> &child_ops,
|
||||
ObIAllocator &allocator,
|
||||
ObIArray<int64_t> &reselected_pos,
|
||||
ObShardingInfo *&result_sharding);
|
||||
ObShardingInfo *&result_sharding,
|
||||
int64_t &inherit_sharding_index);
|
||||
|
||||
static int compute_basic_sharding_info(const ObAddr &local_addr,
|
||||
const ObIArray<ObShardingInfo*> &input_shardings,
|
||||
ObIAllocator &allocator,
|
||||
ObIArray<int64_t> &reselected_pos,
|
||||
ObShardingInfo *&result_sharding);
|
||||
ObShardingInfo *&result_sharding,
|
||||
int64_t &inherit_sharding_index);
|
||||
|
||||
static int get_duplicate_table_replica(const ObCandiTableLoc &phy_table_loc,
|
||||
ObIArray<ObAddr> &valid_addrs);
|
||||
|
||||
Reference in New Issue
Block a user