doris
doris copied to clipboard
[fix](tvf) Change the type of the `partition_key` column read by tvf to VARCHAR(65533)
Proposed changes
Issue Number: close #xxx
When using CTAS from TVF, if the partition_key
used as partition column in the table creation, the partition column type cannot be STRING
.
So, we change the type of the partition_key
column read by tvf to VARCHAR(65533)
Further comments
If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...