Github user cloud-fan commented on the issue:
https://github.com/apache/spark/pull/22222
+1 on @rdblue 's idea. One point is, we should use
`ColumnarBatchScan.supportsBatch` to indicate columnar scan or not, instead of
asking the RDD to report it.--- --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
