GAUSS-04631 -- GAUSS-04640
GAUSS-04631: "cannot alter text search configuration '%s' because other objects depend on it"
SQLSTATE: 2BP01
Description: Because the context index configuration items have dependent relationship with other tables or indexes, this configuration information cannot be changed.
Solution: Cancel the dependency relationship and perform this operation.
GAUSS-04632: "DFS table does not support index."
SQLSTATE: 0A000
Description: Indexes cannot be used for DFS tables.
Solution: Contact technical support.
GAUSS-04633: "It is not supported to create index '%s' on DFS tablespace."
SQLSTATE: 0A000
Description: Indexes cannot be created in a DFS tablespace.
Solution: Contact technical support.
GAUSS-04634: "It is not allowed to assign version option for non-dfs table."
SQLSTATE: XX000
Description: An error is reported when the version parameter is specified for creating row storage tables or column storage tables in CU format.
Solution: Do not use the version parameter when creating the row storage table or the column storage table in CU format.
GAUSS-04636: "Invalid string for 'VERSION' option"
SQLSTATE: XX000
Description: The version parameter is invalid.
Solution: Use the version 0.12.
GAUSS-04637: "Num of partition keys in value-partitioned table should not be zeror"
SQLSTATE: XX000
Description: The partition column is not specified when the value-partitioned HDFS table.
Solution: Specify 1 to 4 columns when creating the value-partitioned HDFS table.
GAUSS-04638: "Num of partition keys in value-partitioned table exceeds max allowed num:%d"
SQLSTATE: XX000
Description: The number of partition columns specified exceeds four when the value-partitioned HDFS table is created.
Solution: Specify 1 to 4 columns when creating the value-partitioned HDFS table.
GAUSS-04639: "Unsupport partition strategy '%s' feature for dfs table."
SQLSTATE: XX000
Description: Only the HDFS table partitioned by value is supported. Otherwise, an error is reported.
Solution: Specify the value partition when creating HDFS tables.
GAUSS-04640: "Only support hash distribution for dfs table."
SQLSTATE: XX000
Description: The DFS table supports only hash distribution.
Solution: Specify the hash distribution when creating HDFS tables.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.