dongjoon-hyun commented on code in PR #50049: URL: https://github.com/apache/spark/pull/50049#discussion_r1966677254
########## sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/HDFSMetadataLogSuite.scala: ########## @@ -31,8 +29,6 @@ import org.apache.spark.util.UninterruptibleThread class HDFSMetadataLogSuite extends SharedSparkSession { - private implicit def toOption[A](a: A): Option[A] = Option(a) Review Comment: Ya, that was the point which I was curious. At that PR, some existing codes require that `implicit` to adapt to the new argument change, `Option[A]`. -- 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