TaoZex commented on code in PR #2748:
URL: https://github.com/apache/incubator-paimon/pull/2748#discussion_r1477632493


##########
paimon-core/src/main/java/org/apache/paimon/schema/TableSchema.java:
##########
@@ -271,6 +274,19 @@ public TableSchema copy(Map<String, String> newOptions) {
                 timeMillis);
     }
 
+    public static TableSchema fromJson(String json) {
+        return JsonSerdeUtil.fromJson(json, TableSchema.class);
+    }
+
+    public static TableSchema fromPath(FileIO fileIO, Path path) {

Review Comment:
   It is used in merge branch, so I temporarily deleted it.



-- 
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...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to