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

[backport release-3_22][processing] save NULL and empty values into different files in Split Vector Layer algorithm (fix #38105) #47030

Merged
merged 2 commits into from
Jan 30, 2022

Conversation

alexbruy
Copy link
Contributor

Description

Manual backport of the Split Vector Layer algorithm fix from #46997.

The Split Vector Layer algorithm exports both NULL and empty attribute values to the same filename, as a result one file overwrites another and some results are lost. Proposed PR assigns different suffixes for such files (_EMPTY and _NULL).

Fixes #38105.

Also fix unreported bug with displaying incorrect number of features written to each output file.

Vector Layer algorithm (fix #38105)

Also fix unreported bug with reporting incorrect feature count written
to the files.

(cherry picked from commit 0780bf0)
@alexbruy alexbruy added Backport Is a backport of another pull request Processing Relating to QGIS Processing framework or individual Processing algorithms labels Jan 27, 2022
@github-actions github-actions bot added this to the 3.22.4 milestone Jan 27, 2022
(cherry picked from commit 9a3465e)
@alexbruy alexbruy merged commit 4d9f636 into qgis:release-3_22 Jan 30, 2022
@alexbruy alexbruy deleted the split-vector-backport branch January 30, 2022 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backport Is a backport of another pull request Processing Relating to QGIS Processing framework or individual Processing algorithms
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants