GAUSS-04721 -- GAUSS-04730
GAUSS-04721: "The path here must be an absolute path, but it is: %s"
SQLSTATE: HV00A
Description: The imported file name must be an absolute path name when the DFS table scans the algorithm, and this path name is a non-absolute path name.
Solution:contact technical support
GAUSS-04722: "Unsupported data type on typeoid:%d when parsing partition signature"
SQLSTATE: 0A000
Description: The data type of the partition key is not supported during partition table query.
Solution: Check whether data inconsistency exists in the system directory table and whether the partition column of the created partition table is of an unsupported partition type.
GAUSS-04723: "We only support pushing down opExpr and null test predicate."
SQLSTATE: 0A000
Description: Unsupported types exist when the HDFS table filters predicates.
Solution:contact technical support
GAUSS-04724: "could not find operator by oid %u"
SQLSTATE: 42704
Description: Internal system error. The operation type fails to be queried through OID.
Solution:contact technical support
GAUSS-04725: "Not support pushing predicate with sublink param now!"
SQLSTATE: 0A000
Description: Internal system error. The predicate of the subquery cannot be pushed down.
Solution:contact technical support
GAUSS-04726: "Not support pushing predicate with non-const"
SQLSTATE: 0A000
Description: Internal system error. The non-constant predicate cannot be pushed down.
Solution:contact technical support
GAUSS-04727: "We only support pushing down opExpr and null test predicates."
SQLSTATE: 0A000
Description: Internal system error. Only the expression predicate and the null predicate can be pushed down.
Solution:contact technical support
GAUSS-04728: "Data type %u has not been supported for predicate push down."
SQLSTATE: 0A000
Description: Internal system error. The error data type does not support dynamic predicate pushdown.
Solution:contact technical support
GAUSS-04729: "The maximum accuracy of decimal/numeric data type supported is %d bits."
SQLSTATE: 0A000
Description: The highest precision supported by the decimal or numeric type exceeds 38 digits.
Solution: Define the precision of the decimal or numeric type to be smaller than or equal to 38 digits when creating a table.
GAUSS-04730: "Column %s is unsupported data type for a orc table."
SQLSTATE: HV004
Description: The external HDFS table in the orc format does not support the error data type in the column.
Solution: View the error data type and change it to the supported data type.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot