JingsongLi commented on a change in pull request #41:
URL: https://github.com/apache/flink-table-store/pull/41#discussion_r826540271



##########
File path: 
flink-table-store-connector/src/main/java/org/apache/flink/table/store/connector/TableStoreFactory.java
##########
@@ -84,14 +109,15 @@ public void onCreateTable(Context context, boolean 
ignoreIfExists) {
                                 
context.getObjectIdentifier().asSerializableString()));
             }
             path.getFileSystem().mkdirs(path);
+            options.put(TABLE_PATH.key(), path.getPath());

Review comment:
       I agree we can keep table path internal.
   But I think we should remove `TABLE_PATH`. This is weird. We can pass 
`tableIdentifier` to `FileStoreOptions`.




-- 
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


Reply via email to