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

[fix](tvf) Partition columns in CTAS need to be compatible with the STRING type of external tables/TVF #37161

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

BePPPower
Copy link
Contributor

bp: #35489

Partition columns in CTAS need to be compatible with the STRING type of external tables/TVF

  1. For TVF queries with partition columns in the file path, map these partition columns to the VARCHAR(65533) type. (Previously, they were of STRING type.)

  2. If you use the STRING type of an external table as a partition column, CTAS will automatically convert it to VARCHAR(65535) type."

…TRING type of external tables/TVF (apache#35489)

Partition columns in CTAS need to be compatible with the STRING type of
external tables/TVF

1. For TVF queries with partition columns in the file path, map these
partition columns to the `VARCHAR(65533)` type. (Previously, they were
of `STRING` type.)

3. If you use the `STRING` type of an external table as a partition
column, CTAS will automatically convert it to `VARCHAR(65535)` type."
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@BePPPower
Copy link
Contributor Author

run buildall

1 similar comment
@BePPPower
Copy link
Contributor Author

run buildall

@morningman morningman merged commit 4761090 into apache:branch-2.1 Jul 3, 2024
21 of 22 checks passed
@yiguolei yiguolei mentioned this pull request Jul 19, 2024
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants