Skip to content

Conversation

nightscape
Copy link

According to PROTOCOL.md, an empty String also means end of the list, so it should be handled identically to None.

According to PROTOCOL.md, an empty String also means end of the list, so it should be handled identically to None.
@nightscape
Copy link
Author

@linzhou-db @zsxwing @pranavsuku-db @chakankardb @PatrickJin-db @littlegrasscao this one should be quick to review, it's basically the same as the already-merged PR for Python: https://github.com/delta-io/delta-sharing/pull/530/files

@nightscape
Copy link
Author

@linzhou-db @zsxwing @pranavsuku-db @chakankardb @PatrickJin-db @littlegrasscao any chance of getting a review on this?

shares ++= response.items
}
while (response.nextPageToken.nonEmpty) {
while (response.nextPageToken.exists(_.nonEmpty)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we add a unit test for this?

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.

2 participants