AmatyaAvadhanula commented on code in PR #16667:
URL: https://github.com/apache/druid/pull/16667#discussion_r1673355754
##########
server/src/test/java/org/apache/druid/metadata/IndexerSQLMetadataStorageCoordinatorTest.java:
##########
@@ -138,16 +138,19 @@ public void testCommitAppendSegments()
final String v1 = "2023-01-01";
final String v2 = "2023-01-02";
final String v3 = "2023-01-03";
+ final String alreadyUpgradedVersion = "2023-02-01";
final String lockVersion = "2024-01-01";
- final String replaceTaskId = "replaceTask1";
+ final String taskAllocatorId = "appendTask";
+ final String replaceTaskId = "replaceTask";
Review Comment:
I may have done it to eliminate the 1 at the end
Let me revert it
--
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]