diff --git a/web-console/src/views/workbench-view/input-source-step/input-source-step.tsx b/web-console/src/views/workbench-view/input-source-step/input-source-step.tsx index 8beed74fa277..a0e91d611e68 100644 --- a/web-console/src/views/workbench-view/input-source-step/input-source-step.tsx +++ b/web-console/src/views/workbench-view/input-source-step/input-source-step.tsx @@ -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',