Description
SparkSession.emptyDataFrame uses an empty RDD in the background. This is a bit of a pity because the optimizer can't recognize this as being empty and it won't apply things like PropagateEmptyRelation.
Attachments
Issue Links
- links to
SparkSession.emptyDataFrame uses an empty RDD in the background. This is a bit of a pity because the optimizer can't recognize this as being empty and it won't apply things like PropagateEmptyRelation.