aokolnychyi commented on a change in pull request #30806:
URL: https://github.com/apache/spark/pull/30806#discussion_r544401511
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/V1FallbackWriters.scala
##########
@@ -89,6 +90,21 @@ sealed trait V1FallbackWriters extends V2CommandExec with
SupportsV1Write {
def table: SupportsWrite
def writeOptions: CaseInsensitiveStringMap
+ def refreshCache: () => Unit
+ def write: Option[V1Write] = None
Review comment:
Same here: `Option[V1Write]` can become just `V1Write` if we are OK to
apply the new logic all the time.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]