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

toDataFrame() column order fix with @ColumnName annotations #1004

Merged
merged 1 commit into from
Dec 16, 2024

Conversation

Jolanrensen
Copy link
Collaborator

Fixes #1002

added test and small fix for toDataFrame() to verify that primary constructor arguments keep their order as dataframe columns, even when they have @ColumnName annotations.

@Jolanrensen Jolanrensen added the bug Something isn't working label Dec 16, 2024
@Jolanrensen Jolanrensen added this to the 0.16.0 milestone Dec 16, 2024
… keep their order as dataframe columns, even when they have @ColumnName annotations.
@Jolanrensen Jolanrensen force-pushed the column-name-order-toDataFrame branch from 4604a58 to 5cd3c45 Compare December 16, 2024 15:43
@Jolanrensen Jolanrensen merged commit 505807e into master Dec 16, 2024
6 checks passed
@Jolanrensen Jolanrensen deleted the column-name-order-toDataFrame branch December 16, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List<T>.toDataFrame() sorts lexicographically when primary constructor has @ColumnName annotations
2 participants