the-other-tim-brown commented on code in PR #13976:
URL: https://github.com/apache/hudi/pull/13976#discussion_r2393088719
##########
hudi-client/hudi-spark-client/src/main/java/org/apache/hudi/client/SparkRDDTableServiceClient.java:
##########
@@ -82,7 +82,8 @@ protected HoodieWriteMetadata<HoodieData<WriteStatus>>
partialUpdateTableMetadat
HoodieWriteMetadata<HoodieData<WriteStatus>> writeMetadata,
String instantTime) {
if (isStreamingWriteToMetadataEnabled(table)) {
-
writeMetadata.setWriteStatuses(streamingMetadataWriteHandler.streamWriteToMetadataTable(table,
writeMetadata.getWriteStatuses(), instantTime));
+
writeMetadata.setWriteStatuses(streamingMetadataWriteHandler.streamWriteToMetadataTable(table,
writeMetadata.getWriteStatuses(), instantTime,
+ false,
config.getMetadataConfig().getStreamingWritesCoalesceDividentForDataTableWrites()));
Review Comment:
If you use clustering without any sort columns to help resize the files,
won't that also use bulk insert with none sort mode?
--
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]