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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]