wenfang6 opened a new issue, #9965: URL: https://github.com/apache/incubator-gluten/issues/9965
### Backend VL (Velox) ### Bug description After import this pr [8946]( https://github.com/apache/incubator-gluten/pull/8946) , There’s still a case that hasn’t been considered in this PR. for example: ``` create table t1(id int, name string); insert into t1 values(1,'wukong'),(2,'huahua'); select id as id1, id as id2 from t1 where **name = 'wukong'**; ``` error: Error Source: RUNTIME Error Code: INVALID_STATE Reason: An unloaded lazy vector cannot be wrapped by two different top level vectors. Retriable: False Expression: dictionaryValues_->markAsContainingLazyAndWrapped() Context: Operator: FilterProject[2] 1 Function: setInternalState File: /data/wen/github/velox/./velox/vector/DictionaryVector-inl.h Line: 35 ### Gluten version Gluten-1.3 ### Spark version Spark-3.5.x ### 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]
