-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create non-shim specific version of ParquetCachedBatchSerializer (#3473)
* Removed redundant PCBS and GpuInMemoryTableScanExec classes Signed-off-by: Raza Jafri <[email protected]> * turn the nightly tests on Signed-off-by: Raza Jafri <[email protected]> * fixed pcbs and InMemoryTableScanExec package Signed-off-by: Raza Jafri <[email protected]> * Revert "turn the nightly tests on" This reverts commit cafaa08. Signed-off-by: Raza Jafri <[email protected]> * adding no-default-profile to spark313 Signed-off-by: Raza Jafri <[email protected]> * cleanup * Add common class for the ParquetCachedBatchSerializer Signed-off-by: Thomas Graves <[email protected]> * Fix the shim layer to pick up the proper versions of Parquet cached batch serializer Signed-off-by: Thomas Graves <[email protected]> * docs * Update docs * Fix databricks build * re-enable cache tests * Fix the class being used for Spark 3.2.0 * Update includes * fix style Co-authored-by: Raza Jafri <[email protected]>
- Loading branch information
Showing
27 changed files
with
273 additions
and
8,200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
com/nvidia/spark/ParquetCachedBatchSerializer* | ||
com/nvidia/spark/GpuCachedBatchSerializer* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.