chibenwa commented on code in PR #2792:
URL: https://github.com/apache/james-project/pull/2792#discussion_r2558939218


##########
server/data/data-jmap-cassandra/src/main/java/org/apache/james/jmap/cassandra/projections/table/CassandraEmailQueryViewTable.java:
##########
@@ -30,4 +30,5 @@ public interface CassandraEmailQueryViewTable {
     CqlIdentifier MESSAGE_ID = CqlIdentifier.fromCql("messageId");
     CqlIdentifier RECEIVED_AT = CqlIdentifier.fromCql("receivedAt");
     CqlIdentifier SENT_AT = CqlIdentifier.fromCql("sentAt");
+    CqlIdentifier THREAD_ID = CqlIdentifier.fromCql("threadId");

Review Comment:
   ```suggestion
       CqlIdentifier THREAD_ID = CqlIdentifier.fromCql("thread_id");
   ```
   
   I know it do not follow convention of this table but case is so much trouble 
for CQL that I'd rather save us from this pain...



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to