NicoK commented on a change in pull request #31:
URL: https://github.com/apache/flink-training/pull/31#discussion_r699187127
##########
File path:
hourly-tips/src/main/java/org/apache/flink/training/exercises/hourlytips/HourlyTipsExercise.java
##########
@@ -56,8 +55,8 @@ public HourlyTipsExercise(
*/
public static void main(String[] args) throws Exception {
- HourlyTipsSolution job =
- new HourlyTipsSolution(new TaxiFareGenerator(), new
PrintSinkFunction<>());
+ HourlyTipsExercise job =
+ new HourlyTipsExercise(new TaxiFareGenerator(), new
PrintSinkFunction<>());
Review comment:
Good catch!
--
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]