Skip to content

Commit

Permalink
fix: database version field (apache#25898)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida committed Nov 8, 2023
1 parent 1d0b86a commit 06ffcd2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ const ExtraOptions = ({
</div>
<div className="input-container" data-test="version-spinbutton-test">
<input
type="number"
type="text"
name="version"
placeholder={t('Version number')}
onChange={onExtraInputChange}
Expand All @@ -550,8 +550,8 @@ const ExtraOptions = ({
</div>
<div className="helper">
{t(
'Specify the database version. This should be used with ' +
'Presto in order to enable query cost estimation.',
'Specify the database version. This is used with Presto for query cost ' +
'estimation, and Dremio for syntax changes, among others.',
)}
</div>
</StyledInputContainer>
Expand Down

0 comments on commit 06ffcd2

Please sign in to comment.