orc
orc copied to clipboard
ORC-1390: [C++] Support schema evolution from string group to decimal/timestamp
What changes were proposed in this pull request?
- Support schema evolution from
{stirng, char, varchar}to{decimal,timestamp,timestamp_instant} - Fix a bug that cannot convert from
varchartovarcharandchartochar
Why are the changes needed?
To support Schema evolution at c++ side.
How was this patch tested?
UT passed
Was this patch authored or co-authored using generative AI tooling?
NO
strptime and timegm are not c/c++ standard function, maybe I should implement them by myself.
Thanks @ffacs and @dongjoon-hyun! I just merged it