joan38 commented on code in PR #50474:
URL: https://github.com/apache/spark/pull/50474#discussion_r2198331498


##########
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:
   The `private[sql]` is not working since the `apply` in the companion object 
is public and publicly used.



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