Skip to content

Commit

Permalink
add some doc
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug committed Jun 29, 2023
1 parent b8fbc64 commit 5ce33a0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/java/io/lakefs/iceberg/LakeFSPath.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
import org.apache.hadoop.fs.Path;

/**
* This is a Hadoop path with a dedicated {@link #toString()} implementation for lakeFS,
* which returns the path relative to the repository root.
* This Hadoop path is assumed to be a lakeFS path of the form <code>[scheme]://[repo-name]/[ref-name]/rest/of/path/</code>.
* This is a Hadoop path with a dedicated {@link #toString()} implementation for lakeFS.
* The path is assumed to be a lakeFS path of the form <code>[scheme]://[repo-name]/[ref-name]/rest/of/path/</code>.
*/
public class LakeFSPath extends Path {
public LakeFSPath(String pathString) throws IllegalArgumentException {
Expand Down

0 comments on commit 5ce33a0

Please sign in to comment.