You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Added FlintPPLSparkExtensions jar to the maven publish job
Do you have any additional context?
The text was updated successfully, but these errors were encountered: