We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.0.3
remote udf query fail
select keyword(complaint_content,10) from ods_user_feedback_sentiment_details limit 10; ERROR 1105 (HY000): errCode = 2, detailMessage = (sts-doris-dwcloud-be-8040-2.doris-dwcloud-be.doris-dwcloud.svc.colo.gzgalocal)[INTERNAL_ERROR]Parameters start = 0, length = 4064, are out of bound in ColumnVector::insert_range_from method (data.size() = 1).
the remote service is ok
2024-12-11 16:56:13 INFO FunctionServiceImpl:64 - fnCall request keyword 2 2024-12-11 16:56:13 INFO FunctionServiceImpl:111 - fnCall res=result { type { id: STRING } has_null: false string_value: "\351\202\256\347\256\261,\344\274\232,\344\270\200\347\233\264,\345\244\247\345\270\210,\345\217\221,edu,\345\255\246\346\240\241,\351\207\215\345\244\215,\347\275\221\346\230\223,\345\217\221\351\200\201" } status { status_code: 0 }
query success
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Version
3.0.3
What's Wrong?
remote udf query fail
select keyword(complaint_content,10) from ods_user_feedback_sentiment_details limit 10;
ERROR 1105 (HY000): errCode = 2, detailMessage = (sts-doris-dwcloud-be-8040-2.doris-dwcloud-be.doris-dwcloud.svc.colo.gzgalocal)[INTERNAL_ERROR]Parameters start = 0, length = 4064, are out of bound in ColumnVector::insert_range_from method (data.size() = 1).
the remote service is ok
2024-12-11 16:56:13 INFO FunctionServiceImpl:64 - fnCall request keyword 2
2024-12-11 16:56:13 INFO FunctionServiceImpl:111 - fnCall res=result {
type {
id: STRING
}
has_null: false
string_value: "\351\202\256\347\256\261,\344\274\232,\344\270\200\347\233\264,\345\244\247\345\270\210,\345\217\221,edu,\345\255\246\346\240\241,\351\207\215\345\244\215,\347\275\221\346\230\223,\345\217\221\351\200\201"
}
status {
status_code: 0
}
What You Expected?
query success
How to Reproduce?
No response
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: