Updated on 2023-12-22 GMT+08:00

GAUSS-04641 -- GAUSS-04650

GAUSS-04641: "Value partitioned table can only be created on DFS tablespace."

SQLSTATE: 0A000

Description: The value partition can only be created in the HDFS table.

Solution: Do not create the value partition for other types of tables except the HDFS table.

GAUSS-04642: "It is not supported to truncate foreign table '%s'."

SQLSTATE: 42809

Description: The truncate operation cannot be performed for foreign tables.

Solution: Do not use the truncate operation on foreign tables.

GAUSS-04643: "It is not supported to truncate non-table '%s'"

SQLSTATE: 42809

Description: The truncate operation is not supported for database objects in abnormal tables.

Solution: Do not use the truncate operation for database objects in abnormal tables

GAUSS-04645: "Storage type '%s' is meaningless for column relation"

SQLSTATE: 0A000

Description: The storage type of row-store tables is meaningless for column-store tables.

Solution: Do not set the storage type for the column-store tables.

GAUSS-04646: "column '%s' cannot be served as a value-partitioning column because of its datatype [%s]"

SQLSTATE: 42804

Description: Some types are not supported in value partition.

Solution: Check the documentation and determine the data type supported by the value partition.

GAUSS-04647: "can not set tablespace for partitioned relation"

SQLSTATE: XX000

Description: The tablespace of the partitioned table is changed.

Solution: Do not change the tablespace for partitioned tables.

GAUSS-04648: "It is not supported to rename schema '%s' which includes DFS table '%s'."

SQLSTATE: 42939

Description: Currently, a schema containing the DFS table cannot be renamed using the ALTER SCHEMA schema_name RENAME TO new_schema_name syntax.

Solution: Ensure that the ALTER SCHEMA schema_name RENAME TO new_schema_name syntax does not contain the DFS table. Delete the DFS table and rename the schema again.

GAUSS-04649: "COPY_ROACH does not implement in CopySendEndOfRow"

SQLSTATE: XX000

Description: Do not use ROACH for COPY TO export.

Solution: Do not use ROACH for COPY TO export.

GAUSS-04650: "the bulkload compatible illegal chars flag is already set before bulkload starts"

SQLSTATE: XX000

Description: Internal system error. The parameter for specifying invalid character compatibility that was imported before has not been cleaned.

Solution: Contact technical support.