ulysses-you commented on a change in pull request #1391:
URL: https://github.com/apache/incubator-kyuubi/pull/1391#discussion_r749347371



##########
File path: 
dev/kyuubi-extension-spark-common/src/main/scala/org/apache/kyuubi/sql/RepartitionBeforeWritingBase.scala
##########
@@ -28,7 +28,8 @@ import org.apache.spark.sql.internal.StaticSQLConf
 trait RepartitionBuilder extends Rule[LogicalPlan] with 
RepartitionBeforeWriteHelper {
   def buildRepartition(
       dynamicPartitionColumns: Seq[Attribute],
-      query: LogicalPlan): LogicalPlan
+      query: LogicalPlan
+  ): LogicalPlan

Review comment:
       not sure it's better




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to