kangpinghuang commented on a change in pull request #654: Make mini load/batch
load, compaction, delete operation running.
URL: https://github.com/apache/incubator-doris/pull/654#discussion_r259303481
##########
File path: be/src/olap/push_handler.cpp
##########
@@ -191,7 +182,7 @@ OLAPStatus PushHandler::_do_streaming_ingestion(
<< ", table=" << tablet->full_name()
<< ", transaction_id=" << request.transaction_id;
for (TabletVars& tablet_var : *tablet_vars) {
- if (tablet_var.tablet.get() == NULL) {
+ if (tablet_var.tablet.get() == nullptr) {
Review comment:
tablet_var.tablet == nullptr
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]