Closed huby2358 closed 20 hours ago
issue # https://github.com/matrixorigin/matrixone/issues/19965
param.Attrs里面用全小写的列名,后面使用的时候不需要再对每个filed都调用strings.ToLower(colname)
What type of PR is this?
Which issue(s) this PR fixes:
issue # https://github.com/matrixorigin/matrixone/issues/19965
What this PR does / why we need it:
param.Attrs里面用全小写的列名,后面使用的时候不需要再对每个filed都调用strings.ToLower(colname)