lgbo-ustc opened a new issue, #7222:
URL: https://github.com/apache/incubator-gluten/issues/7222
### Backend
CH (ClickHouse)
### Bug description
[Expected behavior] and [actual behavior].
```
/gluten/cpp-ch/local-engine/Parser/RelParsers/RelParser.cpp:56:36: error: no
matching function for call to 'removeNullable'
56 | if (name == "avg" && isDecimal(removeNullable(arg_types[0])))
/clickhouse/src/Columns/ColumnNullable.h:236:11: note: candidate function
not viable: no known conversion from 'value_type' (aka 'std::shared_ptr<const
DB::IDataType>') to 'const ColumnPtr' (aka 'const immutable_ptr<DB::IColumn>')
for 1st argument
236 | ColumnPtr removeNullable(const ColumnPtr & column);
```
### Spark version
None
### Spark configurations
_No response_
### System information
_No response_
### Relevant logs
_No response_
--
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]