Yohahaha opened a new issue, #6625: URL: https://github.com/apache/incubator-gluten/issues/6625
### Backend
VL (Velox)
### Bug description
```
val aai = Literal.create(Seq(Seq(1, 2, 3), null, Seq(4, 5)),
ArrayType(ArrayType(IntegerType, containsNull = false), containsNull =
true))
16:32:17.693 WARN org.apache.spark.sql.execution.GlutenFallbackReporter:
Validation failed for plan: Project[QueryId=0], due to: Native validation
failed:
Optional[Validation failed due to exception caught at
file:SubstraitToVeloxPlanValidator.cc line:1306 function:validate, thrown from
file:SubstraitToVeloxExpr.cc line:400 function:literalsToArrayVector, reason:(0
vs. 0) there should be at least 1 value in list literal.].
```
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
```bash
"literal": {
"list": {
"values": [
{
"list": {
"values": [
{
"i32": 1
},
{
"i32": 2
},
{
"i32": 3
}
]
}
},
{
"null": {
"list": {
"type": {
"i32": {
"nullability": "NULLABILITY_REQUIRED"
}
},
"nullability": "NULLABILITY_NULLABLE"
}
}
},
{
"list": {
"values": [
{
"i32": 4
},
{
"i32": 5
}
]
}
}
]
}
}
```
--
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]
