zjuwangg opened a new issue, #8761:
URL: https://github.com/apache/incubator-gluten/issues/8761
### Backend
VL (Velox)
### Bug description
When `spark.gluten.velox.offHeapBroadcastBuildRelation.enabled` config is
set to true, job will encounter a Exception
```
An exception or error caused a run to abort:
org.apache.spark.sql.catalyst.plans.physical.BroadcastMode
java.lang.InstantiationError:
org.apache.spark.sql.catalyst.plans.physical.BroadcastMode
at
sun.reflect.GeneratedSerializationConstructorAccessor36.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at
org.objenesis.instantiator.sun.SunReflectionFactoryInstantiator.newInstance(SunReflectionFactoryInstantiator.java:48)
at com.esotericsoftware.kryo.Kryo.newInstance(Kryo.java:1139)
at
com.esotericsoftware.kryo.serializers.FieldSerializer.create(FieldSerializer.java:562)
at
com.esotericsoftware.kryo.serializers.FieldSerializer.read(FieldSerializer.java:538)
at com.esotericsoftware.kryo.Kryo.readObject(Kryo.java:709)
at
org.apache.spark.sql.execution.unsafe.UnsafeColumnarBuildSideRelation.$anonfun$read$1(UnsafeColumnarBuildSideRelation.scala:148)
```
### Spark version
None
### Spark configurations
All version should be affected
### System information
_No response_
### Relevant logs
```bash
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]