mrproliu commented on code in PR #13524:
URL: https://github.com/apache/skywalking/pull/13524#discussion_r2476252365


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

Review Comment:
   @cqhasy please fix. 



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