zhli1142015 opened a new issue, #9867:
URL: https://github.com/apache/incubator-gluten/issues/9867
### Backend
VL (Velox)
### Bug description
TPCDS query17 fails with below error
```
org.apache.gluten.exception.GlutenException: Exception: VeloxUserError
Error Source: USER
Error Code: INVALID_ARGUMENT
Reason: (1 vs. 0)
Retriable: False
DisplayReason: False
Expression: kBloomFilterV1 == version
Function: merge
File: /var/git/Velox/velox/common/base/BloomFilter.h
```
### Gluten version
Gluten-1.3
### Spark version
Spark-3.5.x
### Spark configurations
```
spark.conf.set("spark.gluten.sql.columnar.project", "false")
spark.conf.set("spark.gluten.sql.columnar.wholeStage.fallback.threshold",
"1")
spark.conf.set("spark.gluten.sql.columnar.fallback.ignoreRowToColumnar",
"false")
```
### 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]