You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/01/22 19:21:08 UTC

[GitHub] [iceberg] rdblue commented on a change in pull request #2139: Do not redistribute MERGE INTO rows unless the table is sorted

rdblue commented on a change in pull request #2139:
URL: https://github.com/apache/iceberg/pull/2139#discussion_r562855327



##########
File path: spark3-extensions/src/main/scala/org/apache/spark/sql/catalyst/optimizer/RewriteMergeInto.scala
##########
@@ -266,5 +271,15 @@ case class RewriteMergeInto(spark: SparkSession) extends Rule[LogicalPlan] with
       }
     }
   }
+
+  private implicit class TableHelper(table: Table) {

Review comment:
       This broke the other table helper, so I removed 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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org