Skip to content

Commit

Permalink
ORC-1390: [C++] Support schema evolution from string group to decimal…
Browse files Browse the repository at this point in the history
…/timestamp

### 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

Closes #1949 from ffacs/ORC-1390.

Authored-by: ffacs <[email protected]>
Signed-off-by: Gang Wu <[email protected]>
  • Loading branch information
ffacs authored and wgtmac committed Jul 12, 2024
1 parent 8ca3a23 commit dc7afc6
Show file tree
Hide file tree
Showing 4 changed files with 558 additions and 29 deletions.
Loading

0 comments on commit dc7afc6

Please sign in to comment.