This is an automated email from the ASF dual-hosted git repository.

abhishekrb pushed a commit to branch 31.0.0
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/31.0.0 by this push:
     new 2f2807d3798 fix input step typo (#17202) (#17207)
2f2807d3798 is described below

commit 2f2807d3798e651cec0b04cc43aec1a53b9ba7b5
Author: Vadim Ogievetsky <va...@ogievetsky.com>
AuthorDate: Tue Oct 1 08:03:47 2024 -0700

    fix input step typo (#17202) (#17207)
---
 .../src/views/workbench-view/input-source-step/input-source-step.tsx    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 8beed74fa27..a0e91d611e6 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',


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to