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
v0.8.52
when execute select sql(also execute insert sql concurrently) from a transient table by mysql jdbc, it occurs current exception:
displayText = entity not found (object error: (op: stat, path: 1/162863/_ss/4c15f8d5f65149c0b98381b8b525ef5b_v1.json, source: status code: 404
but this json file not exists on s3:
you can find detail exception log in this attachment: exception.log
create TRANSIENT table
use sql "select * from table where useid='*****' "
execute query by "mybatis->jdbc->databend"(also execute insert sql concurrently)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
Version
v0.8.52
What's Wrong?
when execute select sql(also execute insert sql concurrently) from a transient table by mysql jdbc, it occurs current exception:
displayText = entity not found (object error: (op: stat, path: 1/162863/_ss/4c15f8d5f65149c0b98381b8b525ef5b_v1.json, source: status code: 404
but this json file not exists on s3:
you can find detail exception log in this attachment:
exception.log
How to Reproduce?
create TRANSIENT table
use sql "select * from table where useid='*****' "
execute query by "mybatis->jdbc->databend"(also execute insert sql concurrently)
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: