Is spark\'s lazy evaluation really working for the following simple example of pointing to a hive table:
df = spark.sql(\'select * from table\')