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

fix empty data auto id for tabular converter #265

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

nitbharambe
Copy link
Member

Changes proposed in this PR include:

An extra id was being generated. It occured only when no components were present after filtering. The cause was that even when an empty col_data was to be processed, the _get_id() function was getting called via the .apply function and an extra id was being generated.

Signed-off-by: Nitish Bharambe <[email protected]>
@nitbharambe nitbharambe added the bug Something isn't working label Jul 8, 2024
Copy link

sonarcloud bot commented Jul 8, 2024

@mgovers mgovers added this pull request to the merge queue Jul 8, 2024
Merged via the queue into main with commit 7b7b81d Jul 8, 2024
32 checks passed
@mgovers mgovers deleted the fix/empty-data-auto-id branch July 8, 2024 16:04
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.

2 participants