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
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)
The text was updated successfully, but these errors were encountered:
We always need to be explicit about the execution engine, but this is sometimes tedious.
For example
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:
The text was updated successfully, but these errors were encountered: