Closed
Description
Description
VeloxBackend show know where it run, executor or driver? for example if if run driver ,it should not init velox cache. There are two methods to this enhancement:
- pass a config spark.gluten.isDriver when creating VeloxBackend instance, this is simple.
- Add a member variables in VeloxBackend class, need to change jni code.