ekrich commented on code in PR #50474:
URL: https://github.com/apache/spark/pull/50474#discussion_r2198170561
##########
sql/api/src/main/scala/org/apache/spark/sql/MergeIntoWriter.scala:
##########
@@ -250,9 +250,7 @@ case class WhenMatched[T] private[sql] (
* @tparam T
* The type of data in the MergeIntoWriter.
*/
-case class WhenNotMatched[T] private[sql] (
- mergeIntoWriter: MergeIntoWriter[T],
- condition: Option[Column]) {
+case class WhenNotMatched[T](mergeIntoWriter: MergeIntoWriter[T], condition:
Option[Column]) {
Review Comment:
Consider keeping the original wrapped format.
--
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]