sahnib commented on code in PR #44961:
URL: https://github.com/apache/spark/pull/44961#discussion_r1483621846


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/state/StateStoreChangelog.scala:
##########
@@ -222,6 +232,31 @@ class StateStoreChangelogWriterV2(
     size += 1
   }
 
+  override def merge(key: Array[Byte], value: Array[Byte]): Unit = {

Review Comment:
   Discussed offline, changelog v2 currently supports both column families, and 
different record types (enabling support for merge operation). As different 
record type is required to support merge operations, we will currently make 
enableColumnFamilies as a prerequisite for merge operation. 



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