wu-sheng commented on code in PR #13524:
URL: https://github.com/apache/skywalking/pull/13524#discussion_r2464170912


##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/profiling/trace/ProfileThreadSnapshotRecord.java:
##########
@@ -69,6 +70,18 @@ public class ProfileThreadSnapshotRecord extends Record {
     private int sequence;
     @Column(name = STACK_BINARY)
     private byte[] stackBinary;
+    @ElasticSearch.EnableDocValues
+    @Column(name = IS_GO)
+    @BanyanDB.NoIndexing
+    private int isGo; // store as 0/1 for storage compatibility

Review Comment:
   Please use an enum in case there is further language. By defaullt, we could 
set it as Java.



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