github-actions[bot] commented on code in PR #17349:
URL: https://github.com/apache/doris/pull/17349#discussion_r1122948446
##########
be/src/olap/schema_change.cpp:
##########
@@ -1516,6 +1516,10 @@ Status
SchemaChangeHandler::_convert_historical_rowsets(const SchemaChangeParams
// a.Parse the Alter request and convert it into an internal representation
Status res = _parse_request(sc_params, &rb_changer, &sc_sorting,
&sc_directly);
+ LOG(INFO) << "schema change type, sc_sorting: " << sc_sorting
+ << ", sc_directly: " << sc_directly
+ << ", base_tablet=" << sc_params.base_tablet->full_name()
Review Comment:
warning: expected expression [clang-diagnostic-error]
```cpp
<< ", base_tablet=" << sc_params.base_tablet->full_name()
^
```
--
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]