[FLINK-35244][cdc-connector][tidb] Correct the package for flink-connector-tidb-cdc test

pull/3291/head
Xie Yi 9 months ago committed by GitHub
parent f61f0f44bd
commit 002b16ed4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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;

@ -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;

@ -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;
Loading…
Cancel
Save