hvanhovell commented on code in PR #48958:
URL: https://github.com/apache/spark/pull/48958#discussion_r1856993667


##########
sql/core/src/main/scala/org/apache/spark/sql/SQLContext.scala:
##########
@@ -56,16 +49,13 @@ import org.apache.spark.sql.util.ExecutionListenerManager
  * @since 1.0.0
  */
 @Stable
-class SQLContext private[sql](val sparkSession: SparkSession)
-  extends Logging with Serializable {
+class SQLContext private[sql](sparkSession: SparkSession)

Review Comment:
   You need to add a bunch of covariant overrides here. The implementation 
should return the classes belong to that implementation and not the interfaces. 
The same applies to connect.



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