boneanxs commented on code in PR #8752:
URL: https://github.com/apache/hudi/pull/8752#discussion_r1197509863
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/deltastreamer/DeltaSync.java:
##########
@@ -495,6 +498,8 @@ public Pair<SchemaProvider, Pair<String,
JavaRDD<HoodieRecord>>> readFromSource(
.setPartitionMetafileUseBaseFormat(props.getBoolean(HoodieTableConfig.PARTITION_METAFILE_USE_BASE_FORMAT.key(),
HoodieTableConfig.PARTITION_METAFILE_USE_BASE_FORMAT.defaultValue()))
.setShouldDropPartitionColumns(isDropPartitionColumns())
+
.setHiveStylePartitioningEnable(props.getBoolean(HIVE_STYLE_PARTITIONING_ENABLE.key(),
Review Comment:
In `DeltaSync`, does `urlEncodePartitioningEnabled` write to
hoodie.properties or not? If not, I think we can add it as well.
--
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]