Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/20427#discussion_r164584822 --- Diff: sql/core/src/main/java/org/apache/spark/sql/sources/v2/SessionConfigSupport.java --- @@ -25,7 +25,7 @@ * session. */ @InterfaceStability.Evolving -public interface SessionConfigSupport { +public interface SessionConfigSupport extends DataSourceV2 { --- End diff -- +1 for @rdblue 's question. @cloud-fan . Could you add more explanation about this change at PR description?
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org