Skip to content

Commit

Permalink
[Fix][Connector] Add default parameters to support obtaining comments…
Browse files Browse the repository at this point in the history
… from Doris data source table (#331)
  • Loading branch information
xxzuo authored Jan 5, 2024
1 parent 054cc66 commit fcfdc65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ protected InputParam getPropertiesInput(boolean isEn) {
return getInputParam("properties",
isEn ? "properties" : "参数",
isEn ? "please enter properties,like key=value&key1=value1" : "请填入参数,格式为key=value&key1=value1", 2, null,
"useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai");
"useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useInformationSchema=true");
}

@Override
Expand Down

0 comments on commit fcfdc65

Please sign in to comment.