-
Notifications
You must be signed in to change notification settings - Fork 237
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 unnecessary copies of ParquetCachedBatchSerializer #2948
Conversation
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
b51bc2e
to
993c61c
Compare
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a spark320 version was missed?
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
Sorry, I left it out for the draft, but forgot to remove it post our meeting |
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually the documentation does need to be changed here. The cache docs refer to a table showing different classes for each Spark version, and those are being deleted in this PR.
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like jenkins/spark-tests.sh also needs to be updated since it tries to pick the shim-specific class.
Signed-off-by: Raza Jafri <rjafri@nvidia.com>
build |
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
build |
* removed unnecessary copies of ParquetCachedBatchSerializer Signed-off-by: Raza Jafri <rjafri@nvidia.com> * optimized import Signed-off-by: Raza Jafri <rjafri@nvidia.com> * removed serializer for 320 Signed-off-by: Raza Jafri <rjafri@nvidia.com> * updated docs Signed-off-by: Raza Jafri <rjafri@nvidia.com> * changed package Signed-off-by: Raza Jafri <rjafri@nvidia.com> * Update jenkins/spark-tests.sh Co-authored-by: Jason Lowe <jlowe@nvidia.com> Co-authored-by: Raza Jafri <rjafri@nvidia.com> Co-authored-by: Jason Lowe <jlowe@nvidia.com>
We decided to remove the extra serializers and have a single version of it in the 311 shims. The package name will be changed to better suit whatever strategy we come up as a part of supporting Spark 3.2
Fixes #2905
Signed-off-by: Raza Jafri rjafri@nvidia.com