Skip to content
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

Add ppl-spark-extension optimzer support & mvn publish #56

Conversation

YANG-DB
Copy link
Member

@YANG-DB YANG-DB commented Oct 3, 2023

Description

add optimizer support for flint based acceleration queries - also using the PPL
add ppl-spark-extension jar mvn publish

Issues Resolved

#55

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.

…ng the PPL

add ppl-spark-extension jar mvn publish

Signed-off-by: YANGDB <[email protected]>
…test")

disabled the Optimization rules during the IT

Signed-off-by: YANGDB <[email protected]>
@YANG-DB YANG-DB changed the title Add optimzer support and mvn publish Add ppl-spark-extension optimzer support & mvn publish Oct 3, 2023
…to include both flint & ppl to verify they can interact independently

Signed-off-by: YANGDB <[email protected]>
.set(SQLConf.OPTIMIZER_EXCLUDED_RULES.key, ConvertToLocalRelation.ruleName)
.set(
"spark.sql.extensions",
List(classOf[FlintPPLSparkExtensions].getName, classOf[FlintSparkExtensions].getName)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FlintSparkExtensions is accessible to ppl module?

Copy link
Member Author

@YANG-DB YANG-DB Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is used only in the integ-test project which is depended on both flint & ppl plugins
PPL module is not dependent on flint module

@vmmusings vmmusings merged commit 6d87b81 into opensearch-project:main Oct 4, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants