tanishqgandhi1908 commented on code in PR #6502:
URL: https://github.com/apache/texera/pull/6502#discussion_r3640483415
##########
file-service/src/main/scala/org/apache/texera/service/type/dataset/DatasetFileNode.scala:
##########
@@ -81,15 +83,20 @@ object DatasetFileNode {
): List[DatasetFileNode] = {
val rootNode = new DatasetFileNode("/", "directory", null, "")
+ // Add "datasets" prefix node
+ val datasetsNode =
+ new DatasetFileNode(FileResolver.DATASET_PATH_PREFIX, "directory",
rootNode, "")
Review Comment:
"directory" is the nodeType value— it's the existing node-type convention in
DatasetFileNode. It's the root of the tree at the datasets prefix node
--
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]