cecemei commented on code in PR #18818:
URL: https://github.com/apache/druid/pull/18818#discussion_r2601023647
##########
services/src/test/java/org/apache/druid/testing/embedded/EmbeddedClusterApis.java:
##########
@@ -412,11 +412,11 @@ public SupervisorStatus getSupervisorStatus(String
supervisorId)
// STATIC UTILITY METHODS
/**
- * Creates a random datasource name prefixed with {@link
TestDataSource#WIKI}.
+ * Creates a random datasource name prefixed with {@link
TestDataSource#PREFIX}.
*/
public static String createTestDatasourceName()
{
- return TestDataSource.WIKI + "_" + IdUtils.getRandomId();
+ return TestDataSource.PREFIX + "_" + IdUtils.getRandomId();
Review Comment:
it doesnt matter, but since this is not wikipedia data sometimes, it just
seems not right to default to use wiki as prefix.
--
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]