Description
df = self.spark.range(10e10).toDF("id") such_a_nice_list = ["itworks1", "itworks2", "itworks3"] hinted_df = df.hint("my awesome hint", 1.2345, "what", such_a_nice_list)
Attachments
Attachments
Issue Links
- is a clone of
-
SPARK-41871 DataFrame hint parameter can be str, float or int
- Resolved
- links to