Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Jun 25, 2024
1 parent ff59a0d commit bb5b9ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/frontend/src/handler/alter_table_column.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use itertools::Itertools;
use pgwire::pg_response::{PgResponse, StatementType};
use risingwave_common::bail_not_implemented;
use risingwave_common::catalog::ColumnCatalog;
use risingwave_common::range::RangeBoundsExt;
use risingwave_common::util::column_index_mapping::ColIndexMapping;
use risingwave_sqlparser::ast::{
AlterTableOperation, ColumnOption, ConnectorSchema, Encode, ObjectName, Statement,
Expand Down
2 changes: 1 addition & 1 deletion src/meta/src/rpc/ddl_controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use std::time::Duration;
use aes_siv::aead::generic_array::GenericArray;
use aes_siv::aead::Aead;
use aes_siv::{Aes128SivAead, KeyInit};
use anyhow::{anyhow, Context};
use anyhow::Context;
use itertools::Itertools;
use rand::{Rng, RngCore};
use risingwave_common::config::DefaultParallelism;
Expand Down

0 comments on commit bb5b9ad

Please sign in to comment.