Skip to content

Commit

Permalink
[FLINK-35244][cdc-connector][tidb] Correct the package for flink-conn…
Browse files Browse the repository at this point in the history
…ector-tidb-cdc test
  • Loading branch information
xieyi888 committed May 6, 2024
1 parent f61f0f4 commit 002b16e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* limitations under the License.
*/

package org.apache.flink.cdc.connectors;
package org.apache.flink.cdc.connectors.tidb;

import org.apache.flink.test.util.AbstractTestBase;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

package org.apache.flink.cdc.connectors.table;
package org.apache.flink.cdc.connectors.tidb.table;

import org.apache.flink.cdc.connectors.TiDBTestBase;
import org.apache.flink.cdc.connectors.tidb.TiDBTestBase;
import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
import org.apache.flink.table.api.EnvironmentSettings;
import org.apache.flink.table.api.TableResult;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

package org.apache.flink.cdc.connectors.table;
package org.apache.flink.cdc.connectors.tidb.table;

import org.apache.flink.cdc.connectors.TiDBTestBase;
import org.apache.flink.cdc.connectors.tidb.TiDBTestBase;
import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
import org.apache.flink.table.api.EnvironmentSettings;
import org.apache.flink.table.api.TableResult;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
* limitations under the License.
*/

package org.apache.flink.cdc.connectors.table;
package org.apache.flink.cdc.connectors.tidb.table;

import org.apache.flink.cdc.connectors.tidb.table.StartupOptions;
import org.apache.flink.cdc.connectors.tidb.table.TiDBTableSource;
import org.apache.flink.configuration.Configuration;
import org.apache.flink.table.api.DataTypes;
import org.apache.flink.table.api.Schema;
Expand Down

0 comments on commit 002b16e

Please sign in to comment.