Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use case class ParsedDeltaSharingTablePath as return type for parsePath #388

Merged
merged 14 commits into from
Sep 5, 2023

Conversation

linzhou-db
Copy link
Collaborator

@linzhou-db linzhou-db commented Sep 2, 2023

Use case class ParsedDeltaSharingTablePath instead of tuple as return type for parsePath, this is part of #341

Copy link
Collaborator

@charlenelyu-db charlenelyu-db left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@linzhou-db linzhou-db merged commit 203b6bc into delta-io:main Sep 5, 2023
4 checks passed
@@ -841,7 +847,7 @@ object DeltaSharingRestClient extends Logging {
* Parse the user provided path `profile_file#share.schema.share` to
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update comment?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

@@ -74,6 +74,12 @@ trait DeltaSharingClient {
def getProfileProvider: DeltaSharingProfileProvider = null
}

case class ParsedDeltaSharingTablePath(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider documenting this class.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chakankardb added in another PR.

@@ -65,6 +65,7 @@ private[sharing] class DeltaSharingFileSystem extends FileSystem {

override def getUri(): URI = URI.create(s"$SCHEME:///")

// delta-sharing:///
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This comment is not clear. Consider expanding on it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants