GAUSS-00331 -- GAUSS-00340
GAUSS-00331: "cache lookup failed on source like relation %u for reloptions"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00332: "null partition key value for relation '%s'"
SQLSTATE: XX000
Description: The null partition key value cannot be used.
Solution: Correct the partition key value.
GAUSS-00333: "partition key column's number of relation '%s' is not a 1-D smallint array"
SQLSTATE: XX000
Description:CREATE TABLE ... In the LIKE clause, the number of partition key columns or the column type of INCLUDING PARTITION is incorrect.
Solution:CREATE TABLE ... In the LIKE clause, set INCLUDING PARTITION to 1, and set the column value type to integer.
GAUSS-00334: "partition key column's number of %s not in the range of all its columns"
SQLSTATE: XX000
Description:CREATE TABLE ... In the LIKE clause, the number of partition key columns of INCLUDING PARTITION exceeds the column quantity range of the current table.
Solution:CREATE TABLE ... In the LIKE clause, the number of partition key columns of INCLUDING PARTITION must be within the range from 1 to the maximum number of columns.
GAUSS-00335: "' including partition ' for list partitioned relation: '%s' not implemented yet"
SQLSTATE: XX000
Description:CREATE TABLE ... The partition type of INCLUDING PARTITION specified in the LIKE clause is incorrect.
Solution:CREATE TABLE ... The partition type of INCLUDING PARTITION specified in the LIKE clause can only be range partitioning or hash partitioning. List partitioning is not supported.
GAUSS-00336: "cache lookup failed for constraint %u"
SQLSTATE: 22P06
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00337: "null conexclop for constraint %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00338: "cache lookup failed for operator %u"
SQLSTATE: 22P06
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00339: "too few entries in indexprs list"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-00340: "cache lookup failed for collation %u"
SQLSTATE: 22P06
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.