GAUSS-02301 -- GAUSS-02310
GAUSS-02301: "frame starting offset must not be null"
SQLSTATE: 22004
Description: The start offset specified by the window frame clause is NULL.
Solution: Check the SQL statement to ensure that the start offset in the frame clause is not empty.
GAUSS-02302: "frame starting offset must not be negative"
SQLSTATE: 22023
Description: The start offset specified by the window frame clause is negative.
Solution: Check the SQL statement to ensure that the start offset in the frame clause is not negative.
GAUSS-02303: "frame ending offset must not be null"
SQLSTATE: 22004
Description: The ending offset specified by the window frame clause is NULL.
Solution: Check the SQL statement to ensure that the ending offset in the frame clause is not empty.
GAUSS-02304: "frame ending offset must not be negative"
SQLSTATE: 22023
Description: The ending offset specified by the window frame clause is negative.
Solution: Check the SQL statement to ensure that the ending offset in the frame clause is not negative.
GAUSS-02305: "unexpected end of tuplestore"
SQLSTATE: 22000
Description: Failed to obtain data.
Solution: The internal logic of the executor is incorrect. Contact technical support.
GAUSS-02306: "WindowFunc with winref %u assigned to WindowAgg with winref %u"
SQLSTATE: 42804
Description: Plan error. The sequence number of WindowFunc does not match that in WindowAgg.
Solution: Contact technical support.
GAUSS-02307: "aggregate %u needs to have compatible input type and transition type"
SQLSTATE: 42P13
Description: The type of the input parameter or the intermediate data is incompatible with the data type of aggregate functions.
Solution: Modify the data type of the input parameter or intermediate data.
GAUSS-02308: "cannot fetch row before WindowObject's mark position"
SQLSTATE: 22P08
Description: The internal execution logic is faulty.
Solution: Contact technical support.
GAUSS-02309: "cannot move WindowObject's mark position backward"
SQLSTATE: 0A000
Description: The internal execution logic is faulty.
Solution: Contact technical support.
GAUSS-02310: "specified position is out of window: "
SQLSTATE: XX000
Description: The internal execution logic is faulty.
Solution: Contact technical support.
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