danielcweeks commented on code in PR #15630:
URL: https://github.com/apache/iceberg/pull/15630#discussion_r3261893999


##########
format/spec.md:
##########
@@ -134,8 +149,10 @@ Tables do not require rename, except for tables that use 
atomic rename to implem
 * **Manifest** -- A file that lists data or delete files; a subset of a 
snapshot.
 * **Data file** -- A file that contains rows of a table.
 * **Delete file** -- A file that encodes rows of a table that are deleted by 
position or data values.
+* **Absolute path** -- A path string that includes a 
[URI](https://datatracker.ietf.org/doc/html/rfc3986#section-3.1) scheme and can 
be used directly.
+* **Relative path** -- A path string without a URI scheme that must be 
[resolved](#path-resolution) against the table location.
 

Review Comment:
   The definition for a `file_path` is "Full URI for the file with FS scheme", 
which I believe was intended to be the same as "fully-qualified" (though it's 
unclear because it wasn't defined).
   
   I don't think we should go back and try to define terms we didn't define 
originally since it's ambiguous and clarifying at this point could cause more 
confusion.  I think it's better to focus on defining what v4 requires moving 
forward.



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