You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "woj-i (via GitHub)" <gi...@apache.org> on 2023/04/21 06:17:27 UTC

[GitHub] [spark] woj-i commented on a diff in pull request #40821: [SPARK-43152][spark-structured-streaming] Parametrisable output metadata path (_spark_metadata)

woj-i commented on code in PR #40821:
URL: https://github.com/apache/spark/pull/40821#discussion_r1173344432


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/FileStreamSink.scala:
##########
@@ -126,14 +133,15 @@ class FileStreamSink(
     path: String,
     fileFormat: FileFormat,
     partitionColumnNames: Seq[String],
-    options: Map[String, String]) extends Sink with Logging {
+    options: Map[String, String])
+    extends Sink

Review Comment:
   it's a result of `./dev/scalafmt`. Do you think I should revert it?



-- 
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-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org