cloud-fan commented on code in PR #52299: URL: https://github.com/apache/spark/pull/52299#discussion_r2341042704
########## sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/InMemoryBaseTable.scala: ########## @@ -718,7 +723,9 @@ object InMemoryBaseTable { } } -class BufferedRows(val key: Seq[Any] = Seq.empty) extends WriterCommitMessage +class BufferedRows(val key: Seq[Any], + val schema: StructType) Review Comment: shall we add a classdoc? This class is a bit complicated now. -- 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