Uh oh!
There was an error while loading. Please reload this page.
[Enhancement](compatible) display dateV2/datetimeV2/decimalv3 as date/datetime/decimal when show column - #32233
[Enhancement](compatible) display dateV2/datetimeV2/decimalv3 as date/datetime/decimal when show column#32233weizuo93 wants to merge 1 commit into
Conversation
doris-robot
commented
Mar 14, 2024
Thank you for your contribution to Apache Doris. |
5edf475 to
7451f35Compareweizuo93
commented
Mar 14, 2024
run buildall |
doris-robot
commented
Mar 14, 2024
TPC-H: Total hot run time: 38313 ms |
…/datetime/decimal when show column
weizuo93
commented
Mar 15, 2024
run buildall |
doris-robot
commented
Mar 15, 2024
TPC-H: Total hot run time: 38014 ms |
yiguolei
commented
Mar 17, 2024
If it is date/datetime, then where could we find its actual type? For example, the user create a table with date column in 1.1.4 and then upgrade to 2.0.3, its actual type is datev1, and the user create a table in 2.0.3 and its type is also date but its actual type is datev2. How do we find the difference between the two columns? |
We're closing this PR because it hasn't been updated in a while. |
Proposed changes
Issue Number: close #xxx
There is column with type
date/datetime/decimalwhen create table,but the column type returned fromSHOW FULL COLUMNS FROM xxxisdateV2/datetimeV2/decimalv3. For example:Create table:
Show columns:
It is necessary to display
dateV2/datetimeV2/decimalv3asdate/datetime/decimalinShowColumnStmt. As follows:Related PR:#18358