We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f200fa commit 57c0de7Copy full SHA for 57c0de7
fluss-server/src/test/java/org/apache/fluss/server/coordinator/CoordinatorEventProcessorTest.java
@@ -847,7 +847,7 @@ void testSchemaChange() throws Exception {
847
// make sure all request to gateway should be successful
848
initCoordinatorChannel();
849
// create a table,
850
- TablePath t1 = TablePath.of(defaultDatabase, "create_process_adjust_isr");
+ TablePath t1 = TablePath.of(defaultDatabase, "create_schema_change");
851
int nBuckets = 1;
852
int replicationFactor = 3;
853
TableAssignment tableAssignment =
0 commit comments