Skip to content

Commit

Permalink
fix input step typo (apache#17202)
Browse files Browse the repository at this point in the history
  • Loading branch information
vogievetsky authored Oct 1, 2024
1 parent 5ad6ed0 commit f33f60b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f33f60b

Please sign in to comment.