vogievetsky commented on a change in pull request #9803:
URL: https://github.com/apache/druid/pull/9803#discussion_r418756630
##########
File path: web-console/src/views/load-data-view/load-data-view.tsx
##########
@@ -1174,12 +1174,14 @@ export class LoadDataView extends
React.PureComponent<LoadDataViewProps, LoadDat
);
}
+ newSpec = deepSet(newSpec,
'spec.ioConfig.disableNullColumnSkipping', true);
+
this.updateSpec(fillDataSourceNameIfNeeded(newSpec));
} else {
this.updateSpec(
fillDataSourceNameIfNeeded(
fillInputFormat(
- spec,
+ deepSet(spec, 'spec.ioConfig.disableNullColumnSkipping',
true),
Review comment:
Don't actually set this in the `spec` that will be sent to Druid. Only
on the specs sent to the sampler
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]