matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.79k stars 277 forks source link

refactor: external getFieldFromLine do not need to use strings.ToLower #20258

Closed huby2358 closed 7 hours ago

huby2358 commented 16 hours ago

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:

cherry-pick param.Attrs里面用全小写的列名,后面使用的时候不需要再对每个filed都调用strings.ToLower(colname)