loquisgon commented on a change in pull request #11294:
URL: https://github.com/apache/druid/pull/11294#discussion_r661914520
##########
File path:
indexing-service/src/test/java/org/apache/druid/indexing/appenderator/BatchAppenderatorDriverTest.java
##########
@@ -17,7 +17,7 @@
* under the License.
*/
-package org.apache.druid.segment.realtime.appenderator;
+package org.apache.druid.indexing.appenderator;
Review comment:
Class `BatchAppenderatorTester` that must be moved also if we want to
move the test classes to the `server` module is very difficult to move because
it uses the constructor for class `IndexTask.IndexTuningConfig` which is not
available in the server module. Moving that class will demand moving a lot of
classes that do not make sense in the `server` module.
--
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]