GAUSS-02641 -- GAUSS-02650
GAUSS-02642: “fail to get partition oid, because range partition index is overflow.”
SQLSTATE: XX000
Description: Failed to obtain the partition OID. The partition subscript is out of range.
Solution: Check the partitioned table definition and query statements.
GAUSS-02643: “unsupported partition strategy”
SQLSTATE: XX000
Description: The specified partition method is not supported.
Solution: Check whether the specified partition method is in the supported list. For the supported list.
GAUSS-02644: “fail to get partition strategy”
SQLSTATE: XX000
Description:Internal system error.
Solution:Contact technical support.
GAUSS-02645: “failed when making EQUAL expression state for constCompare”
SQLSTATE: XX000
Description: Failed to initialize the expression for constant comparison.
Solution:Contact technical support.
GAUSS-02646: “failed when making GREATE-THAN expression state for constCompare”
SQLSTATE: XX000
Description: Failed to initialize the expression for constant comparison.
Solution:Contact technical support.
GAUSS-02647: “null value can not be compared with null value.”
SQLSTATE: XX000
Description: Two NULL values cannot be compared during partition key comparison.
Solution: Check whether the partition column or limit values of the inserted data are NULL.
GAUSS-02648: “unsupported partitioned strategy”
SQLSTATE: 42P17
Description: The partition method is invalid.
Solution: Check whether the specified partition method is in the supported list. For the supported list.