Skip to content

Deprecation of iterable in the API with the addition of new methods #320

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

Merged
merged 8 commits into from
Mar 29, 2023

Conversation

zaleslaw
Copy link
Collaborator

Fixed #249

@zaleslaw zaleslaw force-pushed the zaleslaw/issue-249 branch from e1ef55a to ce8a906 Compare March 27, 2023 18:06
@zaleslaw zaleslaw requested a review from Jolanrensen March 27, 2023 18:08
@zaleslaw zaleslaw marked this pull request as ready for review March 27, 2023 18:08
Copy link
Collaborator

@Jolanrensen Jolanrensen left a comment

Choose a reason for hiding this comment

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

Overall nice refactor!
Main concerns:

  • trailing commas in @Deprecation annotations
  • Move toColumnSet to public API outside impl package

@koperagen
Copy link
Collaborator

My 5 cents: did you consider adding overloads for discoverability? #249 (comment)

@zaleslaw
Copy link
Collaborator Author

My 5 cents: did you consider adding overloads for discoverability? #249 (comment)

Probably in the next ticket (let's discuss it a little bit later)

@zaleslaw zaleslaw merged commit 565ba1f into master Mar 29, 2023
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.

Remove Iterable overloads for selecting columns in favor of select { iterable.toColumnSet() }
3 participants