Replies: 1 comment
-
I don't think this is possible. Instead, I would use regular pyspark to create a temp view matching the condition you need, like so someDf.where(F.col('field') == x).createTempView('tmp') and then separately run
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
let say i have value in python variable call a= 'something'
in
Beta Was this translation helpful? Give feedback.
All reactions