hvanhovell commented on code in PR #40234:
URL: https://github.com/apache/spark/pull/40234#discussion_r1122149643
##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/Dataset.scala:
##########
@@ -120,7 +120,7 @@ import org.apache.spark.util.Utils
*/
class Dataset[T] private[sql] (
val sparkSession: SparkSession,
- private[sql] val plan: proto.Plan,
+ val plan: proto.Plan,
Review Comment:
Can we mark this field as DeveloperApi. Not sure if we can do that at the
field level though.
--
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]