anishshri-db commented on code in PR #47133:
URL: https://github.com/apache/spark/pull/47133#discussion_r1680041729


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/encoders/ExpressionEncoder.scala:
##########
@@ -201,7 +202,7 @@ object ExpressionEncoder {
    * object.  Thus, the caller should copy the result before making another 
call if required.
    */
   class Serializer[T](private val expressions: Seq[Expression])
-    extends (T => InternalRow) with Serializable {
+    extends (T => InternalRow) with Serializable with Logging {

Review Comment:
   yea - can we remove this ?



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

Reply via email to