linliu-code commented on code in PR #13519:
URL: https://github.com/apache/hudi/pull/13519#discussion_r2223115400
##########
hudi-common/src/test/java/org/apache/hudi/common/testutils/HoodieTestDataGenerator.java:
##########
@@ -147,6 +148,11 @@ public class HoodieTestDataGenerator implements
AutoCloseable {
public static final String EXTRA_COL_SCHEMA1 = "{\"name\":
\"extra_column1\", \"type\": [\"null\", \"string\"], \"default\": null },";
public static final String EXTRA_COL_SCHEMA2 = "{\"name\":
\"extra_column2\", \"type\": [\"null\", \"string\"], \"default\": null},";
+ public static final String EXTRA_COL_SCHEMA_FOR_AWS_DMS_PAYLOAD =
"{\"name\": \"Op\", \"type\": [\"null\", \"string\"], \"default\": null},";
+ public static final String EXTRA_COL_SCHEMA_FOR_POSTGRES_PAYLOAD =
"{\"name\": \"_event_lsn\", \"type\": [\"null\", \"long\"], \"default\":
null},";
+ public static final String TRIP_EXAMPLE_SCHEMA_WITH_SPECIFIC_COLUMNS =
Review Comment:
Done.
--
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]