-
Notifications
You must be signed in to change notification settings - Fork 241
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
Remove shim-specific copies of ParquetCachedBatchSerializer #3390
Conversation
Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
Signed-off-by: Raza Jafri <[email protected]>
This reverts commit cafaa08. Signed-off-by: Raza Jafri <[email protected]>
it looks like the no-buildver-default profile from the pom.xml is missing from the spark313 shim (missed in #3323), well it might not have been needed at that point due to only doing some proof of concept consolidation |
Signed-off-by: Raza Jafri <[email protected]>
build |
This should wait on #3381 and dist jar change |
@tgravescs is working on #3411 which might be difficult to upmerge, so I think this PR still should wait. |
taking this over, going to upmerge and then re-enable tests if everything looks good. |
This PR removes the shim-specific copies of the ParquetCachedBatchSerializer.
After building with the default profile. This was tested with the v2 version of the serializer against Spark-3.1.1 and Spark-3.1.2 for running test_cache.py and they both were successful.
fixes #3314