KevinyhZou opened a new issue, #10361:
URL: https://github.com/apache/incubator-gluten/issues/10361
### Backend
VL (Velox)
### Bug description
Run the ut of `ScalarFunctionTest` , and errors as below
```
04:18:13.717 [Source: tblSub[35] -> gluten-calc -> Sink: Collect table sink
(1/1)#0] WARN org.apache.flink.runtime.taskmanager.Task - Source: tblSub[35]
-> gluten-calc -> Sink: Collect table sink (1/1)#0
(d3bdecf1ec82b852d58a9ac9db0f10f8_cbc357ccb763df2852fee8c4fc7d55f2_0_0)
switched from RUNNING to FAILED with failure cause:
java.lang.ClassCastException: class
org.apache.flink.table.data.binary.BinaryRowData cannot be cast to class
io.github.zhztheplayer.velox4j.stateful.StatefulRecord
(org.apache.flink.table.data.binary.BinaryRowData and
io.github.zhztheplayer.velox4j.stateful.StatefulRecord are in unnamed module of
loader 'app')
at
org.apache.gluten.table.runtime.operators.GlutenVectorOneInputOperator.processElement(GlutenVectorOneInputOperator.java:114)
at
org.apache.flink.streaming.runtime.tasks.ChainingOutput.pushToOperator(ChainingOutput.java:109)
at
org.apache.flink.streaming.runtime.tasks.ChainingOutput.collect(ChainingOutput.java:78)
at
org.apache.flink.streaming.runtime.tasks.ChainingOutput.collect(ChainingOutput.java:40)
at
org.apache.flink.streaming.api.operators.StreamSourceContexts$ManualWatermarkContext.processAndCollect(StreamSourceContexts.java:425)
at
org.apache.flink.streaming.api.operators.StreamSourceContexts$WatermarkContext.collect(StreamSourceContexts.java:520)
at
org.apache.flink.streaming.api.operators.StreamSourceContexts$SwitchingOnClose.collect(StreamSourceContexts.java:110)
at
org.apache.flink.streaming.api.functions.source.FromElementsFunction.run(FromElementsFunction.java:237)
at
org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:113)
at
org.apache.flink.streaming.api.operators.StreamSource.run(StreamSource.java:71)
at
org.apache.flink.streaming.runtime.tasks.SourceStreamTask$LegacySourceFunctionThread.run(SourceStreamTask.java:338)
```
### Gluten version
_No response_
### Spark version
None
### Spark configurations
_No response_
### 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]