Skip to content

Conversation

@morningman
Copy link
Contributor

This is only for branch-2.0
related to #21754 and #21302

After this, the length of varchar in ctas will be as follows:

  1. If derived from a origin column, eg: create table tbl1 as select col1 from tbl2, the length will be same os the origin column.
  2. If derived from a function, eg: create table tbl1 as select func(col1) from tbl2, the length will be 65533.
  3. If derived from a constant value, eg: create table tbl1 as select "abc" from tbl2, the length will be 65533.

This is only for branch-2.0
related to apache#21754 and apache#21302
@morningman morningman added the dev/2.0.0 2.0.0 release label Aug 10, 2023
@github-actions github-actions bot added the area/planner Issues or PRs related to the query planner label Aug 10, 2023
@xiaokang xiaokang merged commit 44de050 into apache:branch-2.0 Aug 10, 2023
@xiaokang xiaokang added dev/2.0.1-merged and removed dev/2.0.0 2.0.0 release labels Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/planner Issues or PRs related to the query planner dev/2.0.1-merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants