Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Mar 6, 2024
1 parent cf50aa0 commit 8b2bc7b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/stream/src/from_proto/source_backfill.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

use risingwave_common::catalog::{default_key_column_name_version_mapping, ColumnId, TableId};
use risingwave_connector::source::reader::desc::SourceDescBuilder;
use risingwave_common::catalog::TableId;
use risingwave_connector::source::SourceCtrlOpts;
use risingwave_pb::data::data_type::TypeName as PbTypeName;
use risingwave_pb::plan_common::additional_column::ColumnType;
use risingwave_pb::plan_common::{
AdditionalColumn, AdditionalColumnKey, ColumnDescVersion, FormatType, PbEncodeType,
};
use risingwave_pb::stream_plan::SourceBackfillNode;

use super::*;
Expand Down

0 comments on commit 8b2bc7b

Please sign in to comment.