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

Explicitly use the public version of ParquetCachedBatchSerializer #4021

Merged

Conversation

gerashegalov
Copy link
Collaborator

@gerashegalov gerashegalov commented Nov 3, 2021

Refactoring accidentally used the shimmed implementation class instead
of the facade API.

We need a separate issue to remove / consolidate this code in a single class
as it's currently replicated a few times in the repo

Closes #3999

Signed-off-by: Gera Shegalov gera@apache.org

Refactoring accidentally used the shimmed implementation class instead
of facade.

Need a separate issue to remove consolidate this code in a single class
as it's currently replicated a few times in the repo

Signed-off-by: Gera Shegalov <gera@apache.org>
@gerashegalov gerashegalov self-assigned this Nov 3, 2021
@gerashegalov gerashegalov added the bug Something isn't working label Nov 3, 2021
@gerashegalov gerashegalov added this to the Nov 1 - Nov 12 milestone Nov 3, 2021
@gerashegalov gerashegalov added the P0 Must have for release label Nov 3, 2021
@gerashegalov
Copy link
Collaborator Author

build

@razajafri
Copy link
Collaborator

Do we also want to hide the concrete class so even if a user specifies com.nvidia.rapids.shims.v2.ParquetCachedBatchSerializer it won't work. May be can be handled as a follow-on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P0 Must have for release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Integration cache_test failures - ArrayIndexOutOfBoundsException
4 participants