tsreaper commented on a change in pull request #14: URL: https://github.com/apache/flink-table-store/pull/14#discussion_r791535456
########## File path: flink-table-store-core/src/test/java/org/apache/flink/table/store/file/operation/FileStoreCommitTestBase.java ########## @@ -71,7 +67,7 @@ public void beforeEach() throws IOException { root.getFileSystem().mkdirs(new Path(root + "/snapshot")); } - protected abstract String getSchema(); + protected abstract String getScheme(); Review comment: Scheme. This is the file system scheme, not table schema. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org