Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -847,7 +847,7 @@ void testSchemaChange() throws Exception {
// make sure all request to gateway should be successful
initCoordinatorChannel();
// create a table,
TablePath t1 = TablePath.of(defaultDatabase, "create_process_adjust_isr");
TablePath t1 = TablePath.of(defaultDatabase, "create_schema_change");
int nBuckets = 1;
int replicationFactor = 3;
TableAssignment tableAssignment =
Expand Down