jihoonson commented on a change in pull request #9450: Skip empty files for local, hdfs, and cloud input sources URL: https://github.com/apache/druid/pull/9450#discussion_r387310685
########## File path: extensions-core/azure-extensions/src/test/java/org/apache/druid/storage/azure/AzureCloudBlobIteratorTest.java ########## @@ -19,6 +19,7 @@ package org.apache.druid.storage.azure; +import com.google.api.client.util.Lists; Review comment: Ah, this was a mistake. I'm not sure why the Intellij keeps adding a wrong one. Fixed it now. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
