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 d3d00ef commit 91653e6Copy full SHA for 91653e6
fluss-common/src/test/java/org/apache/fluss/metadata/TableSchemaTest.java
@@ -86,7 +86,7 @@ void testAutoIncrementColumnSchema() {
86
.build())
87
.isInstanceOf(IllegalStateException.class)
88
.hasMessage(
89
- "Auto increment column f4 does not exist in table columns [f0, f1, f3]");
+ "Auto increment column f4 does not exist in table columns [f0, f1, f3].");
90
assertThatThrownBy(
91
() ->
92
Schema.newBuilder()
0 commit comments