Description
OneRowRelation is the only plan that is a case object, which causes some issues with makeCopy using a 0-arg constructor. This patch changes it from a case object to a case class.
This blocks SPARK-21619.
Attachments
Issue Links
- blocks
-
SPARK-21619 Fail the execution of canonicalized plans explicitly
- Resolved