Last active
February 19, 2019 22:52
-
-
Save 64lines/386a3739f1d16fd17163328a811d1272 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fact_df.createOrReplaceTempView('fact_df') | |
fact_df = spark.sql('select * from fact_df where id > 42') | |
fact_df = fact_df.alias('fact_df') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment