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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to