GAUSS-04581 -- GAUSS-04590

GAUSS-04581: “BloomFilters are not compatible for merging.”

SQLSTATE: XX000

Description: The bloom filter objects having different coefficients cannot be merged.

Solution: Contact technical support. Do not merge the bloom filter objects that have different coefficients.

GAUSS-04582: “Failed to get enviroment parameter $GAUSSHOME or it is NULL, please set $GAUSSHOME as your installation directory!”

SQLSTATE: 22004

Description: Loading the IR file depends on the environment variable GAUSSHOME. If GAUSSHOME is not configured, an error is reported to prevent subsequent invalid operations.

Solution: Configure the environment variable GAUSSHOME.

GAUSS-04584: “Codegen failed on the procedure of ExecVecQual!”

SQLSTATE: XX000

Description: If an expression is not properly handled when the general IR function is generated, the codegen function fails to be used.

Solution: Contact technical support. Check whether the query meets the code generation requirements and set enable_codegen to off.

GAUSS-04587: “Codegen failed on the first argument of FuncExpr!\n”

SQLSTATE: XX000

Description: Failed to handle the first parameter when the function parameters are processed, resulting in that the codes cannot be generated and an error is reported.

Solution: Contact technical support. Check whether the current function is valid and set enable_codegen to off.

GAUSS-04588: “Codegen failed on the second argument of FuncExpr!\n”

SQLSTATE: XX000

Description: Failed to handle the second parameter when the function parameters are processed, resulting in that the codes cannot be generated and an error is reported.

Solution: Contact technical support. Check whether the current function is valid and set enable_codegen to off.

GAUSS-04589: “Codegen failed on the third argument of FuncExpr!\n”

SQLSTATE: XX000

Description: Failed to handle the third parameter when the function parameters are processed, resulting in that the codes cannot be generated and an error is reported.

Solution: Contact technical support. Check whether the current function is valid and set enable_codegen to off.

Feedback
编组 3备份
    openGauss 2024-05-06 00:44:54
    cancel