wankai123 commented on code in PR #13533:
URL: https://github.com/apache/skywalking/pull/13533#discussion_r2394462881


##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/manual/spanattach/SpanAttachedEventRecord.java:
##########
@@ -131,6 +133,16 @@ public long getTimestampColumnValue() {
         return timestamp;
     }
 
+    @Override
+    public String getMergeSpanIdColumnName() {
+        return ZipkinSpanRecord.SPAN_ID;

Review Comment:
   ZipkinSpanRecord is the merge target table



-- 
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]

Reply via email to