prashantwason commented on code in PR #17777:
URL: https://github.com/apache/hudi/pull/17777#discussion_r2986852004
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/config/HoodieStreamerConfig.java:
##########
@@ -139,4 +139,16 @@ public class HoodieStreamerConfig extends HoodieConfig {
.markAdvanced()
.sinceVersion("0.15.0")
.withDocumentation("When enabled, the dataframe generated from reading
source data is wrapped with an exception handler to explicitly surface
exceptions.");
+
+ public static final ConfigProperty<Boolean> TRANSFORMED_ROW_NULLABLE =
ConfigProperty
+ .key(STREAMER_CONFIG_PREFIX + "transformed.row.nullable")
Review Comment:
Done. Renamed to `hoodie.streamer.schema.make.columns.nullable` with
alternative key `hoodie.deltastreamer.schema.make.columns.nullable`. The
constant is now `SCHEMA_MAKE_COLUMNS_NULLABLE`.
--
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]