-
Notifications
You must be signed in to change notification settings - Fork 33
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
Add ppl-spark-extension optimzer support & mvn publish #56
Conversation
…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]>
ppl-spark-integration/src/test/scala/org/opensearch/flint/spark/FlintPPLSuite.scala
Outdated
Show resolved
Hide resolved
integ-test/src/test/scala/org/opensearch/flint/spark/ppl/FlintSparkPPLTimeWindowITSuite.scala
Show resolved
Hide resolved
…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) |
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.
FlintSparkExtensions
is accessible to ppl module?
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.
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
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.