You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/04/28 02:10:55 UTC

[GitHub] [hudi] xiarixiaoyao commented on a diff in pull request #5446: [MINOR]add schema type change matrix for schema evolution doc.

xiarixiaoyao commented on code in PR #5446:
URL: https://github.com/apache/hudi/pull/5446#discussion_r860393376


##########
website/docs/quick-start-guide.md:
##########
@@ -1221,15 +1221,15 @@ ALTER TABLE table1 ALTER COLUMN a.b.c DROP NOT NULL
 
 **column type change**
 
-| old_type        | new_type                        |
-|-----------------|---------------------------------|
-| int             | long/float/double/string/decimal|
-| long            | double/string/decimal           |
-| float           | double/String/decimal           |
-| double          | string/decimal                  |
-| decimal         | decimal/string                  |
-| string          | decimal/date                    |
-| date            | string                          |
+| old_type\new_type  | long  | float | double | string | decimal | date | int |

Review Comment:
   oh, sorry. already fixed it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org