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

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 found not supported during the partition table query process.

Solution: Check whether data in the system directory table is consistent and determine whether the created partitioned table and partition column are supported by the 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.