You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_TRACE(&Poco::Logger::get("ActionsDAG"), "makeConvertingActions result {} {}", r.name, r.type->getName());
1723
+
}
1724
+
1725
+
1726
+
1716
1727
if (mode == MatchColumnsMode::Position && num_input_columns != num_result_columns)
1717
1728
throwException(ErrorCodes::NUMBER_OF_COLUMNS_DOESNT_MATCH, "Number of columns doesn't match (source: {} and result: {})", num_input_columns, num_result_columns);
LOG_TRACE(getLogger("ExpressionActions"), "Bottom of ExpressionActionsChainSteps::JoinStep::finalize");
1243
+
for (constauto & col : result_columns)
1244
+
{
1245
+
LOG_TRACE(getLogger("ExpressionActions"), "ExpressionActionsChainSteps::JoinStep::finalize result_columns: col name {} type {}", col.name, col.type);
1246
+
}
1247
+
for (constauto & col : required_columns)
1248
+
{
1249
+
LOG_TRACE(getLogger("ExpressionActions"), "ExpressionActionsChainSteps::JoinStep::finalize required_columns: col name {} type {}", col.name, col.type);
0 commit comments