Skip to content

Commit

Permalink
chore: type alias typo (GreptimeTeam#2452)
Browse files Browse the repository at this point in the history
chore: typo
  • Loading branch information
fengjiachun authored and paomian committed Oct 19, 2023
1 parent cc641c6 commit 2f504a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/src/statements/transform/type_alias.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use crate::statements::{sql_data_type_to_concrete_data_type, TimezoneInfo};
/// - `INT8` for `tinyint`
/// - `INT16` for `smallint`
/// - `INT32` for `int`
/// - `INT32` for `bigint`
/// - `INT64` for `bigint`
/// - And `UINT8`, `UINT16` etc. for `UnsignedTinyint` etc.
pub(crate) struct TypeAliasTransformRule;

Expand Down

0 comments on commit 2f504a6

Please sign in to comment.