-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
build: Enable Spark query runner as reference in aggregation fuzzer test #9559
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for meta-velox canceled.
|
f5dcf32
to
fccac50
Compare
4dd93a7
to
5d96887
Compare
Hi @mbasmanova, this is a draft PR to enable Spark query runner in aggregate fuzzer test. I'd like to work on below items in separate PRs. Could you spare some time to check if they make sense? Thank you.
|
@rui-mo Rui, thank you for working on this. At a high-level next steps make sense to me, but there are not enough details for me to understand them fully.
Would you create a GitHub issue to describe this problem?
Does this mean we won't be able to create tables with map/array/struct columns? If so, this is a pretty severe limitation. |
@mbasmanova Thanks for your reply. |
5400aed
to
61c3f07
Compare
c5b6b9e
to
52a74bd
Compare
ef10ffc
to
d0b6ed9
Compare
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.
@rui-mo CPP code changes look good.
@assignUser can you please take another look at the workflow file changes? Thanks.
.github/workflows/experimental.yml
Outdated
runs-on: ubuntu-latest | ||
needs: compile | ||
spark-java-aggregation-fuzzer-run: | ||
runs-on: 16-core-ubuntu |
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.
@assignUser FYI
.github/workflows/scheduled.yml
Outdated
timeout-minutes: 60 | ||
timeout-minutes: 120 |
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.
Why is this change necessary? The usual duration is still 15/30mins. Did you actually see a timeout?
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.
Got it. This change is not necessary and just reverted it.
717c2a3
to
ba10f70
Compare
@assignUser Fixed above comments. Would you like to take another look? Thanks. |
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.
Thanks!
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@rui-mo Would you rebase to allow merging? |
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
7612685
to
aab3097
Compare
Hi @kevinwilfong, could you help import and merge this PR? Thanks! |
Enables Spark query runner as reference DB in Spark aggregation fuzzer test.
Removes duplicate Spark aggregation fuzzer test from experimental run.
Fixes #9270.