-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
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
[fix](cloud) fix analyze compound predicate exception when show copy #37656
Conversation
Thank you for your contribution to Apache Doris. Since 2024-03-18, the Document has been moved to doris-website. |
run buildall |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR approved by at least one committer and no changes requested. |
PR approved by anyone and no changes requested. |
TPC-H: Total hot run time: 39519 ms
|
TPC-DS: Total hot run time: 175285 ms
|
ClickBench: Total hot run time: 30.69 s
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…pache#37656) Bug report: ``` mysql> show copy where id='e66c0eb7372b4c80-8781ffff29e0fd85' and tablename ='test_delete_on' and files like 'test_delete_on.json' and state='finished'\G ERROR 1105 (HY000): errCode = 2, detailMessage = Unexpected exception: class org.apache.doris.analysis.CompoundPredicate cannot be cast to class org.apache.doris.analysis.SlotRef (org.apache.doris.analysis.CompoundPredicate and org.apache.doris.analysis.SlotRef are in unnamed module of loader 'app') ```
…37656) Bug report: ``` mysql> show copy where id='e66c0eb7372b4c80-8781ffff29e0fd85' and tablename ='test_delete_on' and files like 'test_delete_on.json' and state='finished'\G ERROR 1105 (HY000): errCode = 2, detailMessage = Unexpected exception: class org.apache.doris.analysis.CompoundPredicate cannot be cast to class org.apache.doris.analysis.SlotRef (org.apache.doris.analysis.CompoundPredicate and org.apache.doris.analysis.SlotRef are in unnamed module of loader 'app') ```
Bug report: