flyrain commented on code in PR #8133:
URL: https://github.com/apache/iceberg/pull/8133#discussion_r1284731129
##########
spark/v3.4/spark/src/main/java/org/apache/iceberg/spark/source/SparkChangelogScan.java:
##########
@@ -66,7 +66,8 @@ class SparkChangelogScan implements Scan,
SupportsReportStatistics {
IncrementalChangelogScan scan,
SparkReadConf readConf,
Schema expectedSchema,
- List<Expression> filters) {
+ List<Expression> filters,
+ boolean emptyScan) {
Review Comment:
An alternative way is to pass a null scan object to avoid an additional
parameter, but either works for me.
--
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]