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

[FEATURE]Add flint's optimization rules to PPL FlintPPLSparkExtensions #55

Closed
YANG-DB opened this issue Oct 3, 2023 · 0 comments
Closed
Labels
enhancement New feature or request

Comments

@YANG-DB
Copy link
Member

YANG-DB commented Oct 3, 2023

Is your feature request related to a problem?
Adding Flint's Query Optimization rules for the FlintPPLSparkExtensions so that queries may benefit the acceleration capabilities

What solution would you like?
Adding the optimizer to the PPL spark extension class:

    extensions.injectOptimizerRule { spark =>
      new FlintSparkOptimizer(spark)
    }

Added FlintPPLSparkExtensions jar to the maven publish job

Do you have any additional context?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants