mirror of https://github.com/citusdata/citus.git
adding some changes
parent
315af1ddcb
commit
e3c64011d9
|
@ -1272,8 +1272,6 @@ ValidateAndReturnVarIfSupported(Node *entryExpr)
|
|||
* the distribution column of the given target. Once a match is found, it
|
||||
* returns the index of that match in the source's target list.
|
||||
*
|
||||
* In the case of SINGLE_SHARD_DISTRIBUTED, there is no distribution key available for the target, which prevents repartitioning.
|
||||
* Therefore, return -1 to signal the caller to utilize the Pull to coordinator approach.
|
||||
*/
|
||||
static int
|
||||
SourceResultPartitionColumnIndex(Query *mergeQuery, List *sourceTargetList,
|
||||
|
|
Loading…
Reference in New Issue