fix input step typo (#17202) (#17207)

This commit is contained in:
Vadim Ogievetsky 2024-10-01 08:03:47 -07:00 committed by GitHub
parent 23b9039a02
commit 2f2807d379
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',