thswlsqls opened a new pull request, #8686:
URL: https://github.com/apache/paimon/pull/8686

   ### Purpose
   
   - `VFSTableRootIdentifier`'s class Javadoc was a verbatim copy of sibling 
`VFSTableObjectIdentifier` ("Identifier for objects under a table."), 
misstating the class's meaning.
   - It actually identifies the table root: `filePath()` returns 
`tableInfo.tablePath()`, and `VFSOperations.getVFSIdentifier` builds it when 
the relative path is null.
   - Corrected to "Identifier for the root of a table.", matching the sibling 
doc style (catalog / database / table / objects-under-a-table).
   
   ### Tests
   
   - Doc-only wording fix, no behavior change — no test added. `mvn 
spotless:check checkstyle:check -pl paimon-vfs/paimon-vfs-common` passed; 
module compiles clean.
   
   
   


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

Reply via email to