massdosage commented on a change in pull request #1103:
URL: https://github.com/apache/iceberg/pull/1103#discussion_r441644752
##########
File path:
mr/src/main/java/org/apache/iceberg/mr/mapreduce/IcebergInputFormat.java
##########
@@ -265,9 +158,9 @@ private static void checkResiduals(CombinedScanTask task) {
Expression residual = fileScanTask.residual();
if (residual != null && !residual.equals(Expressions.alwaysTrue())) {
throw new UnsupportedOperationException(
- String.format(
- "Filter expression %s is not completely satisfied. Additional
rows " +
- "can be returned not satisfied by the filter expression",
residual));
+ String.format(
+ "Filter expression %s is not completely satisfied.
Additional rows " +
+ "can be returned not satisfied by the filter
expression", residual));
Review comment:
Yes, sorry!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]