"FOR UPDATE" is not compatible with SQL SERVER or other several DB, this should be erased from here and use another strategy for locking rows https://github.com/apache/druid/blob/d5e8d4d68007899df17f390a756422d511d746d5/server/src/main/java/org/apache/druid/metadata/SQLMetadataConnector.java#L476
"FOR UPDATE" is not compatible with SQL SERVER or other several DB, this should be erased from here and use another strategy for locking rows
druid/server/src/main/java/org/apache/druid/metadata/SQLMetadataConnector.java
Line 476 in d5e8d4d