cshuo commented on code in PR #12639:
URL: https://github.com/apache/hudi/pull/12639#discussion_r1916440225
##########
hudi-spark-datasource/hudi-spark-common/src/main/scala/org/apache/hudi/MergeOnReadIncrementalRelationV2.scala:
##########
@@ -200,6 +200,10 @@ trait HoodieIncrementalRelationV2Trait extends
HoodieBaseRelation {
.metaClient(metaClient)
.startCompletionTime(optParams(DataSourceReadOptions.START_COMMIT.key))
.endCompletionTime(optParams.getOrElse(DataSourceReadOptions.END_COMMIT.key,
null))
+
.skipClustering(optParams.getOrElse(DataSourceReadOptions.INCREMENTAL_READ_SKIP_CLUSTER.key(),
Review Comment:
> Does this change also fix the DeltaStreamer streaming read?
No, this change only covers spark struct streaming as the title describes.
--
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]