Skip to content

Make compression robust against special characters in field names#45

Merged
JuliaSprenger merged 9 commits intoINT-NIT:mainfrom
JuliaSprenger:fix/compress
Apr 28, 2022
Merged

Make compression robust against special characters in field names#45
JuliaSprenger merged 9 commits intoINT-NIT:mainfrom
JuliaSprenger:fix/compress

Conversation

@JuliaSprenger
Copy link
Copy Markdown
Collaborator

@JuliaSprenger JuliaSprenger commented Apr 26, 2022

And extend test files accordingly.

Fixes #44

Update: This PR also fixes potential name conflicts that might occur during column merging and extends the test files correspondingly.

@pep8speaks
Copy link
Copy Markdown

pep8speaks commented Apr 26, 2022

Hello @JuliaSprenger! Thanks for updating this PR.

There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻

Comment last updated at 2022-04-26 14:07:32 UTC

@JuliaSprenger JuliaSprenger added the safe to test Required label for GH action to run testsuite label Apr 26, 2022
@JuliaSprenger
Copy link
Copy Markdown
Collaborator Author

@killianrochet Can you have a look at this PR? It fixes an issue I just discovered in the compression feature.

Do you see how I first extended the test (files) to cover the offending case (first two commits) and then implemented the fix (third commit)?

@JuliaSprenger JuliaSprenger merged commit 1eaf701 into INT-NIT:main Apr 28, 2022
@JuliaSprenger JuliaSprenger deleted the fix/compress branch June 19, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

safe to test Required label for GH action to run testsuite

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] compression does not work with complex field names

2 participants