[HUDI-1695] Fixed the error messaging (#2679)
This commit is contained in:
committed by
GitHub
parent
3b36cb805d
commit
16864aee14
@@ -69,7 +69,7 @@ public class IncrSourceHelper {
|
|||||||
return lastInstant.map(hoodieInstant -> getStrictlyLowerTimestamp(hoodieInstant.getTimestamp())).orElse("000");
|
return lastInstant.map(hoodieInstant -> getStrictlyLowerTimestamp(hoodieInstant.getTimestamp())).orElse("000");
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalArgumentException("Missing begin instant for incremental pull. For reading from latest "
|
throw new IllegalArgumentException("Missing begin instant for incremental pull. For reading from latest "
|
||||||
+ "committed instant set hoodie.deltastreamer.source.hoodie.read_latest_on_midding_ckpt to true");
|
+ "committed instant set hoodie.deltastreamer.source.hoodieincr.read_latest_on_missing_ckpt to true");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user