spaces-X commented on code in PR #15898: URL: https://github.com/apache/doris/pull/15898#discussion_r1070282608
########## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BulkLoadJob.java: ########## @@ -97,6 +100,7 @@ public BulkLoadJob(EtlJobType jobType, long dbId, String label, OriginStatement originStmt, UserIdentity userInfo) throws MetaNotFoundException { super(jobType, dbId, label); this.originStmt = originStmt; + this.queryId = DebugUtil.printId(ConnectContext.get().queryId()); Review Comment: please fix NPE in Fe UT -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org