You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by "rdblue (via GitHub)" <gi...@apache.org> on 2023/03/06 00:02:10 UTC

[GitHub] [iceberg] rdblue commented on a diff in pull request #6965: Spark 3.3: Support write to branch through table identifier

rdblue commented on code in PR #6965:
URL: https://github.com/apache/iceberg/pull/6965#discussion_r1125760676


##########
spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/SparkRowLevelOperationsTestBase.java:
##########
@@ -315,4 +346,14 @@ protected DataFile writeDataFile(Table table, List<GenericRecord> records) {
       throw new UncheckedIOException(e);
     }
   }
+
+  @Override
+  protected String queryTarget() {

Review Comment:
   Very minor: I think `commandTarget()` would be a bit better name because this is used for the INSERT/DELETE/UPDATE/MERGE commands. MERGE has a target, but we don't usually refer to an INSERT query's table as a target.



-- 
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: issues-unsubscribe@iceberg.apache.org

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