stevenzwu commented on code in PR #16549:
URL: https://github.com/apache/iceberg/pull/16549#discussion_r3295073522


##########
spark/v4.1/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestRewriteTablePathProcedure.java:
##########
@@ -224,12 +223,6 @@ public void 
testRewriteTablePathWithManifestAndDeleteCounts() throws IOException
 
     File file = new File(removePrefix(table.location()) + 
"/data/deletes.parquet");
     String filePath = file.toURI().toString();
-    if (SparkCatalogConfig.REST.catalogName().equals(catalogName)) {

Review Comment:
   we don't need this special handling anymore after adding the `file://` 
scheme to the path in the RESTCatalogServer.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to