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] Infer execution engine from input #372

Closed
goodwanghan opened this issue Oct 15, 2022 · 0 comments · Fixed by #374 or #394
Closed

[FEATURE] Infer execution engine from input #372

goodwanghan opened this issue Oct 15, 2022 · 0 comments · Fixed by #374 or #394

Comments

@goodwanghan
Copy link
Collaborator

We always need to be explicit about the execution engine, but this is sometimes tedious.

For example

transform(spark_df, engine=spark)

If the input is a Spark DataFrame, then it implies the execution engine should be Spark unless it's specified. So we need this to choose Spark engine automatically:

transform(spark_df)
@goodwanghan goodwanghan linked a pull request Oct 15, 2022 that will close this issue
@goodwanghan goodwanghan linked a pull request Dec 16, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant