orc icon indicating copy to clipboard operation
orc copied to clipboard

ORC-1390: [C++] Support schema evolution from string group to decimal/timestamp

Open ffacs opened this issue 1 year ago • 1 comments

What changes were proposed in this pull request?

  1. Support schema evolution from {stirng, char, varchar} to {decimal,timestamp,timestamp_instant}
  2. Fix a bug that cannot convert from varchar to varchar and char to char

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

ffacs avatar Jun 03 '24 06:06 ffacs

strptime and timegm are not c/c++ standard function, maybe I should implement them by myself.

ffacs avatar Jun 04 '24 16:06 ffacs

Thanks @ffacs and @dongjoon-hyun! I just merged it

wgtmac avatar Jul 12 '24 16:07 wgtmac