fix input step typo (#17202)

This commit is contained in:
Vadim Ogievetsky 2024-09-30 21:26:22 -07:00 committed by GitHub
parent 5ad6ed0b73
commit f33f60b32e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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',