You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-42074][SQL] Enable KryoSerializer in TPCDSQueryBenchmark to enforce SQL class registration
### What changes were proposed in this pull request?
This PR aims to enable `KryoSerializer` in `TPCDSQueryBenchmark` to enforce build-in SQL class registration.
### Why are the changes needed?
GitHub Action CI will ensure that all new SQL related classes to be registered .
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs. I also manually tested like the following.
```
$ build/sbt "sql/Test/runMain org.apache.spark.sql.execution.benchmark.TPCDSQueryBenchmark --data-location /tmp/tpcds-sf-1"
...
[success] Total time: 2050 s (34:10), completed Jan 15, 2023 4:06:12 PM
```
Closes#39584 from dongjoon-hyun/SPARK-42074.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments