GAUSS-02641 -- GAUSS-02650
GAUSS-02642: "fail to get partition oid, because range partition index is overflow."
SQLSTATE: XX000
Description: Obtaining the partition OID fails. The partition subscript is out of range.
Solution: Check whether the partition 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 details about the supported partition methods, see "CREATE TABLE" in the SQL Syntax.
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 partition keys cannot be compared.
Solution: Check whether any of the partition column values or boundary values of the inserted data are null.
GAUSS-02648: "unsupported partitioned strategy"
SQLSTATE: 42P17
Description: The partitioning method is invalid.
Solution: Check whether the specified partition method is in the supported list. For details about the supported partition methods, see "CREATE TABLE" in the SQL Syntax.
GAUSS-02649: "datatype %u cannot serve as a range partitioning"
SQLSTATE: 42804
Description: The current data type is not supported by the range partitioning method.
Solution: Correct the data type.
GAUSS-02650: "seqence number for interval partition is %d"
SQLSTATE: 22023
Description: Internal system error.
Solution: Contact technical support.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.