wankai123 commented on code in PR #9689:
URL: https://github.com/apache/skywalking/pull/9689#discussion_r980048765
##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/zipkin/ZipkinSpanRecord.java:
##########
@@ -71,6 +75,7 @@ public class ZipkinSpanRecord extends Record {
@Setter
@Getter
@Column(columnName = TRACE_ID)
+ @SQLDatabase.AdditionalEntity(additionalTables = {ADDITIONAL_QUERY_TABLE},
reserveOriginalColumns = true)
private String traceId;
Review Comment:
No, just for additional table data source sharding.
--
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]