-
Notifications
You must be signed in to change notification settings - Fork 36
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
Added end-to-end PPL tests for Spark #1028
Added end-to-end PPL tests for Spark #1028
Conversation
Signed-off-by: Norman Jordan <[email protected]>
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.
@normanj-bitquill this is great !!!
Thanks for adding these. I have a few questions: |
|
@normanj-bitquill do you think we can add another paragraph (in our E2E document) on how to add a new query to this baseline ? |
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.
Thx!
@YANG-DB I'll update the README.md |
Signed-off-by: Norman Jordan <[email protected]>
@YANG-DB I have updated the README.md. |
Description
Adding end-to-end PPL tests for Spark. The tests queries are run on the Spark master container using Spark Connect. OpenSearch is not used.
Tests include PPL queries form the Python test suite and the TPC-H queries.
Related Issues
#1022
Check List
--signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.