This is an automated email from the ASF dual-hosted git repository.
nkruber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink-training.git.
from 90da3df [hotfix] trim whitespace before checking enable_scala
new fd65b11 [FLINK-23926] replace startTime and endTime with a single
eventTime field
new 1b67207 [hotfix] collect rather than collectWithTimestamp
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
README.md | 6 +-
.../exercises/common/datatypes/TaxiFare.java | 4 +-
.../exercises/common/datatypes/TaxiRide.java | 41 +++++-------
.../common/sources/TaxiRideGenerator.java | 8 +--
.../exercises/common/utils/DataGenerator.java | 4 +-
.../solutions/hourlytips/HourlyTipsSolution.java | 3 +-
.../hourlytips/scala/HourlyTipsSolution.scala | 2 +-
long-ride-alerts/DISCUSSION.md | 33 ++++++----
long-ride-alerts/README.md | 7 ++-
.../exercises/longrides/LongRidesExercise.java | 2 +-
.../longrides/scala/LongRidesExercise.scala | 2 +-
.../solutions/longrides/LongRidesSolution.java | 45 +++++++------
.../longrides/scala/LongRidesSolution.scala | 35 +++++++----
.../exercises/longrides/LongRidesTestBase.java | 10 ++-
.../exercises/longrides/LongRidesUnitTest.java | 73 ++++++++++++++++++----
.../ridecleansing/RideCleansingTestBase.java | 12 +---
.../ridesandfares/RidesAndFaresTestBase.java | 3 +-
.../ridesandfares/RidesAndFaresUnitTest.java | 4 +-
18 files changed, 173 insertions(+), 121 deletions(-)