Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Jun 4, 2024
1 parent 64678d0 commit c455b70
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,8 @@ mod tests {
use risingwave_common::row::OwnedRow;
use risingwave_common::types::{DataType, ScalarImpl};
use risingwave_common::util::chunk_coalesce::DataChunkBuilder;
use risingwave_connector::source::cdc::external::{
ExternalTableReader, MySqlExternalTableReader, SchemaTableName,
};
use risingwave_connector::source::cdc::external::mysql::MySqlExternalTableReader;
use risingwave_connector::source::cdc::external::{ExternalTableReader, SchemaTableName};

use crate::executor::backfill::utils::{get_new_pos, iter_chunks};

Expand Down

0 comments on commit c455b70

Please sign in to comment.