Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created January 2, 2022 01:45
Embed
What would you like to do?
df = spark.read.(...)
df.createOrReplaceTempView("PROPERTY_META")
spark.sql("SELECT * FROM PROPERTY_META ..")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment