viirya commented on code in PR #36304:
URL: https://github.com/apache/spark/pull/36304#discussion_r991039734


##########
sql/catalyst/src/test/scala/org/apache/spark/sql/connector/catalog/InMemoryRowLevelOperationTable.scala:
##########
@@ -34,6 +34,8 @@ class InMemoryRowLevelOperationTable(
     properties: util.Map[String, String])
   extends InMemoryTable(name, schema, partitioning, properties) with 
SupportsRowLevelOperations {
 
+  var replacedPartitions: Seq[Seq[Any]] = Seq.empty

Review Comment:
   Maybe add a comment to mention this is for test.



-- 
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]

Reply via email to