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

All except fix: Option 2 #1038

Merged
merged 8 commits into from
Feb 12, 2025
Merged

All except fix: Option 2 #1038

merged 8 commits into from
Feb 12, 2025

Conversation

Jolanrensen
Copy link
Collaborator

@Jolanrensen Jolanrensen commented Jan 29, 2025

Fixes #761

@Jolanrensen Jolanrensen added the bug Something isn't working label Jan 29, 2025
@Jolanrensen Jolanrensen added this to the 0.16 milestone Jan 29, 2025
@Jolanrensen Jolanrensen force-pushed the allexcept-npe-fix branch 2 times, most recently from f539709 to ade9f57 Compare February 11, 2025 19:19
@Jolanrensen Jolanrensen marked this pull request as ready for review February 11, 2025 19:20
@Jolanrensen Jolanrensen added documentation Improvements or additions to documentation (not KDocs) enhancement New feature or request KDocs Improvements or additions to KDocs labels Feb 11, 2025
df.select { name.except { firstNameAccessor } },
df.select { name.except { firstName and firstName } },
df.select { name.except { firstNameAccessor and firstNameAccessor } },
// df.select { name.except(name.firstName and name.firstName) }, // not allowed
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like we need a test for this, but it's not possible in that manner and should be kind of tests for compiler plugin, when it's a String which should be compiled or not

Copy link
Collaborator

Choose a reason for hiding this comment

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

Or could we make assert on that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes indeed, that's a good idea for later :)

@Jolanrensen Jolanrensen merged commit 90d8153 into master Feb 12, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation (not KDocs) enhancement New feature or request KDocs Improvements or additions to KDocs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullPointerException using except to exclude double nested column
2 participants