zachjsh commented on code in PR #15630:
URL: https://github.com/apache/druid/pull/15630#discussion_r1454085101
##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/data/input/azure/AzureEntityFactory.java:
##########
@@ -19,12 +19,18 @@
package org.apache.druid.data.input.azure;
+import com.google.inject.assistedinject.Assisted;
import org.apache.druid.data.input.impl.CloudObjectLocation;
+import org.apache.druid.storage.azure.AzureStorage;
/**
* Factory for creating {@link AzureEntity} objects
*/
public interface AzureEntityFactory
{
- AzureEntity create(CloudObjectLocation location);
+ AzureEntity create(
+ @Assisted("location") CloudObjectLocation location,
Review Comment:
Do you need these annotations here?
--
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]