mirror of
https://github.com/apache/druid.git
synced 2025-02-09 11:34:54 +00:00
fix input step typo (#17202)
This commit is contained in:
parent
5ad6ed0b73
commit
f33f60b32e
@ -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…
x
Reference in New Issue
Block a user