tanishqgandhi1908 commented on code in PR #7762:
URL: https://github.com/apache/texera/pull/7762#discussion_r3833088742
##########
file-service/src/test/scala/org/apache/texera/service/resource/DatasetResourceSpec.scala:
##########
@@ -3484,4 +3484,37 @@ class DatasetResourceSpec
val commit = LakeFSStorageClient.createCommit(repoName, "main", "commit
all files")
LakeFSStorageClient.retrieveObjectsOfVersion(repoName, commit.getId).size
shouldEqual totalFiles
}
+
+ // Guards the resource-type prefix the file tree is rooted at.
`FileResolver` dispatches on
+ // that leading segment to choose the backing table, so a dataset tree must
stay under
+ // `/datasets/...` now that the builder takes the resource type as a
parameter.
Review Comment:
Fixed.
--
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]