xupefei commented on code in PR #47487: URL: https://github.com/apache/spark/pull/47487#discussion_r1703685470
########## connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/KeyValueGroupedDataset.scala: ########## @@ -879,7 +879,7 @@ class KeyValueGroupedDataset[K, V] private[sql] () extends Serializable { * * See [[Encoder]] for more details on what types are encodable to Spark SQL. */ - def transformWithState[U: Encoder, S: Encoder]( + private[sql] def transformWithState[U: Encoder, S: Encoder]( Review Comment: I found these methods are private in Spark Core: https://github.com/apache/spark/blob/f99291ac864d8902aa131fa93d46725a47d88263/sql/core/src/main/scala/org/apache/spark/sql/KeyValueGroupedDataset.scala#L663. -- 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