You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/29 03:58:45 UTC

[GitHub] [druid] vogievetsky commented on a change in pull request #9437: Add Azure ingestion flow to web console

vogievetsky commented on a change in pull request #9437: Add Azure ingestion flow to web console
URL: https://github.com/apache/druid/pull/9437#discussion_r385998507
 
 

 ##########
 File path: web-console/src/utils/ingestion-spec.tsx
 ##########
 @@ -2615,6 +2687,10 @@ export function upgradeSpec(spec: any): any {
         deepSet(spec, 'ioConfig.firehose.type', 's3');
         break;
 
+      case 'static-azure':
+        deepSet(spec, 'ioConfig.firehose.type', 'azure');
+        break;
 
 Review comment:
   There is no need for this upgrade spec clause, there was never a `'static-azure'`. This is back compat code but Azure ingestion did not used to exist. You can just remove this change.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org