lide-reed commented on code in PR #15125:
URL: https://github.com/apache/doris/pull/15125#discussion_r1053910850


##########
fe/fe-core/src/main/java/org/apache/doris/catalog/HiveMetaStoreClientHelper.java:
##########
@@ -761,7 +761,8 @@ public static String 
showCreateTable(org.apache.hadoop.hive.metastore.api.Table
             if (remoteTable.getPartitionKeys().size() > 0) {
                 output.append("PARTITIONED BY (\n")
                         .append(remoteTable.getPartitionKeys().stream().map(
-                                partition -> String.format("  `%s` `%s`", 
partition.getName(), partition.getType()))
+                                        partition ->
+                                                String.format(" `%s` `%s`", 
partition.getName(), partition.getType()))

Review Comment:
   Is it need to change to such format?



-- 
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: commits-unsubscr...@doris.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to