Description
Right now, we will always call `planInputPartitions()` for a DSv2 implementation even if there is no spark job run but only explain.
We should provide a way to avoid scanning all input partitions just to determine if the input is columnar or not. The scan should provide an override.