danny0405 commented on code in PR #8711:
URL: https://github.com/apache/hudi/pull/8711#discussion_r1193631769
##########
hudi-flink-datasource/hudi-flink/src/test/java/org/apache/hudi/table/ITTestSchemaEvolution.java:
##########
@@ -184,17 +185,18 @@ private void writeTableWithSchema1(TableOptions
tableOptions) throws ExecutionEx
+ " cast(gender as char),"
+ " cast(age as int),"
+ " cast(ts as timestamp),"
+ + " cast(struct_col as row<f0 int, f1 string>),"
+ " cast(`partition` as string) "
Review Comment:
`struct_col` -> `f_struct`, whatever, it's just a preference.
--
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]