Closed alenstarx closed 1 year ago
Fix abnormal column names in gcc7.3.1
example: "select 123,231,113"
on gcc7.3.1 output: name:113, type:UInt8 name:113, type:UInt8 name:113, type:UInt8
on gcc9.3.1 output: name:123, type:UInt8 name:231, type:UInt8 name:113, type:UInt8
All committers have signed the CLA.
Looks good, but please add a test
OK, Test has been added.
Fix abnormal column names in gcc7.3.1
example: "select 123,231,113"
on gcc7.3.1 output: name:113, type:UInt8 name:113, type:UInt8 name:113, type:UInt8
on gcc9.3.1 output: name:123, type:UInt8 name:231, type:UInt8 name:113, type:UInt8