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
After I run training mode with Spark database and get results/spark.sqlite successfully, then run the inference mode and get the error:
I found the method get_plan_preprocessor just implemented in Presto, should I implement it in Spark?
The text was updated successfully, but these errors were encountered:
Thank you for opening the issue. Yes, currently, the plan preprocessor has just been implemented for Presto. I would highly appreciate it if you could implement the preprocessor also for Spark query plans. Thank you!
@christophanneser, Thank you for your comments! I am wondering if there is a way to reproduce the performance gain in SparkSQL TPC-DS workload as shown in the paper without implementing preprocessor?
You can run AutoSteer's training mode, which does not require the query plan preprocessor. Unfortunately, I must not share SparkSQL's exact configuration as it was/is internally used.
After I run training mode with Spark database and get results/spark.sqlite successfully, then run the inference mode and get the error:
I found the method
get_plan_preprocessor
just implemented in Presto, should I implement it in Spark?The text was updated successfully, but these errors were encountered: