We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Discogs dump presents data, not always but for some degree, , , as..
"Written-By, Producer"
which violates RDB point of view, such that it breaks query logics.
This can be fixed by using some custom logics from batch insertion,, such as
split(getDelimeters()).filter(removeBlank()).map(trimString()).distinct().toList();
Then we will have 2 distinct release credited artists.
The text was updated successfully, but these errors were encountered:
state303
No branches or pull requests
Discogs dump presents data, not always but for some degree, , , as..
"Written-By, Producer"
which violates RDB point of view, such that it breaks query logics.
This can be fixed by using some custom logics from batch insertion,, such as
Then we will have 2 distinct release credited artists.
The text was updated successfully, but these errors were encountered: