FranMorilloAWS commented on issue #10349:
URL: https://github.com/apache/hudi/issues/10349#issuecomment-1983749818
With the MySQLSyncDatabaseAction they claim the following:Currently
supported schema changes includes:
Adding columns.
Altering column types. More specifically,
altering from a string type (char, varchar, text) to another string
type with longer length,
altering from a binary type (binary, varbinary, blob) to another
binary type with longer length,
altering from an integer type (tinyint, smallint, int, bigint) to
another integer type with wider range,
altering from a floating-point type (float, double) to another
floating-point type with wider range,
are supported.
So i am wondering how we would be able to do the same with Flink Hudi? Or
at least the steps on how to manage if there is a schema change from the
database?
Any documentation you can provide or example?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]