lgbo-ustc commented on code in PR #7821:
URL: https://github.com/apache/incubator-gluten/pull/7821#discussion_r1829074414
##########
cpp-ch/local-engine/Parser/SerializedPlanParser.cpp:
##########
@@ -144,13 +135,15 @@ void adjustOutput(const DB::QueryPlanPtr & query_plan,
const substrait::PlanRel
const auto & original_cols =
original_header.getColumnsWithTypeAndName();
if (static_cast<size_t>(output_schema.types_size()) !=
original_cols.size())
{
+ auto * logger = &Poco::Logger::get("SerializedPlanParser");
Review Comment:
```c++
auto logger = getLogger("SerialziedPlanParser");
```
--
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]