github-advanced-security[bot] commented on code in PR #15630:
URL: https://github.com/apache/druid/pull/15630#discussion_r1443508628
##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureByteSourceFactory.java:
##########
@@ -26,5 +26,9 @@
*/
public interface AzureByteSourceFactory
{
- AzureByteSource create(@Assisted("containerName") String containerName,
@Assisted("blobPath") String blobPath);
+ AzureByteSource create(
+ @Assisted("containerName") String containerName,
Review Comment:
## Useless parameter
The parameter 'containerName' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/6419)
##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureByteSourceFactory.java:
##########
@@ -26,5 +26,9 @@
*/
public interface AzureByteSourceFactory
{
- AzureByteSource create(@Assisted("containerName") String containerName,
@Assisted("blobPath") String blobPath);
+ AzureByteSource create(
+ @Assisted("containerName") String containerName,
+ @Assisted("blobPath") String blobPath,
Review Comment:
## Useless parameter
The parameter 'blobPath' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/6420)
##########
extensions-core/azure-extensions/src/main/java/org/apache/druid/storage/azure/AzureByteSourceFactory.java:
##########
@@ -26,5 +26,9 @@
*/
public interface AzureByteSourceFactory
{
- AzureByteSource create(@Assisted("containerName") String containerName,
@Assisted("blobPath") String blobPath);
+ AzureByteSource create(
+ @Assisted("containerName") String containerName,
+ @Assisted("blobPath") String blobPath,
+ @Assisted("azureStorage") AzureStorage azureStorage
Review Comment:
## Useless parameter
The parameter 'azureStorage' is never used.
[Show more
details](https://github.com/apache/druid/security/code-scanning/6421)
--
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]