diff --git a/web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx b/web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx index 09ad1d73921c..109972e6ba0f 100644 --- a/web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx +++ b/web-console/src/druid-models/ingestion-spec/ingestion-spec.tsx @@ -1115,7 +1115,6 @@ export function getIoConfigFormFields(ingestionComboType: IngestionComboType): F label: 'Delta snapshot version', type: 'number', placeholder: '(latest)', - zeroMeansUndefined: true, info: ( <> The snapshot version to read from the Delta table. By default, the latest snapshot is diff --git a/web-console/src/druid-models/input-source/input-source.tsx b/web-console/src/druid-models/input-source/input-source.tsx index 6ad3b8e0a1ab..dc793ce64567 100644 --- a/web-console/src/druid-models/input-source/input-source.tsx +++ b/web-console/src/druid-models/input-source/input-source.tsx @@ -667,7 +667,6 @@ export const INPUT_SOURCE_FIELDS: Field[] = [ label: 'Delta snapshot version', type: 'number', placeholder: '(latest)', - zeroMeansUndefined: true, defined: typeIsKnown(KNOWN_TYPES, 'delta'), info: ( <>