… ## Proposed changes #38769 <!--Describe your changes.-->
This commit is contained in:
@ -536,7 +536,7 @@ public class LoadStmt extends DdlStmt {
|
||||
|
||||
if (properties != null && !properties.isEmpty()) {
|
||||
sb.append("\nPROPERTIES (");
|
||||
sb.append(new PrintableMap<String, String>(properties, "=", true, false));
|
||||
sb.append(new PrintableMap<String, String>(properties, "=", true, false, true));
|
||||
sb.append(")");
|
||||
}
|
||||
return sb.toString();
|
||||
|
||||
Reference in New Issue
Block a user