-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[multistage] test using BaseClusterIntegrationTestSet #9412
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
Conversation
- masked out columns should not be returned. - make API more meaningful
- only tests with standard SQL - ignore non-standard SQL - add todo for tests that doesn't work
Codecov Report
@@ Coverage Diff @@
## master #9412 +/- ##
============================================
+ Coverage 69.74% 69.79% +0.04%
- Complexity 5090 5093 +3
============================================
Files 1890 1890
Lines 100683 100756 +73
Branches 15337 15350 +13
============================================
+ Hits 70220 70320 +100
+ Misses 25475 25441 -34
- Partials 4988 4995 +7
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| + "(Diff >= 300 AND Diff < 500) OR Diff < -500 ORDER BY Diff DESC"; | ||
| testQuery(query); | ||
|
|
||
| // IN_ID_SET |
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.
@Jackie-Jiang @61yao the following are turned of with multistage for now.
by running the hard-coded queries list first - make relRoot info available in query plan - uses fields / collation / hints properly before returning results - fix SQL conformance - some other bug fixes this PR also listed out TODOs for features we don't support right now. Co-authored-by: Rong Rong <rongr@startree.ai>
by running the hard-coded queries list first
this PR also listed out TODOs for features we don't support right now.