mirror of https://github.com/apache/druid.git
parent
23b9039a02
commit
2f2807d379
|
@ -91,7 +91,7 @@ export const InputSourceStep = React.memo(function InputSourceStep(props: InputS
|
|||
Execution
|
||||
>({
|
||||
processQuery: async ({ inputSource, suggestedInputFormat }, cancelToken) => {
|
||||
const fixedFormat = FIXED_FORMAT_FOR_SOURCE['delta'];
|
||||
const fixedFormat = FIXED_FORMAT_FOR_SOURCE[inputSource.type];
|
||||
|
||||
const sampleSpec: SampleSpec = {
|
||||
type: 'index_parallel',
|
||||
|
|
Loading…
Reference in New Issue