viirya commented on a change in pull request #34642:
URL: https://github.com/apache/spark/pull/34642#discussion_r751909171
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/InMemoryTableScanExec.scala
##########
@@ -60,9 +61,11 @@ case class InMemoryTableScanExec(
* If false, get data from UnsafeRow build from CachedBatch
*/
override val supportsColumnar: Boolean = {
+ val supported =
relation.cacheBuilder.serializer.supportsColumnarOutput(relation.schema)
+ val serializer = relation.cacheBuilder.serializer.getClass
Review comment:
unnecessary changes i put before for test, i will remove them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]