joshrosen-stripe commented on a change in pull request #25503:
[SPARK-28702][SQL] Display useful error message (instead of NPE) for invalid
Dataset operations
URL: https://github.com/apache/spark/pull/25503#discussion_r315484388
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/Dataset.scala
##########
@@ -184,11 +184,26 @@ private[sql] object Dataset {
*/
@Stable
class Dataset[T] private[sql](
- @transient val sparkSession: SparkSession,
+ @transient val _sparkSession: SparkSession,
Review comment:
Can this now be `@transient private val`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]