Skip to content

Commit

Permalink
[Feature][Mongodb-CDC] support multi-table read
Browse files Browse the repository at this point in the history
  • Loading branch information
hawk9821 committed Nov 16, 2024
1 parent c650eb8 commit 97c0422
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class MongodbCDCIT extends TestSuiteBase implements TestResource {
private static final String SINK_SQL_PRODUCTS = "select name,description,weight from products";

private static final String SINK_SQL_ORDERS =
"select order_number,order_date,quantity,product_id from orders";
"select order_number,order_date,quantity,product_id from orders order by order_number asc";

private static final String MYSQL_DRIVER_JAR =
"https://repo1.maven.org/maven2/mysql/mysql-connector-java/8.0.16/mysql-connector-java-8.0.16.jar";
Expand Down

0 comments on commit 97c0422

Please sign in to comment.