GAUSS-01651 -- GAUSS-01660
GAUSS-01651: "plan should not reference subplan's variable"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01652: "failed to construct the join relation"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01653: "could not find equality operator for ordering operator %u"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01654: "failed to re-find MinMaxAggInfo record"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01655: "could not implement GROUP BY"
SQLSTATE: 0A000
Description: Some of the WINDOW clauses of the statement SELECT support only the hash mode, and others support only the sort mode. As a result, the clause GROUP BY is not supported.
Solution: Change the column names following GROUP BY in the statement. Ensure that the columns used support both hash and sort mode.
GAUSS-01656: "could not implement DISTINCT"
SQLSTATE: 0A000
Description: Some of the WINDOW clauses of the statement SELECT support only the hash mode, and others support only the sort mode. As a result, the clause DISTINCT is not supported.
Solution: Change the column names following DISTINCT in the statement. Ensure that the columns used support both hash and sort mode.
GAUSS-01657: "failed to locate grouping columns"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01658: "resjunk output columns are not implemented"
SQLSTATE: XX000
Description: Internal system error.
Solution: Contact technical support.
GAUSS-01659: "could not implement window PARTITION BY"
SQLSTATE: 0A000
Description: The data type of the window partitioning column clause of the statement SELECT cannot be sorted. As a result, the window PARTITION BY clause is not supported.
Solution: Change the column names following PARTITION BY in the statement. Ensure that the columns used support sort mode.
GAUSS-01660: "could not implement window ORDER BY"
SQLSTATE: 0A000
Description: The data type of the window ordering column clause of the statement SELECT cannot be sorted. As a result, the window ORDER BY clause is not supported.
Solution: Change the column names following ORDER BY in the statement. Ensure that the columns used support sort mode.
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