rdblue commented on code in PR #15448:
URL: https://github.com/apache/iceberg/pull/15448#discussion_r2934226889
##########
spark/v4.1/spark/src/main/java/org/apache/iceberg/spark/source/ChangelogRowReader.java:
##########
@@ -62,8 +64,25 @@ class ChangelogRowReader extends
BaseRowReader<ChangelogScanTask>
Schema expectedSchema,
boolean caseSensitive,
boolean cacheDeleteFilesOnExecutors) {
+ this(
+ table,
+ table.io(),
+ taskGroup,
+ ChangelogUtil.dropChangelogMetadata(expectedSchema),
+ caseSensitive,
+ cacheDeleteFilesOnExecutors);
+ }
+
+ ChangelogRowReader(
Review Comment:
Is this to avoid test changes? If so, can you make it private?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]