RussellSpitzer commented on a change in pull request #1890:
URL: https://github.com/apache/iceberg/pull/1890#discussion_r538806709



##########
File path: 
spark3-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRollbackToTimestampProcedure.java
##########
@@ -184,8 +184,8 @@ public void testRollbackToTimestampWithQuotedIdentifiers() {
     String quotedNamespace = quotedNamespaceBuilder.toString();
 
     List<Object[]> output = sql(
-        "CALL %s.system.rollback_to_timestamp('%s', '`%s`', TIMESTAMP '%s')",
-        catalogName, quotedNamespace, tableIdent.name(), 
firstSnapshotTimestamp);
+        "CALL %s.system.rollback_to_timestamp('%s', TIMESTAMP '%s')",
+            catalogName, quotedNamespace + ".`" + tableIdent.name() + "`", 
firstSnapshotTimestamp);

Review comment:
       got it, bad copy from the other rollback method




----------------------------------------------------------------
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]

Reply via email to