dongjoon-hyun commented on code in PR #50792: URL: https://github.com/apache/spark/pull/50792#discussion_r2076237611
########## sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/InMemoryBaseTable.scala: ########## @@ -49,7 +49,7 @@ import org.apache.spark.util.ArrayImplicits._ */ abstract class InMemoryBaseTable( val name: String, - val schema: StructType, + override val columns: Array[Column], Review Comment: +1 -- 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