HeartSaVioR commented on issue #24936: [SPARK-24634][SS] Add a new metric regarding number of rows later than watermark URL: https://github.com/apache/spark/pull/24936#issuecomment-505463512 The last build failure looks interesting (though it is not relevant to this patch), as it doesn't seem to be different but string representation is different. ``` expected: <[RecordSpark22000{shortField=0, intField=0, longField=0, floatField=0.0, doubleField=0.0, stringField=0, booleanField=true, timestampField=2019-06-25 06:21:43.0, nullIntField=null}, RecordSpark22000{shortField=1, intField=1, longField=1, floatField=1.0, doubleField=1.0, stringField=1, booleanField=false, timestampField=2019-06-25 06:21:43.001, nullIntField=null}, RecordSpark22000{shortField=2, intField=2, longField=2, floatField=2.0, doubleField=2.0, stringField=2, booleanField=true, timestampField=2019-06-25 06:21:43.001, nullIntField=null}, RecordSpark22000{shortField=3, intField=3, longField=3, floatField=3.0, doubleField=3.0, stringField=3, booleanField=false, timestampField=2019-06-25 06:21:43.001, nullIntField=null}, RecordSpark22000{shortField=4, intField=4, longField=4, floatField=4.0, doubleField=4.0, stringField=4, booleanField=true, timestampField=2019-06-25 06:21:43.001, nullIntField=null}]> but was: <[RecordSpark22000{shortField=0, intField=0, longField=0, floatField=0.0, doubleField=0.0, stringField=0, booleanField=true, timestampField=2019-06-25 06:21:43, nullIntField=null}, RecordSpark22000{shortField=1, intField=1, longField=1, floatField=1.0, doubleField=1.0, stringField=1, booleanField=false, timestampField=2019-06-25 06:21:43.001, nullIntField=null}, RecordSpark22000{shortField=2, intField=2, longField=2, floatField=2.0, doubleField=2.0, stringField=2, booleanField=true, timestampField=2019-06-25 06:21:43.001, nullIntField=null}, RecordSpark22000{shortField=3, intField=3, longField=3, floatField=3.0, doubleField=3.0, stringField=3, booleanField=false, timestampField=2019-06-25 06:21:43.001, nullIntField=null}, RecordSpark22000{shortField=4, intField=4, longField=4, floatField=4.0, doubleField=4.0, stringField=4, booleanField=true, timestampField=2019-06-25 06:21:43.001, nullIntField=null}]> ``` `2019-06-25 06:21:43.0` vs `2019-06-25 06:21:43`
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
