Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Improve][Connector-V2] Support read orc with schema config to cast type #6531

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

Hisoka-X
Copy link
Member

Purpose of this pull request

This PR support config schema when read orc file. And support cast data type when read value from orc file. Like configure columnA type to bigint, if value type in orc is int, we can return bigint type when user configure schema with bigint type. Also support return time when value type is timestamp, return string when value type is anything.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list

@liugddx liugddx added this to the 2.3.5 milestone Mar 22, 2024
@hailin0 hailin0 merged commit d1599f8 into apache:dev Mar 29, 2024
4 checks passed
@Hisoka-X Hisoka-X deleted the fix-orc-read-format branch March 29, 2024 10:37
chaorongzhi pushed a commit to chaorongzhi/seatunnel that referenced this pull request Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants