GAUSS-01611 -- GAUSS-01620
GAUSS-01611: "no local indexes found for partition %s"
SQLSTATE: 42809
Description: Internal system error. Index partitions are not defined in table partitions.
Solution: Contact technical support.
GAUSS-01612: "bit map error when searching for unusable index partition"
SQLSTATE: XX000
Description: Internal system error. Bit errors occur when you search for invalid index partitions.
Solution: Roll back the transaction.
GAUSS-01613: "bit map error after searching for unusable index partition"
SQLSTATE: XX000
Description: Internal system error. Bit errors occur when you search for invalid index partitions.
Solution: Roll back the transaction.
GAUSS-01614: "relation of oid='%u' is not partitioned table"
SQLSTATE: XX000
Description: The table specified in the PARTITION FOR clause is not a partitioned one.
Solution: Ensure that the table specified in the PARTITION FOR clause is a partitioned one.
GAUSS-01615: "unsupport partition type"
SQLSTATE: XX000
Description: Internal system error. The partitioning policy is not supported. Currently, row-store and column-store tables support only range partitioning. For details, see "CREATE TABLE PARTITION" in the SQL Syntax.
Solution: Contact technical support.
GAUSS-01616: "fail to find partition with oid %u for partitioned table %u"
SQLSTATE: 42P01
Description: Internal system error. The partition specified in the partitioned table cannot be found.
Solution: Contact technical support.
GAUSS-01617: "partitionPruningForExpr: parameter can not be null"
SQLSTATE: XX000
Description: Internal system error. During pruning, the returned internal pruning parameter is NULL.
Solution: Contact technical support.
GAUSS-01618: "get null for partition pruning"
SQLSTATE: XX000
Description: Internal system error. During pruning, the returned internal pruning result is NULL.
Solution: Contact technical support.
GAUSS-01619: "For every node in same expression, pruning result's intervalOffset MUST be same"
SQLSTATE: XX000
Description: Internal system error. For nodes in the same expression, the No. of their minimum interval partitions in the pruning result must be the same.
Solution: Contact technical support.
GAUSS-01620: "pruning result(PartitionIdentifier) is invalid"
SQLSTATE: XX000
Description: Internal system error. The pruning result filtered out based on the specified range is invalid.
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.